This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.5 KB
/
package.json
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
{
"name": "koa-querystring-strict",
"version": "1.0.0",
"description": "This patches a koa app with `this.query.foo` return strict `string`. Disable multi values.",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --harmony --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"merge-descriptors": "~0.0.2"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"istanbul-harmony": "*",
"jshint": "*",
"koa": "*",
"mocha": "*",
"urllib": "2.7.0"
},
"homepage": "https://github.com/koajs/querystring-strict",
"repository": {
"type": "git",
"url": "git://github.com/koajs/querystring-strict.git",
"web": "https://github.com/koajs/querystring-strict"
},
"bugs": {
"url": "https://github.com/koajs/querystring-strict/issues",
"email": "[email protected]"
},
"keywords": [
"querystring-strict"
],
"engines": {
"node": ">=0.11.14",
"iojs": ">=1.0.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
"license": "MIT"
}