package.json
2.02 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"_args": [
[
{
"raw": "qs@~0.6.0",
"scope": null,
"escapedName": "qs",
"name": "qs",
"rawSpec": "~0.6.0",
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\request"
]
],
"_from": "qs@>=0.6.0 <0.7.0",
"_id": "qs@0.6.6",
"_inCache": true,
"_location": "/request/qs",
"_npmUser": {
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
"_npmVersion": "1.2.30",
"_phantomChildren": {},
"_requested": {
"raw": "qs@~0.6.0",
"scope": null,
"escapedName": "qs",
"name": "qs",
"rawSpec": "~0.6.0",
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz",
"_shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
"_shrinkwrap": null,
"_spec": "qs@~0.6.0",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\request",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/visionmedia/node-querystring/issues"
},
"dependencies": {},
"description": "querystring parser",
"devDependencies": {
"expect.js": "*",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
"tarball": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/visionmedia/node-querystring#readme",
"keywords": [
"query string",
"parser",
"component"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "qs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-querystring.git"
},
"scripts": {
"test": "make test"
},
"version": "0.6.6"
}