-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "i-apify",
"version": "0.6.9",
"description": "A api solution for `web browser` based Fetch api!",
"main": "dist/index.js",
"scripts": {
"test": "mocha test/spec.js",
"build": "rollup -c",
"coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov --token=e169bd1f-6ecb-407e-a3b1-1f1aa19f5798"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neverland/apify.git"
},
"author": "enix@foxmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Neverland/apify/issues"
},
"homepage": "https://github.com/Neverland/apify#readme",
"dependencies": {
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.5",
"deep-assign": "^3.0.0",
"query-string": "^6.13.7",
"underscore": "^1.11.0",
"whatwg-fetch": "^3.5.0"
},
"keywords": [
"fetch api",
"ajax",
"apify",
"api",
"i-apify",
"api salution",
"node fetch",
"nodejs fetch"
],
"deprecated": false,
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-transform-parameters": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"es6-promise": "^4.2.2",
"mkdirp": "^1.0.4",
"mocha": "^8.2.1",
"rollup": "^2.33.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-minify": "^1.0.3",
"rollup-plugin-node-resolve": "^5.2.0",
"should": "^13.2.0"
}
}