summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/qs/package.json
blob: ed0815b5b7054286599237ad11e4497af5f1ed99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "_args": [
    [
      "qs@~6.0.2",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "qs@>=6.0.2 <6.1.0",
  "_id": "qs@6.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/qs",
  "_nodeVersion": "5.4.1",
  "_npmUser": {
    "email": "ljharb@gmail.com",
    "name": "ljharb"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "qs",
    "raw": "qs@~6.0.2",
    "rawSpec": "~6.0.2",
    "scope": null,
    "spec": ">=6.0.2 <6.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/qs/-/qs-6.0.2.tgz",
  "_shasum": "88c68d590e8ed56c76c79f352c17b982466abfcd",
  "_shrinkwrap": null,
  "_spec": "qs@~6.0.2",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "bugs": {
    "url": "https://github.com/ljharb/qs/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "dependencies": {},
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "devDependencies": {
    "@ljharb/eslint-config": "^1.6.1",
    "browserify": "^12.0.1",
    "covert": "^1.1.0",
    "eslint": "^1.10.3",
    "evalmd": "^0.0.16",
    "mkdirp": "^0.5.1",
    "parallelshell": "^2.0.0",
    "tape": "^4.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "88c68d590e8ed56c76c79f352c17b982466abfcd",
    "tarball": "http://registry.npmjs.org/qs/-/qs-6.0.2.tgz"
  },
  "engines": {
    "node": ">=0.6"
  },
  "gitHead": "47dfbd6740b3cc1593847825701c8aa136f636e3",
  "homepage": "https://github.com/ljharb/qs",
  "keywords": [
    "qs",
    "querystring"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "hueniverse",
      "email": "eran@hammer.io"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    }
  ],
  "name": "qs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/qs.git"
  },
  "scripts": {
    "coverage": "covert test",
    "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
    "lint": "eslint lib/*.js text/*.js",
    "prepublish": "npm run dist",
    "readme": "evalmd README.md",
    "test": "parallelshell 'npm run readme' 'npm run lint' 'npm run coverage'",
    "tests-only": "node test"
  },
  "version": "6.0.2"
}