root / HServer / 00.Server / 00.Program / node_modules / qs / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.21 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"qs@6.5.1",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "qs@6.5.1", |
9 |
"_id": "qs@6.5.1", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", |
12 |
"_location": "/qs", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "qs@6.5.1", |
18 |
"name": "qs", |
19 |
"escapedName": "qs", |
20 |
"rawSpec": "6.5.1", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "6.5.1" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/body-parser",
|
26 |
"/express"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", |
29 |
"_spec": "6.5.1", |
30 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
31 |
"bugs": {
|
32 |
"url": "https://github.com/ljharb/qs/issues" |
33 |
}, |
34 |
"contributors": [
|
35 |
{ |
36 |
"name": "Jordan Harband", |
37 |
"email": "ljharb@gmail.com", |
38 |
"url": "http://ljharb.codes" |
39 |
} |
40 |
], |
41 |
"dependencies": {},
|
42 |
"description": "A querystring parser that supports nesting and arrays, with a depth limit", |
43 |
"devDependencies": {
|
44 |
"@ljharb/eslint-config": "^12.2.1", |
45 |
"browserify": "^14.4.0", |
46 |
"covert": "^1.1.0", |
47 |
"editorconfig-tools": "^0.1.1", |
48 |
"eslint": "^4.6.1", |
49 |
"evalmd": "^0.0.17", |
50 |
"iconv-lite": "^0.4.18", |
51 |
"mkdirp": "^0.5.1", |
52 |
"qs-iconv": "^1.0.4", |
53 |
"safe-publish-latest": "^1.1.1", |
54 |
"tape": "^4.8.0" |
55 |
}, |
56 |
"engines": {
|
57 |
"node": ">=0.6" |
58 |
}, |
59 |
"homepage": "https://github.com/ljharb/qs", |
60 |
"keywords": [
|
61 |
"querystring",
|
62 |
"qs"
|
63 |
], |
64 |
"license": "BSD-3-Clause", |
65 |
"main": "lib/index.js", |
66 |
"name": "qs", |
67 |
"repository": {
|
68 |
"type": "git", |
69 |
"url": "git+https://github.com/ljharb/qs.git" |
70 |
}, |
71 |
"scripts": {
|
72 |
"coverage": "covert test", |
73 |
"dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js", |
74 |
"lint": "eslint lib/*.js test/*.js", |
75 |
"prelint": "editorconfig-tools check * lib/* test/*", |
76 |
"prepublish": "safe-publish-latest && npm run dist", |
77 |
"pretest": "npm run --silent readme && npm run --silent lint", |
78 |
"readme": "evalmd README.md", |
79 |
"test": "npm run --silent coverage", |
80 |
"tests-only": "node test" |
81 |
}, |
82 |
"version": "6.5.1" |
83 |
} |