Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « qs « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 330c53f8ff12eb12e29f7d8e267512a41ae93d50 (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
{
  "_args": [
    [
      "qs@~3.1.0",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "qs@>=3.1.0 <3.2.0",
  "_id": "qs@3.1.0",
  "_inCache": true,
  "_location": "/qs",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "email": "quitlahok@gmail.com",
    "name": "nlf"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "qs",
    "raw": "qs@~3.1.0",
    "rawSpec": "~3.1.0",
    "scope": null,
    "spec": ">=3.1.0 <3.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/qs/-/qs-3.1.0.tgz",
  "_shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",
  "_shrinkwrap": null,
  "_spec": "qs@~3.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "bugs": {
    "url": "https://github.com/hapijs/qs/issues"
  },
  "dependencies": {},
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "devDependencies": {
    "browserify": "^10.2.1",
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "directories": {},
  "dist": {
    "shasum": "d0e9ae745233a12dc43fb4f3055bba446261153c",
    "tarball": "http://registry.npmjs.org/qs/-/qs-3.1.0.tgz"
  },
  "gitHead": "e53b1b242a55f886531954ebdd78b3b20efadaf0",
  "homepage": "https://github.com/hapijs/qs",
  "keywords": [
    "qs",
    "querystring"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    },
    {
      "name": "hueniverse",
      "email": "eran@hueniverse.com"
    }
  ],
  "name": "qs",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hapijs/qs.git"
  },
  "scripts": {
    "dist": "browserify --standalone Qs index.js > dist/qs.js",
    "test": "make test-cov"
  },
  "version": "3.1.0"
}