/
websites
/
test-project
/
node_modules
/
node-fetch-npm
/
Upload File
HOME
{ "_from": "node-fetch-npm@^2.0.2", "_id": "node-fetch-npm@2.0.4", "_inBundle": false, "_integrity": "sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg==", "_location": "/node-fetch-npm", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-fetch-npm@^2.0.2", "name": "node-fetch-npm", "escapedName": "node-fetch-npm", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/make-fetch-happen" ], "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz", "_shasum": "6507d0e17a9ec0be3bec516958a497cec54bf5a4", "_spec": "node-fetch-npm@^2.0.2", "_where": "/websites/test-project/node_modules/make-fetch-happen", "author": { "name": "David Frank" }, "bugs": { "url": "https://github.com/npm/node-fetch-npm/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Rebecca Turner", "email": "me@re-becca.org" }, { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" } ], "dependencies": { "encoding": "^0.1.11", "json-parse-better-errors": "^1.0.0", "safe-buffer": "^5.1.1" }, "deprecated": false, "description": "An npm cli-oriented fork of the excellent node-fetch", "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-iterator": "^1.1.1", "chai-string": "^1.4.0", "codecov": "^1.0.1", "cross-env": "^3.1.4", "form-data": "^2.2.0", "is-builtin-module": "^1.0.0", "mocha": "^3.5.0", "nyc": "^10.3.2", "parted": "^0.1.1", "promise": "^7.3.1", "resumer": "0.0.0", "standard": "^10.0.3", "standard-version": "^4.2.0", "whatwg-url": "^4.8.0" }, "engines": { "node": ">=4" }, "files": [ "src/*.js" ], "homepage": "https://github.com/npm/node-fetch-npm", "keywords": [ "fetch", "http", "promise" ], "license": "MIT", "main": "src/index.js", "name": "node-fetch-npm", "repository": { "type": "git", "url": "git+https://github.com/npm/node-fetch-npm.git" }, "scripts": { "coverage": "nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json", "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard src/*", "release": "standard-version -s", "report": "nyc --reporter lcov --reporter text mocha -R spec test/test.js", "test": "mocha test/test.js" }, "version": "2.0.4" }