1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/@google-cloud/projectify/package.json
2020-03-03 22:30:50 +02:00

86 lines
2.6 KiB
JSON

{
"_from": "@google-cloud/projectify@^1.0.0",
"_id": "@google-cloud/projectify@1.0.4",
"_inBundle": false,
"_integrity": "sha512-ZdzQUN02eRsmTKfBj9FDL0KNDIFNjBn/d6tHQmA/+FImH5DO6ZV8E7FzxMgAUiVAUq41RFAkb25p1oHOZ8psfg==",
"_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.4.tgz",
"_shasum": "28daabebba6579ed998edcadf1a8f3be17f3b5f0",
"_spec": "@google-cloud/projectify@^1.0.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\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.5.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"source-map-support": "^0.5.6",
"typescript": "3.6.4"
},
"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",
"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.4"
}