second
[josuexyz/.git] / node_modules / qs / package.json
1 {
2   "_args": [
3     [
4       "qs@6.5.2",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "qs@6.5.2",
9   "_hasShrinkwrap": false,
10   "_id": "qs@6.5.2",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/qs",
14   "_nodeVersion": "10.0.0",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/qs_6.5.2_1525413973776_0.4130968177833936"
18   },
19   "_npmUser": {
20     "email": "ljharb@gmail.com",
21     "name": "ljharb"
22   },
23   "_npmVersion": "5.6.0",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "qs",
27     "raw": "qs@6.5.2",
28     "rawSpec": "6.5.2",
29     "scope": null,
30     "spec": "6.5.2",
31     "type": "version"
32   },
33   "_requiredBy": [
34     "/body-parser",
35     "/express"
36   ],
37   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
38   "_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
39   "_shrinkwrap": null,
40   "_spec": "qs@6.5.2",
41   "_where": "/home/josuer08/josuexyz/node_modules/express",
42   "bugs": {
43     "url": "https://github.com/ljharb/qs/issues"
44   },
45   "contributors": [
46     {
47       "name": "Jordan Harband",
48       "email": "ljharb@gmail.com",
49       "url": "http://ljharb.codes"
50     }
51   ],
52   "dependencies": {},
53   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
54   "devDependencies": {
55     "@ljharb/eslint-config": "^12.2.1",
56     "browserify": "^16.2.0",
57     "covert": "^1.1.0",
58     "editorconfig-tools": "^0.1.1",
59     "eslint": "^4.19.1",
60     "evalmd": "^0.0.17",
61     "iconv-lite": "^0.4.21",
62     "mkdirp": "^0.5.1",
63     "qs-iconv": "^1.0.4",
64     "safe-publish-latest": "^1.1.1",
65     "safer-buffer": "^2.1.2",
66     "tape": "^4.9.0"
67   },
68   "directories": {},
69   "dist": {
70     "fileCount": 18,
71     "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
72     "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6/hXCRA9TVsSAnZWagAAEJQP/0c3B2SWDmhz9zC9na++\nc6v1YkoIPJ+IhVaFhrpKvT3HeMsRbdQFTjGJ+7VijncHdxuieAGSAo5Tm9MZ\nnrskliXl61TelWC3/1GJ7hzggBCIudwf1Kl5P2lx+XLTBag+B3BnfxR+Gp/o\nF8f+CJ3I2KxkKZWcHYBTLLgE5dPi5i5KFnh9EAsaZRUiowCDl+CaKzj3u55M\nUfwKrUXLfZtgL3ALj5Nh/g1F+NW7m7RIDREVFPJ3MqeiNUXUnGU9KBmQuHMm\nWvOMuvN9vgPm40fp9TBZQlEazaR12QBqqvpgDtYBNqfUQaznoyZ8rN36W1oB\n5iV3Ve6B+BeIPNMaf92TvAnbvLcAEfy36VuOiH3IHDyEDAk706n/etInNeYS\nK/N359uzbRCQ7MQTJ5Z9TmlsD6/TFRfcBcGUrnPoL6HEEIxmAnJbKApy1sP4\nqb/GnrOQMuRJ6ty58aTEzotFvsxFw8kaeeexZ7Ftd7cKYdBRjutfiibJTH3v\n8feuHS0wDXRDvVd906qwYvC4LwGeqTJeRUHtFrd3pwCDqiXGyEXP60Yyir6L\nqZIYxzv8FRBspN//x5YJndpU06joflcCmm0bLfu+zLSevL4eciH+ciBQZQVY\nzWdcWZktjGXNt5I1s7xO31sgV7nwiXSPUQDS/SuaE860GWQ9pp0yL9M23S/q\ny88W\r\n=156t\r\n-----END PGP SIGNATURE-----\r\n",
73     "shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
74     "tarball": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
75     "unpackedSize": 114127
76   },
77   "engines": {
78     "node": ">=0.6"
79   },
80   "gitHead": "eaabd05558b657c75a137caf2eb030e8e856b82f",
81   "homepage": "https://github.com/ljharb/qs",
82   "keywords": [
83     "qs",
84     "querystring"
85   ],
86   "license": "BSD-3-Clause",
87   "main": "lib/index.js",
88   "maintainers": [
89     {
90       "name": "hueniverse",
91       "email": "eran@hammer.io"
92     },
93     {
94       "name": "ljharb",
95       "email": "ljharb@gmail.com"
96     },
97     {
98       "name": "nlf",
99       "email": "quitlahok@gmail.com"
100     }
101   ],
102   "name": "qs",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/ljharb/qs.git"
108   },
109   "scripts": {
110     "coverage": "covert test",
111     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
112     "lint": "eslint lib/*.js test/*.js",
113     "prelint": "editorconfig-tools check * lib/* test/*",
114     "prepublish": "safe-publish-latest && npm run dist",
115     "pretest": "npm run --silent readme && npm run --silent lint",
116     "readme": "evalmd README.md",
117     "test": "npm run --silent coverage",
118     "tests-only": "node test"
119   },
120   "version": "6.5.2"
121 }