Security update for permissions_by_term
[yaffs-website] / node_modules / uncss / node_modules / qs / package.json
1 {
2   "_args": [
3     [
4       "qs@~6.0.2",
5       "/var/www/yaffs/node_modules/uncss/node_modules/request"
6     ]
7   ],
8   "_from": "qs@>=6.0.2 <6.1.0",
9   "_id": "qs@6.0.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uncss/qs",
13   "_nodeVersion": "7.7.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/qs-6.0.4.tgz_1488819105955_0.938799966359511"
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.0.2",
27     "rawSpec": "~6.0.2",
28     "scope": null,
29     "spec": ">=6.0.2 <6.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/uncss/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.0.4.tgz",
36   "_shasum": "51019d84720c939b82737e84556a782338ecea7b",
37   "_shrinkwrap": null,
38   "_spec": "qs@~6.0.2",
39   "_where": "/var/www/yaffs/node_modules/uncss/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": "^1.6.1",
54     "browserify": "^12.0.1",
55     "covert": "^1.1.0",
56     "eslint": "^1.10.3",
57     "evalmd": "^0.0.16",
58     "mkdirp": "^0.5.1",
59     "parallelshell": "^2.0.0",
60     "tape": "^4.3.0"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "51019d84720c939b82737e84556a782338ecea7b",
65     "tarball": "https://registry.npmjs.org/qs/-/qs-6.0.4.tgz"
66   },
67   "engines": {
68     "node": ">=0.6"
69   },
70   "gitHead": "10233c9f92a4e3537009fbfbd0baf6f3738c4551",
71   "homepage": "https://github.com/ljharb/qs",
72   "keywords": [
73     "qs",
74     "querystring"
75   ],
76   "license": "BSD-3-Clause",
77   "main": "lib/index.js",
78   "maintainers": [
79     {
80       "name": "hueniverse",
81       "email": "eran@hammer.io"
82     },
83     {
84       "name": "ljharb",
85       "email": "ljharb@gmail.com"
86     },
87     {
88       "name": "nlf",
89       "email": "quitlahok@gmail.com"
90     }
91   ],
92   "name": "qs",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/ljharb/qs.git"
98   },
99   "scripts": {
100     "coverage": "covert test",
101     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
102     "lint": "eslint lib/*.js text/*.js",
103     "prepublish": "npm run dist",
104     "pretest": "npm run lint && npm run readme",
105     "readme": "evalmd README.md",
106     "test": "npm run coverage",
107     "tests-only": "node test"
108   },
109   "version": "6.0.4"
110 }