123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_from": "axios-retry",
- "_id": "axios-retry@4.4.1",
- "_inBundle": false,
- "_integrity": "sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==",
- "_location": "/axios-retry",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "axios-retry",
- "name": "axios-retry",
- "escapedName": "axios-retry",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/axios-retry/-/axios-retry-4.4.1.tgz",
- "_shasum": "e5d0c851e635fd4de866aec2b9b422f05d661257",
- "_spec": "axios-retry",
- "_where": "C:\\Users\\小公主\\Desktop\\班级\\VIP32\\购物商城\\project",
- "author": {
- "name": "Rubén Norte",
- "email": "ruben.norte@softonic.com"
- },
- "bugs": {
- "url": "https://github.com/softonic/axios-retry/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-retry-allowed": "^2.2.0"
- },
- "deprecated": false,
- "description": "Axios plugin that intercepts failed requests and retries them whenever posible.",
- "devDependencies": {
- "@types/axios": "^0.14.0",
- "@types/jasmine": "^5.1.2",
- "@types/node": "^20.9.1",
- "@typescript-eslint/eslint-plugin": "^6.11.0",
- "@typescript-eslint/parser": "^6.11.0",
- "axios": "^1.6.2",
- "eslint": "^8.53.0",
- "eslint-config-prettier": "^9.0.0",
- "eslint-plugin-jasmine": "^4.1.3",
- "eslint-plugin-prettier": "^5.0.1",
- "husky": "^8.0.3",
- "jasmine": "^5.1.0",
- "lint-staged": "^15.1.0",
- "nock": "^13.3.8",
- "prettier": "^3.1.0",
- "ts-node": "^10.9.1",
- "typescript": "^5.2.2"
- },
- "exports": {
- ".": {
- "import": {
- "types": "./dist/esm/index.d.ts",
- "default": "./dist/esm/index.js"
- },
- "require": {
- "types": "./dist/cjs/index.d.ts",
- "default": "./dist/cjs/index.js"
- }
- },
- "./package.json": "./package.json"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/softonic/axios-retry",
- "license": "Apache-2.0",
- "lint-staged": {
- "*.ts": [
- "eslint --cache --fix",
- "prettier --write"
- ]
- },
- "main": "dist/cjs/index.js",
- "module": "dist/esm/index.js",
- "name": "axios-retry",
- "peerDependencies": {
- "axios": "0.x || 1.x"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/softonic/axios-retry.git"
- },
- "scripts": {
- "build": "rm -fr dist/* && npm run build:esm && npm run build:cjs",
- "build:cjs": "tsc -p tsconfig-cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
- "build:esm": "tsc -p tsconfig.json && echo '{\"type\":\"module\"}' > dist/esm/package.json",
- "lint": "eslint .",
- "postrelease": "npm run push && npm publish",
- "prebuild": "npm run test",
- "prepare": "husky install",
- "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": "ts-node --project tsconfig-cjs.json node_modules/jasmine/bin/jasmine"
- },
- "types": "dist/cjs/index.d.ts",
- "version": "4.4.1"
- }
|