-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "skip-request",
"version": "0.8.1",
"description": "easy request and support fake mode",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skip",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/qw623577789/skip-request.git"
},
"dependencies": {
"fast-xml-parser": "^3.16.0",
"form-data": "^2.3.2",
"iconv-lite": "^0.5.1",
"key_mutex": "^3.1.3",
"mime-types": "^2.1.18",
"moment": "^2.20.1",
"path": "^0.12.7",
"request": "^2.88.2",
"url": "^0.11.0",
"xml2js": "^0.4.23",
"xml2js-parser": "^1.1.1"
},
"devDependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-xml-bodyparser": "^0.3.0",
"md5": "^2.2.1",
"mocha": "^5.0.1",
"multer": "^1.3.0"
}
}