From 5b10a10743b8459f64fe83e0ff420f69da79c9a4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 28 Jul 2022 15:32:10 +1000 Subject: Moving scripts and utilities into a new utilities dir --- hash_script/node_modules/node-fetch/package.json | 110 ----------------------- 1 file changed, 110 deletions(-) delete mode 100644 hash_script/node_modules/node-fetch/package.json (limited to 'hash_script/node_modules/node-fetch/package.json') diff --git a/hash_script/node_modules/node-fetch/package.json b/hash_script/node_modules/node-fetch/package.json deleted file mode 100644 index dcb8f7b..0000000 --- a/hash_script/node_modules/node-fetch/package.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "_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" -} -- cgit v1.2.3