forked from pepesir/PEPE-SIR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.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
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
81
82
83
84
85
86
87
88
89
90
91
92
{
"_args": [
[
"axios-retry@3.1.9",
"/data/data/com.termux/files/home/botwa"
]
],
"_from": "axios-retry@3.1.9",
"_id": "axios-retry@3.1.9",
"_inBundle": false,
"_integrity": "sha512-NFCoNIHq8lYkJa6ku4m+V1837TP6lCa7n79Iuf8/AqATAHYB0ISaAS1eyIenDOfHOLtym34W65Sjke2xjg2fsA==",
"_location": "/axios-retry",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "axios-retry@3.1.9",
"name": "axios-retry",
"escapedName": "axios-retry",
"rawSpec": "3.1.9",
"saveSpec": null,
"fetchSpec": "3.1.9"
},
"_requiredBy": [
"/nhentaidownloader"
],
"_resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.9.tgz",
"_spec": "3.1.9",
"_where": "/data/data/com.termux/files/home/botwa",
"author": {
"name": "Rubén Norte",
"email": "ruben.norte@softonic.com"
},
"bugs": {
"url": "https://github.com/softonic/axios-retry/issues"
},
"dependencies": {
"is-retry-allowed": "^1.1.0"
},
"description": "Axios plugin that intercepts failed requests and retries them whenever posible.",
"devDependencies": {
"axios": "^0.15.2",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jasmine": "^1.8.1",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^0.14.3",
"jasmine": "^2.4.1",
"lint-staged": "^7.1.2",
"nock": "^8.0.0",
"prettier": "^1.12.1"
},
"files": [
"es",
"lib",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/softonic/axios-retry",
"license": "Apache-2.0",
"lint-staged": {
"*.+(js|jsx|scss)": [
"prettier --write",
"git add"
]
},
"main": "index.js",
"name": "axios-retry",
"repository": {
"type": "git",
"url": "git+https://github.com/softonic/axios-retry.git"
},
"scripts": {
"build": "rm -rf lib && babel es -d lib --source-maps",
"lint": "eslint es/**/*.js spec/**/*.spec.js",
"postrelease": "npm run push && npm publish",
"prebuild": "npm run test",
"precommit": "lint-staged",
"prerelease": "npm run build",
"pretest": "npm run lint",
"push": "git push origin master && git push origin --tags",
"release": "npm version -m \"New version: %s\"",
"test": "jasmine"
},
"typings": "./index.d.ts",
"version": "3.1.9"
}