82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"_from": "@google-cloud/projectify@^3.0.0",
|
|
"_id": "@google-cloud/projectify@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HRkZsNmjScY6Li8/kb70wjGlDDyLkVk3KvoEo9uIoxSjYLJasGiCch9+PqRVDOCGUFvEIqyogl+BeqILL4OJHA==",
|
|
"_location": "/@google-cloud/projectify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@google-cloud/projectify@^3.0.0",
|
|
"name": "@google-cloud/projectify",
|
|
"escapedName": "@google-cloud%2fprojectify",
|
|
"scope": "@google-cloud",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/storage"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-3.0.0.tgz",
|
|
"_shasum": "302b25f55f674854dce65c2532d98919b118a408",
|
|
"_spec": "@google-cloud/projectify@^3.0.0",
|
|
"_where": "/var/www/api.medcify.app/node_modules/@google-cloud/storage",
|
|
"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.11",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^16.0.0",
|
|
"c8": "^7.1.0",
|
|
"codecov": "^3.6.5",
|
|
"gts": "^3.1.0",
|
|
"linkinator": "^2.0.4",
|
|
"mocha": "^9.2.2",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.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",
|
|
"compile": "tsc -p .",
|
|
"docs": "compodoc src/",
|
|
"docs-test": "linkinator docs",
|
|
"fix": "gts fix",
|
|
"lint": "gts check",
|
|
"precompile": "gts clean",
|
|
"predocs-test": "npm run docs",
|
|
"prelint": "cd samples; npm link ../; npm install",
|
|
"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": "c8 mocha build/test"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "3.0.0"
|
|
}
|