mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-fetch@^1.0.1",
|
|
"/Users/xmfish/Desktop/test/reacttest/node_modules/isomorphic-fetch"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1474870812535,
|
|
"_from": "node-fetch@>=1.0.1 <2.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "node-fetch@1.6.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/node-fetch",
|
|
"_nodeVersion": "6.3.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/node-fetch-1.6.3.tgz_1474870810431_0.44125940511003137"
|
|
},
|
|
"_npmUser": {
|
|
"email": "bitinn@gmail.com",
|
|
"name": "bitinn"
|
|
},
|
|
"_npmVersion": "3.10.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.6.3.tgz",
|
|
"_shasum": "dc234edd6489982d58e8f0db4f695029abcd8c04",
|
|
"_shrinkwrap": null,
|
|
"_spec": "node-fetch@^1.0.1",
|
|
"_where": "/Users/xmfish/Desktop/test/reacttest/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",
|
|
"istanbul": "^0.4.2",
|
|
"mocha": "^2.1.0",
|
|
"parted": "^0.1.1",
|
|
"promise": "^7.1.1",
|
|
"resumer": "0.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "dc234edd6489982d58e8f0db4f695029abcd8c04",
|
|
"size": 18733,
|
|
"tarball": "http://registry.npm.taobao.org/node-fetch/download/node-fetch-1.6.3.tgz"
|
|
},
|
|
"gitHead": "3c053ce32760d2d5d6cb8712fb4115b44e4083d4",
|
|
"homepage": "https://github.com/bitinn/node-fetch",
|
|
"keywords": [
|
|
"fetch",
|
|
"http",
|
|
"promise"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "bitinn",
|
|
"email": "bitinn@gmail.com"
|
|
},
|
|
{
|
|
"name": "timothygu",
|
|
"email": "timothygu99@gmail.com"
|
|
}
|
|
],
|
|
"name": "node-fetch",
|
|
"optionalDependencies": {},
|
|
"publish_time": 1474870812535,
|
|
"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.6.3"
|
|
}
|