Files
2021-12-29 01:57:42 -08:00

87 lines
2.6 KiB
JSON

{
"_from": "@google-cloud/promisify@^2.0.0",
"_id": "@google-cloud/[email protected]",
"_inBundle": false,
"_integrity": "sha512-j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA==",
"_location": "/@google-cloud/promisify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@google-cloud/promisify@^2.0.0",
"name": "@google-cloud/promisify",
"escapedName": "@google-cloud%2fpromisify",
"scope": "@google-cloud",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@google-cloud/common",
"/@google-cloud/storage"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.4.tgz",
"_shasum": "9d8705ecb2baa41b6b2673f3a8e9b7b7e1abc52a",
"_spec": "@google-cloud/promisify@^2.0.0",
"_where": "/Users/talksik/Development/nirvana-server/node_modules/@google-cloud/storage",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-promisify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple utility for promisifying functions and classes.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"chai": "^4.2.0",
"codecov": "^3.0.4",
"gts": "^2.0.0",
"hard-rejection": "^2.1.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"sinon": "^11.0.0",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/googleapis/nodejs-promisify#readme",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/promisify",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-promisify.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": "2.0.4"
}