summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/qs/package.json
blob: 7b1917023f9c67a0c7daf68cbfc0c878c0862eca (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
{
  "name": "qs",
  "version": "1.2.2",
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "homepage": "https://github.com/hapijs/qs",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "lab": "3.x.x"
  },
  "scripts": {
    "test": "make test-cov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hapijs/qs.git"
  },
  "keywords": [
    "querystring",
    "qs"
  ],
  "author": {
    "name": "Nathan LaFreniere",
    "email": "quitlahok@gmail.com"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/hapijs/qs/raw/master/LICENSE"
    }
  ],
  "gitHead": "bd9455fea88d1c51a80dbf57ef0f99b4e553177d",
  "bugs": {
    "url": "https://github.com/hapijs/qs/issues"
  },
  "_id": "qs@1.2.2",
  "_shasum": "19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88",
  "_from": "qs@~1.2.0",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "hueniverse",
    "email": "eran@hueniverse.com"
  },
  "maintainers": [
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    },
    {
      "name": "hueniverse",
      "email": "eran@hueniverse.com"
    }
  ],
  "dist": {
    "shasum": "19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88",
    "tarball": "http://registry.npmjs.org/qs/-/qs-1.2.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/qs/-/qs-1.2.2.tgz",
  "readme": "ERROR: No README data found!"
}