diff options
| author | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
| commit | 60867fb030bae582082340ead7dbc7efdc2f5398 (patch) | |
| tree | 4c6a7356351be2e4914e15c4703172597c45656e /node_modules/sync-request/package.json | |
| parent | commenting (diff) | |
| download | s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip | |
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/sync-request/package.json')
| -rw-r--r-- | node_modules/sync-request/package.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/sync-request/package.json b/node_modules/sync-request/package.json new file mode 100644 index 0000000..132300c --- /dev/null +++ b/node_modules/sync-request/package.json @@ -0,0 +1,66 @@ +{ + "_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" +} |