-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "@hitokoto/koa-jsonp",
"version": "3.0.8",
"description": "JSONP middleware with GET/POST support for koajs. Support iconv.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test $(npm bin)/mocha test/*.test.js --exit",
"style": "yarn run eslint --fix lib/**.js test/**.js"
},
"repository": {
"type": "git",
"url": "[email protected]:hitokoto-osc/koa-jsonp-with-iconv.git"
},
"keywords": [
"koa",
"koajs",
"jsonp",
"json-streaming"
],
"author": "a632079 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hitokoto-osc/koa-jsonp-with-iconv/issues"
},
"homepage": "https://github.com/hitokoto-osc/koa-jsonp-with-iconv/koa-jsonp",
"devDependencies": {
"JSONStream": "1.3.5",
"chai": "4.2.0",
"eslint": "7.10.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"json-array-stream": "0.1.2",
"koa": "2.13.0",
"koa-mount": "4.0.0",
"mocha": "8.1.3",
"request": "2.88.2",
"server-destroy": "1.0.1",
"standard": "14.3.4"
},
"dependencies": {
"iconv-lite": "^0.6.2"
}
}