package.json
1.66 KB
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
67
68
69
70
71
72
73
{
"_from": "unirest@^0.5.1",
"_id": "unirest@0.5.1",
"_inBundle": false,
"_integrity": "sha1-nfV2YYcoDyRbTpp1zh+tMTM31u0=",
"_location": "/unirest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unirest@^0.5.1",
"name": "unirest",
"escapedName": "unirest",
"rawSpec": "^0.5.1",
"saveSpec": null,
"fetchSpec": "^0.5.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/unirest/-/unirest-0.5.1.tgz",
"_shasum": "9df5766187280f245b4e9a75ce1fad313337d6ed",
"_spec": "unirest@^0.5.1",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "Mashape",
"email": "opensource@mashape.com",
"url": "https://www.mashape.com"
},
"bugs": {
"url": "https://github.com/Mashape/unirest-nodejs/issues"
},
"bundleDependencies": false,
"dependencies": {
"form-data": "^0.2.0",
"mime": "~1.3.4",
"request": "~2.74.0"
},
"deprecated": false,
"description": "Simplified, lightweight HTTP client library",
"devDependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"mocha": "~2.4.5",
"should": "~8.3.1"
},
"directories": {
"test": "tests"
},
"homepage": "https://github.com/Mashape/unirest-nodejs#readme",
"keywords": [
"request",
"http",
"library",
"superagent",
"simple",
"util",
"utility",
"method"
],
"license": "MIT",
"main": "index.js",
"name": "unirest",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Mashape/unirest-nodejs.git"
},
"scripts": {
"test": "make test"
},
"version": "0.5.1"
}