1 |
9bb1e829
|
cagy
|
{
|
2 |
|
|
"name": "querystringify",
|
3 |
|
|
"version": "2.1.1",
|
4 |
|
|
"description": "Querystringify - Small, simple but powerful query string parser.",
|
5 |
|
|
"main": "index.js",
|
6 |
|
|
"scripts": {
|
7 |
|
|
"test": "mocha test.js",
|
8 |
|
|
"watch": "mocha --watch test.js",
|
9 |
|
|
"coverage": "istanbul cover _mocha -- test.js",
|
10 |
|
|
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
|
11 |
|
|
},
|
12 |
|
|
"repository": {
|
13 |
|
|
"type": "git",
|
14 |
|
|
"url": "https://github.com/unshiftio/querystringify"
|
15 |
|
|
},
|
16 |
|
|
"keywords": [
|
17 |
|
|
"query",
|
18 |
|
|
"string",
|
19 |
|
|
"query-string",
|
20 |
|
|
"querystring",
|
21 |
|
|
"qs",
|
22 |
|
|
"stringify",
|
23 |
|
|
"parse",
|
24 |
|
|
"decode",
|
25 |
|
|
"encode"
|
26 |
|
|
],
|
27 |
|
|
"author": "Arnout Kazemier",
|
28 |
|
|
"license": "MIT",
|
29 |
|
|
"bugs": {
|
30 |
|
|
"url": "https://github.com/unshiftio/querystringify/issues"
|
31 |
|
|
},
|
32 |
|
|
"homepage": "https://github.com/unshiftio/querystringify",
|
33 |
|
|
"devDependencies": {
|
34 |
|
|
"assume": "^2.1.0",
|
35 |
|
|
"istanbul": "^0.4.5",
|
36 |
|
|
"mocha": "^5.2.0",
|
37 |
|
|
"pre-commit": "^1.2.2"
|
38 |
|
|
}
|
39 |
|
|
}
|