API/api.medcify.app/node_modules/teeny-request/package.json
2022-09-26 11:41:44 +05:30

100 lines
2.5 KiB
JSON

{
"_from": "teeny-request@^8.0.0",
"_id": "teeny-request@8.0.0",
"_inBundle": false,
"_integrity": "sha512-6KEYxXI4lQPSDkXzXpPmJPNmo7oqduFFbhOEHf8sfsLbXyCsb+umUjBtMGAKhaSToD8JNCtQutTRefu29K64JA==",
"_location": "/teeny-request",
"_phantomChildren": {
"agent-base": "6.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "teeny-request@^8.0.0",
"name": "teeny-request",
"escapedName": "teeny-request",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/@google-cloud/storage"
],
"_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-8.0.0.tgz",
"_shasum": "9614410ba70114fd28ba7bf5077dce3e2f02adf7",
"_spec": "teeny-request@^8.0.0",
"_where": "/var/www/api.medcify.app/node_modules/@google-cloud/storage",
"author": {
"name": "fhinkel"
},
"bugs": {
"url": "https://github.com/googleapis/teeny-request/issues"
},
"bundleDependencies": false,
"dependencies": {
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1",
"stream-events": "^1.0.5",
"uuid": "^8.0.0"
},
"deprecated": false,
"description": "Like request, but smaller.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@types/mocha": "^9.1.1",
"@types/node-fetch": "^2.5.7",
"@types/sinon": "^10.0.0",
"@types/uuid": "^8.0.0",
"c8": "^7.0.0",
"codecov": "^3.1.0",
"gts": "^3.1.0",
"linkinator": "^2.0.0",
"mocha": "^10.0.0",
"nock": "^13.0.0",
"sinon": "^14.0.0",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=12"
},
"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",
"precompile": "gts clean",
"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": "8.0.0"
}