-
Notifications
You must be signed in to change notification settings - Fork 190
/
package.json
80 lines (80 loc) · 1.73 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
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
80
{
"name": "qiniu",
"version": "7.14.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"check-type": "tsc --noEmit",
"test": "NODE_ENV=test mocha -t 300000 --retries 3",
"cover": "nyc npm run test",
"report": "nyc report --reporter=html",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/qiniu/nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/qiniu/nodejs-sdk/issues"
},
"keywords": [
"cloud",
"storage",
"s3",
"qiniu",
"web-service"
],
"author": "[email protected]",
"contributors": [
{
"name": "Xu Shiwei",
"email": "[email protected]"
},
{
"name": "why404",
"email": "[email protected]"
},
{
"name": "guhao",
"email": "[email protected]"
},
{
"name": "jinxinxin",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 6"
},
"dependencies": {
"agentkeepalive": "^4.0.2",
"before": "^0.0.1",
"block-stream2": "^2.0.0",
"crc32": "^0.2.2",
"destroy": "^1.0.4",
"encodeurl": "^1.0.1",
"formstream": "^1.1.0",
"mime": "^2.4.4",
"mkdirp": "^0.5.5",
"mockdate": "^3.0.5",
"tunnel-agent": "^0.6.0",
"typescript": "^4.9.4",
"urllib": "^2.41.0"
},
"devDependencies": {
"@types/node": "^8.0.3",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"should": "^13.2.3"
},
"license": "MIT"
}