node_modules.node-fetch.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
The newest version!
{
"_from": "node-fetch@^1.5.3",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-xU6arFfkModSM1JfPIkcQVn/79c=",
"_location": "/node-fetch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-fetch@^1.5.3",
"name": "node-fetch",
"escapedName": "node-fetch",
"rawSpec": "^1.5.3",
"saveSpec": null,
"fetchSpec": "^1.5.3"
},
"_requiredBy": [
"/apollo-codegen"
],
"_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/node-fetch/-/node-fetch-1.7.2.tgz",
"_shasum": "c54e9aac57e432875233525f3c891c4159ffefd7",
"_spec": "node-fetch@^1.5.3",
"_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"bundleDependencies": false,
"dependencies": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
},
"deprecated": false,
"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",
"codecov": "^1.0.1",
"form-data": ">=1.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.1.0",
"parted": "^0.1.1",
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"homepage": "https://github.com/bitinn/node-fetch",
"keywords": [
"fetch",
"http",
"promise"
],
"license": "MIT",
"main": "index.js",
"name": "node-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/bitinn/node-fetch.git"
},
"scripts": {
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov",
"report": "istanbul cover _mocha -- -R spec test/test.js",
"test": "mocha test/test.js"
},
"version": "1.7.2"
}