]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/qs/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / qs / package.json
1 {
2   "name": "qs",
3   "description": "A querystring parser that supports nesting and arrays, with a depth limit",
4   "homepage": "https://github.com/ljharb/qs",
5   "version": "6.2.1",
6   "repository": {
7     "type": "git",
8     "url": "git+https://github.com/ljharb/qs.git"
9   },
10   "main": "lib/index.js",
11   "contributors": [
12     {
13       "name": "Jordan Harband",
14       "email": "ljharb@gmail.com",
15       "url": "http://ljharb.codes"
16     }
17   ],
18   "keywords": [
19     "querystring",
20     "qs"
21   ],
22   "engines": {
23     "node": ">=0.6"
24   },
25   "dependencies": {},
26   "devDependencies": {
27     "browserify": "^13.0.1",
28     "tape": "^4.6.0",
29     "covert": "^1.1.0",
30     "mkdirp": "^0.5.1",
31     "eslint": "^3.1.0",
32     "@ljharb/eslint-config": "^6.0.0",
33     "parallelshell": "^2.0.0",
34     "iconv-lite": "^0.4.13",
35     "qs-iconv": "^1.0.3",
36     "evalmd": "^0.0.17"
37   },
38   "scripts": {
39     "pretest": "npm run --silent readme && npm run --silent lint",
40     "test": "npm run --silent coverage",
41     "tests-only": "node test",
42     "readme": "evalmd README.md",
43     "lint": "eslint lib/*.js text/*.js",
44     "coverage": "covert test",
45     "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
46     "prepublish": "npm run dist"
47   },
48   "license": "BSD-3-Clause",
49   "gitHead": "335f839142e6c2c69f5302c4940d92acb0e77561",
50   "bugs": {
51     "url": "https://github.com/ljharb/qs/issues"
52   },
53   "_id": "qs@6.2.1",
54   "_shasum": "ce03c5ff0935bc1d9d69a9f14cbd18e568d67625",
55   "_from": "qs@>=6.2.0 <6.3.0",
56   "_npmVersion": "3.10.3",
57   "_nodeVersion": "6.3.0",
58   "_npmUser": {
59     "name": "ljharb",
60     "email": "ljharb@gmail.com"
61   },
62   "dist": {
63     "shasum": "ce03c5ff0935bc1d9d69a9f14cbd18e568d67625",
64     "tarball": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz"
65   },
66   "maintainers": [
67     {
68       "name": "hueniverse",
69       "email": "eran@hammer.io"
70     },
71     {
72       "name": "ljharb",
73       "email": "ljharb@gmail.com"
74     },
75     {
76       "name": "nlf",
77       "email": "quitlahok@gmail.com"
78     }
79   ],
80   "_npmOperationalInternal": {
81     "host": "packages-12-west.internal.npmjs.com",
82     "tmp": "tmp/qs-6.2.1.tgz_1469044929716_0.06957711698487401"
83   },
84   "directories": {},
85   "_resolved": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz",
86   "readme": "ERROR: No README data found!"
87 }