{ "_args": [ [ "node-fetch-npm@2.0.3", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_development": true, "_from": "node-fetch-npm@2.0.3", "_id": "node-fetch-npm@2.0.3", "_inBundle": false, "_integrity": "sha512-DgwoKEsqLnFZtk3ap7GWBHcHwnUhsNmQqEDcdjfQ8GofLEFJ081NAd4Uin3R7RFZBWVJCwHISw1oaEqPgSLloA==", "_location": "/node-fetch-npm", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-fetch-npm@2.0.3", "name": "node-fetch-npm", "escapedName": "node-fetch-npm", "rawSpec": "2.0.3", "saveSpec": null, "fetchSpec": "2.0.3" }, "_requiredBy": [ "/make-fetch-happen" ], "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.3.tgz", "_spec": "2.0.3", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "David Frank" }, "bugs": { "url": "https://github.com/npm/node-fetch-npm/issues" }, "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" }, "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", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8", "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", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "version": "2.0.3" }