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/prepend-http/package.json | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/prepend-http/package.json')
| -rw-r--r-- | node_modules/prepend-http/package.json | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/node_modules/prepend-http/package.json b/node_modules/prepend-http/package.json deleted file mode 100644 index 2ddd58d..0000000 --- a/node_modules/prepend-http/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "_from": "prepend-http@^2.0.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "_location": "/prepend-http", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "prepend-http@^2.0.0", - "name": "prepend-http", - "escapedName": "prepend-http", - "rawSpec": "^2.0.0", - "saveSpec": null, - "fetchSpec": "^2.0.0" - }, - "_requiredBy": [ - "/url-parse-lax" - ], - "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "_shasum": "e92434bfa5ea8c19f41cdfd401d741a3c819d897", - "_spec": "prepend-http@^2.0.0", - "_where": "/Users/lucifer/Documents/styx/node_modules/url-parse-lax", - "author": { - "name": "Sindre Sorhus", - "email": "[email protected]", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/prepend-http/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost", - "devDependencies": { - "ava": "*", - "xo": "*" - }, - "engines": { - "node": ">=4" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/prepend-http#readme", - "keywords": [ - "prepend", - "protocol", - "scheme", - "url", - "uri", - "http", - "https", - "humanized" - ], - "license": "MIT", - "name": "prepend-http", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/prepend-http.git" - }, - "scripts": { - "test": "xo && ava" - }, - "version": "2.0.0" -} |
