4ce3cdadbc88300db692bf84c18fc919a7e5f129
[VSoRC/.git] / 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   ],
22   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
23   "_shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc",
24   "_spec": "qs@6.7.0",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "bugs": {
27     "url": "https://github.com/ljharb/qs/issues"
28   },
29   "bundleDependencies": false,
30   "contributors": [
31     {
32       "name": "Jordan Harband",
33       "email": "ljharb@gmail.com",
34       "url": "http://ljharb.codes"
35     }
36   ],
37   "dependencies": {},
38   "deprecated": false,
39   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
40   "devDependencies": {
41     "@ljharb/eslint-config": "^13.1.1",
42     "browserify": "^16.2.3",
43     "covert": "^1.1.1",
44     "editorconfig-tools": "^0.1.1",
45     "eslint": "^5.15.3",
46     "evalmd": "^0.0.17",
47     "for-each": "^0.3.3",
48     "iconv-lite": "^0.4.24",
49     "mkdirp": "^0.5.1",
50     "object-inspect": "^1.6.0",
51     "qs-iconv": "^1.0.4",
52     "safe-publish-latest": "^1.1.2",
53     "safer-buffer": "^2.1.2",
54     "tape": "^4.10.1"
55   },
56   "engines": {
57     "node": ">=0.6"
58   },
59   "homepage": "https://github.com/ljharb/qs",
60   "keywords": [
61     "querystring",
62     "qs",
63     "query",
64     "url",
65     "parse",
66     "stringify"
67   ],
68   "license": "BSD-3-Clause",
69   "main": "lib/index.js",
70   "name": "qs",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/ljharb/qs.git"
74   },
75   "scripts": {
76     "coverage": "covert test",
77     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
78     "lint": "eslint lib/*.js test/*.js",
79     "postlint": "editorconfig-tools check * lib/* test/*",
80     "prepublish": "safe-publish-latest && npm run dist",
81     "pretest": "npm run --silent readme && npm run --silent lint",
82     "readme": "evalmd README.md",
83     "test": "npm run --silent coverage",
84     "tests-only": "node test"
85   },
86   "version": "6.7.0"
87 }