1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/teeny-request/package.json

96 lines
2.5 KiB
JSON
Raw Normal View History

2019-10-10 13:43:04 +00:00
{
"_from": "teeny-request@^5.2.1",
"_id": "teeny-request@5.2.1",
"_inBundle": false,
"_integrity": "sha512-gCVm5EV3z0p/yZOKyeBOFOpSXuxdIs3foeWDWb/foKMBejK18w40L0k0UMd/ZrGkOH+gxodjqpL8KK6x3haYCQ==",
"_location": "/teeny-request",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "teeny-request@^5.2.1",
"name": "teeny-request",
"escapedName": "teeny-request",
"rawSpec": "^5.2.1",
"saveSpec": null,
"fetchSpec": "^5.2.1"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-5.2.1.tgz",
"_shasum": "a6394db8359b87e64e47eeb2fbf34a65c9a751ff",
"_spec": "teeny-request@^5.2.1",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@google-cloud\\common",
"author": {
"name": "fhinkel"
},
"bugs": {
"url": "https://github.com/googleapis/teeny-request/issues"
},
"bundleDependencies": false,
"dependencies": {
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"node-fetch": "^2.2.0",
"stream-events": "^1.0.5",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "Like request, but smaller.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@types/mocha": "^5.2.5",
"@types/nock": "^10.0.0",
"@types/node-fetch": "^2.1.2",
"@types/sinon": "^7.0.13",
"@types/uuid": "^3.4.4",
"c8": "^5.0.1",
"codecov": "^3.1.0",
"gts": "^1.0.0",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"nock": "^10.0.2",
"sinon": "^7.3.2",
"typescript": "^3.0.1"
},
"files": [
"build/src"
],
"homepage": "https://github.com/googleapis/teeny-request#readme",
"keywords": [
"request",
"node-fetch",
"fetch"
],
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "teeny-request",
"nyc": {
"exclude": [
"build/test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/teeny-request.git"
},
"scripts": {
"clean": "gts clean",
"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",
"pretest": "npm run compile",
"samples-test": "echo no sample tests!",
"system-test": "echo no system tests!",
"test": "c8 mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "5.2.1"
}