1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-01-11 01:44:50 +00:00
musix-oss/node_modules/@google-cloud/projectify/package.json

86 lines
2.7 KiB
JSON
Raw Normal View History

2019-10-10 13:43:04 +00:00
{
"_from": "@google-cloud/projectify@^1.0.0",
"_id": "@google-cloud/projectify@1.0.1",
"_inBundle": false,
"_integrity": "sha512-xknDOmsMgOYHksKc1GPbwDLsdej8aRNIA17SlSZgQdyrcC0lx0OGo4VZgYfwoEU1YS8oUxF9Y+6EzDOb0eB7Xg==",
"_location": "/@google-cloud/projectify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@google-cloud/projectify@^1.0.0",
"name": "@google-cloud/projectify",
"escapedName": "@google-cloud%2fprojectify",
"scope": "@google-cloud",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-1.0.1.tgz",
"_shasum": "f654c2ea9de923294ec814ff07c42891abf2d143",
"_spec": "@google-cloud/projectify@^1.0.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@google-cloud\\common",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-projectify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple utility for replacing the projectid token in objects.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.2",
"codecov": "^3.0.4",
"gts": "^1.0.0",
"hard-rejection": "^2.0.0",
"intelli-espower-loader": "^1.0.1",
"linkinator": "^1.1.2",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"source-map-support": "^0.5.6",
"typescript": "^3.0.0"
},
"engines": {
"node": ">=8.10.0"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/googleapis/nodejs-projectify#readme",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/projectify",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-projectify.git"
},
"scripts": {
"clean": "gts clean",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"compile": "tsc -p .",
"docs": "compodoc src/",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"fix": "gts fix",
"lint": "gts check",
"posttest": "npm run lint",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "npm run test-only",
"test-only": "nyc mocha build/test"
},
"types": "build/src/index.d.ts",
"version": "1.0.1"
}