diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/got/package.json | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/got/package.json')
| -rw-r--r-- | node_modules/got/package.json | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/node_modules/got/package.json b/node_modules/got/package.json deleted file mode 100644 index e154c50..0000000 --- a/node_modules/got/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "_from": "got@^9.6.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "_location": "/got", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "got@^9.6.0", - "name": "got", - "escapedName": "got", - "rawSpec": "^9.6.0", - "saveSpec": null, - "fetchSpec": "^9.6.0" - }, - "_requiredBy": [ - "/@electron/get" - ], - "_resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "_shasum": "edf45e7d67f99545705de1f7bbeeeb121765ed85", - "_spec": "got@^9.6.0", - "_where": "/Users/lucifer/Documents/styx/node_modules/@electron/get", - "ava": { - "concurrency": 4 - }, - "browser": { - "decompress-response": false, - "electron": false - }, - "bugs": { - "url": "https://github.com/sindresorhus/got/issues" - }, - "bundleDependencies": false, - "dependencies": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "deprecated": false, - "description": "Simplified HTTP requests", - "devDependencies": { - "ava": "^1.1.0", - "coveralls": "^3.0.0", - "delay": "^4.1.0", - "form-data": "^2.3.3", - "get-port": "^4.0.0", - "np": "^3.1.0", - "nyc": "^13.1.0", - "p-event": "^2.1.0", - "pem": "^1.13.2", - "proxyquire": "^2.0.1", - "sinon": "^7.2.2", - "slow-stream": "0.0.4", - "tempfile": "^2.0.0", - "tempy": "^0.2.1", - "tough-cookie": "^3.0.0", - "xo": "^0.24.0" - }, - "engines": { - "node": ">=8.6" - }, - "files": [ - "source" - ], - "homepage": "https://github.com/sindresorhus/got#readme", - "keywords": [ - "http", - "https", - "get", - "got", - "url", - "uri", - "request", - "util", - "utility", - "simple", - "curl", - "wget", - "fetch", - "net", - "network", - "electron" - ], - "license": "MIT", - "main": "source", - "name": "got", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/got.git" - }, - "scripts": { - "release": "np", - "test": "xo && nyc ava" - }, - "version": "9.6.0" -} |
