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
| {
| "_from": "@nuxtjs/axios@^5.13.6",
| "_id": "@nuxtjs/axios@5.13.6",
| "_inBundle": false,
| "_integrity": "sha512-XS+pOE0xsDODs1zAIbo95A0LKlilvJi8YW0NoXYuq3/jjxGgWDxizZ6Yx0AIIjZOoGsXJOPc0/BcnSEUQ2mFBA==",
| "_location": "/@nuxtjs/axios",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxtjs/axios@^5.13.6",
| "name": "@nuxtjs/axios",
| "escapedName": "@nuxtjs%2faxios",
| "scope": "@nuxtjs",
| "rawSpec": "^5.13.6",
| "saveSpec": null,
| "fetchSpec": "^5.13.6"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.6.tgz",
| "_shasum": "6f4bbd98a3a7799a5d2c0726c6ad2a98aa111881",
| "_spec": "@nuxtjs/axios@^5.13.6",
| "_where": "D:\\project\\PAM\\PAMapp",
| "bugs": {
| "url": "https://github.com/nuxt-community/axios-module/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Pooya Parsa",
| "email": "pooya@pi0.ir"
| }
| ],
| "dependencies": {
| "@nuxtjs/proxy": "^2.1.0",
| "axios": "^0.21.1",
| "axios-retry": "^3.1.9",
| "consola": "^2.15.3",
| "defu": "^5.0.0"
| },
| "deprecated": false,
| "description": "Secure and easy Axios integration with Nuxt.js",
| "devDependencies": {
| "@babel/core": "latest",
| "@babel/preset-env": "latest",
| "@nuxtjs/eslint-config": "latest",
| "babel-eslint": "latest",
| "babel-jest": "latest",
| "codecov": "latest",
| "eslint": "latest",
| "jest": "latest",
| "nuxt-edge": "latest",
| "standard-version": "latest"
| },
| "files": [
| "lib",
| "types/*.d.ts"
| ],
| "homepage": "https://github.com/nuxt-community/axios-module#readme",
| "license": "MIT",
| "main": "lib/module.js",
| "name": "@nuxtjs/axios",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt-community/axios-module.git"
| },
| "scripts": {
| "dev": "nuxt test/fixture",
| "lint": "eslint lib test",
| "release": "yarn test && standard-version && git push --follow-tags && npm publish",
| "test": "yarn lint && jest"
| },
| "types": "types/index.d.ts",
| "version": "5.13.6"
| }
|
|