1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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"
}
|