diff options
| author | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:48:28 -0700 |
| commit | f9159ea2d994e14180fb02ab562f0119513e67cf (patch) | |
| tree | 09d14cdf05456567156738b681379d4bccd64e5c /node_modules/sync-request/package.json | |
| parent | 2020/04/03, 02:42, V1.2.1 (diff) | |
| download | s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.tar.xz s5nical-f9159ea2d994e14180fb02ab562f0119513e67cf.zip | |
2020/04/03, 02:47, V1.2.2
Diffstat (limited to 'node_modules/sync-request/package.json')
| -rw-r--r-- | node_modules/sync-request/package.json | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/node_modules/sync-request/package.json b/node_modules/sync-request/package.json deleted file mode 100644 index 132300c..0000000 --- a/node_modules/sync-request/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "_from": "sync-request@^2.1.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-p70sES+glGPrkUnP8OnUKMR5do8=", - "_location": "/sync-request", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "sync-request@^2.1.0", - "name": "sync-request", - "escapedName": "sync-request", - "rawSpec": "^2.1.0", - "saveSpec": null, - "fetchSpec": "^2.1.0" - }, - "_requiredBy": [ - "/is-image-url" - ], - "_resolved": "https://registry.npmjs.org/sync-request/-/sync-request-2.2.0.tgz", - "_shasum": "a7bd2c112fa09463eb9149cff0e9d428c479768f", - "_spec": "sync-request@^2.1.0", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\is-image-url", - "author": { - "name": "ForbesLindesay" - }, - "browser": "./browser.js", - "bugs": { - "url": "https://github.com/ForbesLindesay/sync-request/issues" - }, - "bundleDependencies": false, - "dependencies": { - "concat-stream": "^1.4.7", - "http-response-object": "^1.0.1", - "spawn-sync": "^1.0.1", - "then-request": "^2.0.1" - }, - "deprecated": false, - "description": "Make synchronous web requests", - "devDependencies": { - "body-parser": "^1.14.1", - "express": "^4.13.3", - "morgan": "^1.6.1" - }, - "homepage": "https://github.com/ForbesLindesay/sync-request#readme", - "keywords": [ - "request", - "http", - "https", - "cache", - "browserify", - "synchronous", - "sync" - ], - "license": "MIT", - "name": "sync-request", - "repository": { - "type": "git", - "url": "git+https://github.com/ForbesLindesay/sync-request.git" - }, - "scripts": { - "test": "node test" - }, - "version": "2.2.0" -} |