line_push/node_modules/axios-retry/package.json
2022-07-17 13:16:16 +08:00

93 lines
2.5 KiB
JSON

{
"_args": [
[
"axios-retry@3.1.8",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "axios-retry@3.1.8",
"_id": "axios-retry@3.1.8",
"_inBundle": false,
"_integrity": "sha512-yPw5Y4Bg6Dgmhm35KaJFtlh23s1TecW0HsUerK4/IS1UKl0gtN2aJqdEKtVomiOS/bDo5w4P3sqgki/M10eF8Q==",
"_location": "/axios-retry",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "axios-retry@3.1.8",
"name": "axios-retry",
"escapedName": "axios-retry",
"rawSpec": "3.1.8",
"saveSpec": null,
"fetchSpec": "3.1.8"
},
"_requiredBy": [
"/@nuxtjs/axios"
],
"_resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.1.8.tgz",
"_spec": "3.1.8",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"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.8"
}