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

bower.json « qs « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53a70d0c94d7339f0e036c09ebf4aa6f9fc73b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "qs",
  "main": "dist/qs.js",
  "version": "5.1.0",
  "homepage": "https://github.com/hapijs/qs",
  "authors": [
    "Nathan LaFreniere <quitlahok@gmail.com>"
  ],
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "keywords": [
    "querystring",
    "qs"
  ],
  "license": "BSD-3-Clause",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}