[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / express / node_modules / qs / package.json
1 {
2   "_from": "qs@6.7.0",
3   "_id": "qs@6.7.0",
4   "_inBundle": false,
5   "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
6   "_location": "/qs",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "qs@6.7.0",
12     "name": "qs",
13     "escapedName": "qs",
14     "rawSpec": "6.7.0",
15     "saveSpec": null,
16     "fetchSpec": "6.7.0"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/express",
21     "/tiny-lr"
22   ],
23   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
24   "_shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc",
25   "_spec": "qs@6.7.0",
26   "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/express",
27   "bugs": {
28     "url": "https://github.com/ljharb/qs/issues"
29   },
30   "bundleDependencies": false,
31   "contributors": [
32     {
33       "name": "Jordan Harband",
34       "email": "ljharb@gmail.com",
35       "url": "http://ljharb.codes"
36     }
37   ],
38   "dependencies": {},
39   "deprecated": false,
40   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
41   "devDependencies": {
42     "@ljharb/eslint-config": "^13.1.1",
43     "browserify": "^16.2.3",
44     "covert": "^1.1.1",
45     "editorconfig-tools": "^0.1.1",
46     "eslint": "^5.15.3",
47     "evalmd": "^0.0.17",
48     "for-each": "^0.3.3",
49     "iconv-lite": "^0.4.24",
50     "mkdirp": "^0.5.1",
51     "object-inspect": "^1.6.0",
52     "qs-iconv": "^1.0.4",
53     "safe-publish-latest": "^1.1.2",
54     "safer-buffer": "^2.1.2",
55     "tape": "^4.10.1"
56   },
57   "engines": {
58     "node": ">=0.6"
59   },
60   "homepage": "https://github.com/ljharb/qs",
61   "keywords": [
62     "querystring",
63     "qs",
64     "query",
65     "url",
66     "parse",
67     "stringify"
68   ],
69   "license": "BSD-3-Clause",
70   "main": "lib/index.js",
71   "name": "qs",
72   "repository": {
73     "type": "git",
74     "url": "git+https://github.com/ljharb/qs.git"
75   },
76   "scripts": {
77     "coverage": "covert test",
78     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
79     "lint": "eslint lib/*.js test/*.js",
80     "postlint": "editorconfig-tools check * lib/* test/*",
81     "prepublish": "safe-publish-latest && npm run dist",
82     "pretest": "npm run --silent readme && npm run --silent lint",
83     "readme": "evalmd README.md",
84     "test": "npm run --silent coverage",
85     "tests-only": "node test"
86   },
87   "version": "6.7.0"
88 }