Initial commit
This commit is contained in:
+105
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_from": "@google-cloud/common@^3.8.1",
|
||||
"_id": "@google-cloud/[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-FOs3NFU6bDt5mXE7IFpwIeqzLwRZNu9lJYl+bHVNkwmxX/w4VyDZAiGjQHhpV1Ek+muNKlX8HPchxaIxNTuOhw==",
|
||||
"_location": "/@google-cloud/common",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@google-cloud/common@^3.8.1",
|
||||
"name": "@google-cloud/common",
|
||||
"escapedName": "@google-cloud%2fcommon",
|
||||
"scope": "@google-cloud",
|
||||
"rawSpec": "^3.8.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.8.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/storage"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-3.8.1.tgz",
|
||||
"_shasum": "1313c55bb66df88f69bf7c828135fae25fbd2036",
|
||||
"_spec": "@google-cloud/common@^3.8.1",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/@google-cloud/storage",
|
||||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/googleapis/nodejs-common/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@google-cloud/projectify": "^2.0.0",
|
||||
"@google-cloud/promisify": "^2.0.0",
|
||||
"arrify": "^2.0.1",
|
||||
"duplexify": "^4.1.1",
|
||||
"ent": "^2.2.0",
|
||||
"extend": "^3.0.2",
|
||||
"google-auth-library": "^7.9.2",
|
||||
"retry-request": "^4.2.2",
|
||||
"teeny-request": "^7.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Common components for Cloud APIs Node.js Client Libraries",
|
||||
"devDependencies": {
|
||||
"@compodoc/compodoc": "^1.1.11",
|
||||
"@types/ent": "^2.2.1",
|
||||
"@types/extend": "^3.0.1",
|
||||
"@types/mocha": "^8.0.0",
|
||||
"@types/mv": "^2.1.0",
|
||||
"@types/ncp": "^2.0.3",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/request": "^2.48.4",
|
||||
"@types/sinon": "^10.0.0",
|
||||
"@types/tmp": "0.2.2",
|
||||
"c8": "^7.1.0",
|
||||
"codecov": "^3.6.5",
|
||||
"gts": "^2.0.0",
|
||||
"linkinator": "^2.0.4",
|
||||
"mocha": "^8.0.0",
|
||||
"mv": "^2.1.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nock": "^13.0.0",
|
||||
"proxyquire": "^2.1.3",
|
||||
"sinon": "^11.0.0",
|
||||
"tmp": "0.2.1",
|
||||
"typescript": "~3.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"build/src",
|
||||
"!build/src/**/*.map"
|
||||
],
|
||||
"homepage": "https://github.com/googleapis/nodejs-common#readme",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./build/src/index.js",
|
||||
"name": "@google-cloud/common",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/googleapis/nodejs-common.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.8.1"
|
||||
}
|
||||
Reference in New Issue
Block a user