aboutsummaryrefslogtreecommitdiff
path: root/utilities/hash_script/node_modules/node-fetch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/hash_script/node_modules/node-fetch/package.json')
-rw-r--r--utilities/hash_script/node_modules/node-fetch/package.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/utilities/hash_script/node_modules/node-fetch/package.json b/utilities/hash_script/node_modules/node-fetch/package.json
new file mode 100644
index 0000000..dcb8f7b
--- /dev/null
+++ b/utilities/hash_script/node_modules/node-fetch/package.json
@@ -0,0 +1,110 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "node-fetch@^1.7.2",
+ "scope": null,
+ "escapedName": "node-fetch",
+ "name": "node-fetch",
+ "rawSpec": "^1.7.2",
+ "spec": ">=1.7.2 <2.0.0",
+ "type": "range"
+ },
+ "/home/nate/Desktop/tar_JDkx6AzcE"
+ ]
+ ],
+ "_from": "node-fetch@>=1.7.2 <2.0.0",
+ "_id": "node-fetch@1.7.2",
+ "_inCache": true,
+ "_location": "/node-fetch",
+ "_nodeVersion": "8.2.1",
+ "_npmOperationalInternal": {
+ "host": "s3://npm-registry-packages",
+ "tmp": "tmp/node-fetch-1.7.2.tgz_1502191381219_0.664517188211903"
+ },
+ "_npmUser": {
+ "name": "bitinn",
+ "email": "bitinn@gmail.com"
+ },
+ "_npmVersion": "5.3.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "node-fetch@^1.7.2",
+ "scope": null,
+ "escapedName": "node-fetch",
+ "name": "node-fetch",
+ "rawSpec": "^1.7.2",
+ "spec": ">=1.7.2 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.2.tgz",
+ "_shasum": "c54e9aac57e432875233525f3c891c4159ffefd7",
+ "_shrinkwrap": null,
+ "_spec": "node-fetch@^1.7.2",
+ "_where": "/home/nate/Desktop/tar_JDkx6AzcE",
+ "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",
+ "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"
+ },
+ "directories": {},
+ "dist": {
+ "integrity": "sha512-xZZUq2yDhKMIn/UgG5q//IZSNLJIwW2QxS14CNH5spuiXkITM2pUitjdq58yLSaU7m4M0wBNaM2Gh/ggY4YJig==",
+ "shasum": "c54e9aac57e432875233525f3c891c4159ffefd7",
+ "tarball": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.2.tgz"
+ },
+ "gitHead": "3c9b64caf5c84f96052078f18d91c9e12bd5f5c6",
+ "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": {},
+ "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 && codecov",
+ "report": "istanbul cover _mocha -- -R spec test/test.js",
+ "test": "mocha test/test.js"
+ },
+ "version": "1.7.2"
+}