-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "xe-ajax",
"version": "4.0.5",
"description": "异步请求函数,用于浏览器和 node.js 的 HTTP 客户端",
"main": "index.js",
"unpkg": "dist/xe-ajax.umd.min.js",
"jsdelivr": "dist/xe-ajax.umd.min.js",
"typings": "index.d.ts",
"scripts": {
"format": "eslint --fix dist/*.ts",
"test": "jest"
},
"files": [
"src",
"dist",
"*.ts",
"*.d.ts"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.9.0",
"markdown-doctest": "^1.0.0",
"regenerator-runtime": "^0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-extends/xe-ajax.git"
},
"keywords": [
"ajax",
"xe-fetch",
"xe-ajax"
],
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/x-extends/xe-ajax/issues"
},
"homepage": "https://github.com/x-extends/xe-ajax#readme"
}