Initial commit
[yaffs-website] / node_modules / qs / package.json
1 {
2   "_args": [
3     [
4       "qs@~6.3.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "qs@>=6.3.0 <6.4.0",
9   "_id": "qs@6.3.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/qs",
13   "_nodeVersion": "7.7.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/qs-6.3.2.tgz_1488790933355_0.4183437137398869"
17   },
18   "_npmUser": {
19     "email": "ljharb@gmail.com",
20     "name": "ljharb"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "qs",
26     "raw": "qs@~6.3.0",
27     "rawSpec": "~6.3.0",
28     "scope": null,
29     "spec": ">=6.3.0 <6.4.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz",
36   "_shasum": "e75bd5f6e268122a2a0e0bda630b2550c166502c",
37   "_shrinkwrap": null,
38   "_spec": "qs@~6.3.0",
39   "_where": "/var/www/yaffs/node_modules/request",
40   "bugs": {
41     "url": "https://github.com/ljharb/qs/issues"
42   },
43   "contributors": [
44     {
45       "name": "Jordan Harband",
46       "email": "ljharb@gmail.com",
47       "url": "http://ljharb.codes"
48     }
49   ],
50   "dependencies": {},
51   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
52   "devDependencies": {
53     "@ljharb/eslint-config": "^11.0.0",
54     "browserify": "^14.1.0",
55     "covert": "^1.1.0",
56     "eslint": "^3.17.0",
57     "evalmd": "^0.0.17",
58     "iconv-lite": "^0.4.15",
59     "mkdirp": "^0.5.1",
60     "parallelshell": "^2.0.0",
61     "qs-iconv": "^1.0.4",
62     "safe-publish-latest": "^1.1.1",
63     "tape": "^4.6.3"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "e75bd5f6e268122a2a0e0bda630b2550c166502c",
68     "tarball": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz"
69   },
70   "engines": {
71     "node": ">=0.6"
72   },
73   "gitHead": "9ee56121311dac6b6014bfe56b3df0ebbf4ed048",
74   "homepage": "https://github.com/ljharb/qs",
75   "keywords": [
76     "qs",
77     "querystring"
78   ],
79   "license": "BSD-3-Clause",
80   "main": "lib/index.js",
81   "maintainers": [
82     {
83       "name": "hueniverse",
84       "email": "eran@hammer.io"
85     },
86     {
87       "name": "ljharb",
88       "email": "ljharb@gmail.com"
89     },
90     {
91       "name": "nlf",
92       "email": "quitlahok@gmail.com"
93     }
94   ],
95   "name": "qs",
96   "optionalDependencies": {},
97   "readme": "ERROR: No README data found!",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/ljharb/qs.git"
101   },
102   "scripts": {
103     "coverage": "covert test",
104     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
105     "lint": "eslint lib/*.js test/*.js",
106     "prepublish": "safe-publish-latest && npm run dist",
107     "pretest": "npm run --silent readme && npm run --silent lint",
108     "readme": "evalmd README.md",
109     "test": "npm run --silent coverage",
110     "tests-only": "node test"
111   },
112   "version": "6.3.2"
113 }