Firebase Update
This commit is contained in:
86
express-server/node_modules/@google-cloud/projectify/package.json
generated
vendored
Normal file
86
express-server/node_modules/@google-cloud/projectify/package.json
generated
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"_from": "@google-cloud/projectify@^0.3.0",
|
||||
"_id": "@google-cloud/projectify@0.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-t1bs5gE105IpgikX7zPCJZzVyXM5xZ/1kJomUPim2E2pNp4OUUFNyvKm/T2aM6GBP2F30o8abCD+/wbOhHWYYA==",
|
||||
"_location": "/@google-cloud/projectify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@google-cloud/projectify@^0.3.0",
|
||||
"name": "@google-cloud/projectify",
|
||||
"escapedName": "@google-cloud%2fprojectify",
|
||||
"scope": "@google-cloud",
|
||||
"rawSpec": "^0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/firestore"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-0.3.2.tgz",
|
||||
"_shasum": "ed54c98cae646dc03a742eac288184a13d33a4c2",
|
||||
"_spec": "@google-cloud/projectify@^0.3.0",
|
||||
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\@google-cloud\\firestore",
|
||||
"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": {
|
||||
"@types/mocha": "^5.2.4",
|
||||
"@types/node": "^10.5.2",
|
||||
"codecov": "^3.0.4",
|
||||
"gts": "^0.9.0",
|
||||
"hard-rejection": "^1.0.0",
|
||||
"intelli-espower-loader": "^1.0.1",
|
||||
"mocha": "^5.2.0",
|
||||
"nyc": "^13.0.0",
|
||||
"source-map-support": "^0.5.6",
|
||||
"typescript": "^3.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",
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"build/test"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"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": "echo no docs 👻",
|
||||
"fix": "gts fix",
|
||||
"lint": "gts check",
|
||||
"posttest": "npm run lint",
|
||||
"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": "0.3.2"
|
||||
}
|
Reference in New Issue
Block a user