Completely updated React, fixed #11, (hopefully)
This commit is contained in:
78
goTorrentWebUI/node_modules/material-ui-icons/node_modules/node-fetch/package.json
generated
vendored
78
goTorrentWebUI/node_modules/material-ui-icons/node_modules/node-fetch/package.json
generated
vendored
@@ -1,28 +1,43 @@
|
||||
{
|
||||
"name": "node-fetch",
|
||||
"version": "1.7.3",
|
||||
"description": "A light-weight module that brings window.fetch to node.js and io.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js",
|
||||
"report": "istanbul cover _mocha -- -R spec test/test.js",
|
||||
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bitinn/node-fetch.git"
|
||||
},
|
||||
"keywords": [
|
||||
"fetch",
|
||||
"http",
|
||||
"promise"
|
||||
"_args": [
|
||||
[
|
||||
"node-fetch@1.7.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"author": "David Frank",
|
||||
"license": "MIT",
|
||||
"_from": "node-fetch@1.7.3",
|
||||
"_id": "node-fetch@1.7.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
|
||||
"_location": "/material-ui-icons/node-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-fetch@1.7.3",
|
||||
"name": "node-fetch",
|
||||
"escapedName": "node-fetch",
|
||||
"rawSpec": "1.7.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.7.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/isomorphic-fetch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
|
||||
"_spec": "1.7.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "David Frank"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitinn/node-fetch/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bitinn/node-fetch",
|
||||
"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",
|
||||
@@ -35,8 +50,23 @@
|
||||
"promise": "^7.1.1",
|
||||
"resumer": "0.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"encoding": "^0.1.11",
|
||||
"is-stream": "^1.0.1"
|
||||
}
|
||||
"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.3"
|
||||
}
|
||||
|
Reference in New Issue
Block a user