mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "teeny-request@^6.0.0",
|
||
|
"_id": "teeny-request@6.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g==",
|
||
|
"_location": "/teeny-request",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "teeny-request@^6.0.0",
|
||
|
"name": "teeny-request",
|
||
|
"escapedName": "teeny-request",
|
||
|
"rawSpec": "^6.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^6.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@google-cloud/common"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-6.0.1.tgz",
|
||
|
"_shasum": "9b1f512cef152945827ba7e34f62523a4ce2c5b0",
|
||
|
"_spec": "teeny-request@^6.0.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\@google-cloud\\common",
|
||
|
"author": {
|
||
|
"name": "fhinkel"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/googleapis/teeny-request/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"http-proxy-agent": "^4.0.0",
|
||
|
"https-proxy-agent": "^4.0.0",
|
||
|
"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/node-fetch": "^2.1.2",
|
||
|
"@types/sinon": "^7.0.13",
|
||
|
"@types/uuid": "^3.4.4",
|
||
|
"c8": "^7.0.0",
|
||
|
"codecov": "^3.1.0",
|
||
|
"gts": "^1.0.0",
|
||
|
"linkinator": "^1.5.0",
|
||
|
"mocha": "^7.0.0",
|
||
|
"nock": "^11.3.2",
|
||
|
"sinon": "^8.0.0",
|
||
|
"typescript": "3.6.4"
|
||
|
},
|
||
|
"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": "6.0.1"
|
||
|
}
|