{ "_args": [ [ "teeny-request@3.11.3", "E:\\python\\setup-php" ] ], "_from": "teeny-request@3.11.3", "_id": "teeny-request@3.11.3", "_inBundle": false, "_integrity": "sha512-CKncqSF7sH6p4rzCgkb/z/Pcos5efl0DmolzvlqRQUNcpRIruOhY9+T1FsIlyEbfWd7MsFpodROOwHYh2BaXzw==", "_location": "/teeny-request", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "teeny-request@3.11.3", "name": "teeny-request", "escapedName": "teeny-request", "rawSpec": "3.11.3", "saveSpec": null, "fetchSpec": "3.11.3" }, "_requiredBy": [ "/codecov" ], "_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-3.11.3.tgz", "_spec": "3.11.3", "_where": "E:\\python\\setup-php", "author": { "name": "fhinkel" }, "bugs": { "url": "https://github.com/fhinkel/teeny-request/issues" }, "dependencies": { "https-proxy-agent": "^2.2.1", "node-fetch": "^2.2.0", "uuid": "^3.3.2" }, "description": "Like request, but smaller.", "devDependencies": { "@types/mocha": "^5.2.5", "@types/nock": "^9.3.0", "@types/node-fetch": "^2.1.2", "@types/request": "^2.47.1", "@types/uuid": "^3.4.4", "codecov": "^3.1.0", "gts": "^0.9.0", "mocha": "^5.2.0", "nock": "^10.0.2", "nyc": "^13.1.0", "typescript": "^3.0.1" }, "files": [ "build/src", "LICENSE" ], "homepage": "https://github.com/fhinkel/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/fhinkel/teeny-request.git" }, "scripts": { "check": "gts check", "clean": "gts clean", "compile": "tsc -p .", "coverage": "nyc report --reporter=json && codecov -f coverage/*.json", "fix": "gts fix", "posttest": "npm run check", "prepare": "npm run compile", "pretest": "npm run compile", "test": "nyc mocha build/test" }, "types": "./build/src/index.d.ts", "version": "3.11.3" }