package.json
1.37 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
{
"_from": "qs@0.6.5",
"_id": "qs@0.6.5",
"_inBundle": false,
"_integrity": "sha1-KUsmjksNQlD23eGbO4s0k13/FO8=",
"_location": "/connect/qs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "qs@0.6.5",
"name": "qs",
"escapedName": "qs",
"rawSpec": "0.6.5",
"saveSpec": null,
"fetchSpec": "0.6.5"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-0.6.5.tgz",
"_shasum": "294b268e4b0d4250f6dde19b3b8b34935dff14ef",
"_spec": "qs@0.6.5",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\connect",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/visionmedia/node-querystring/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "querystring parser",
"devDependencies": {
"expect.js": "*",
"mocha": "*"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/visionmedia/node-querystring#readme",
"keywords": [
"query string",
"parser",
"component"
],
"main": "index",
"name": "qs",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-querystring.git"
},
"scripts": {
"test": "make test"
},
"version": "0.6.5"
}