d2-ui
Version:
97 lines (96 loc) • 2.61 kB
JSON
{
"_args": [
[
"node-fetch@^1.0.1",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/isomorphic-fetch"
]
],
"_from": "node-fetch@>=1.0.1 <2.0.0",
"_id": "node-fetch@1.5.3",
"_inCache": true,
"_installable": true,
"_location": "/node-fetch",
"_nodeVersion": "5.9.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-fetch-1.5.3.tgz_1464202483131_0.3381968201138079"
},
"_npmUser": {
"email": "bitinn@gmail.com",
"name": "bitinn"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "node-fetch",
"raw": "node-fetch@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/isomorphic-fetch"
],
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.5.3.tgz",
"_shasum": "f28d8b95ca8d45b433745dd319361e36402baef0",
"_shrinkwrap": null,
"_spec": "node-fetch@^1.0.1",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/isomorphic-fetch",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"dependencies": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
},
"description": "A light-weight module that brings window.fetch to node.js and io.js",
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.2",
"form-data": "^1.0.0-rc1",
"istanbul": "^0.4.2",
"mocha": "^2.1.0",
"parted": "^0.1.1",
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"directories": {},
"dist": {
"shasum": "f28d8b95ca8d45b433745dd319361e36402baef0",
"tarball": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.5.3.tgz"
},
"gitHead": "b46c5ea9ee6692676a2824334e24f9d3b95d3b78",
"homepage": "https://github.com/bitinn/node-fetch",
"keywords": [
"fetch",
"http",
"promise"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "bitinn@gmail.com",
"name": "bitinn"
}
],
"name": "node-fetch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bitinn/node-fetch.git"
},
"scripts": {
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && cat ./coverage/lcov.info | coveralls",
"report": "istanbul cover _mocha -- -R spec test/test.js",
"test": "mocha test/test.js"
},
"version": "1.5.3"
}