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
| {
| "_from": "@nuxtjs/proxy@^2.1.0",
| "_id": "@nuxtjs/proxy@2.1.0",
| "_inBundle": false,
| "_integrity": "sha512-/qtoeqXgZ4Mg6LRg/gDUZQrFpOlOdHrol/vQYMnKu3aN3bP90UfOUB3QSDghUUK7OISAJ0xp8Ld78aHyCTcKCQ==",
| "_location": "/@nuxtjs/proxy",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxtjs/proxy@^2.1.0",
| "name": "@nuxtjs/proxy",
| "escapedName": "@nuxtjs%2fproxy",
| "scope": "@nuxtjs",
| "rawSpec": "^2.1.0",
| "saveSpec": null,
| "fetchSpec": "^2.1.0"
| },
| "_requiredBy": [
| "/@nuxtjs/axios"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxtjs/proxy/-/proxy-2.1.0.tgz",
| "_shasum": "fa7715a11d237fa1273503c4e9e137dd1bf5575b",
| "_spec": "@nuxtjs/proxy@^2.1.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxtjs\\axios",
| "bugs": {
| "url": "https://github.com/nuxt-community/proxy-module/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "http-proxy-middleware": "^1.0.6"
| },
| "deprecated": false,
| "description": "proxy support for nuxt server",
| "devDependencies": {
| "@babel/preset-typescript": "^7.12.7",
| "@nuxt/test-utils": "latest",
| "@nuxt/types": "latest",
| "@nuxtjs/eslint-config-typescript": "latest",
| "eslint": "latest",
| "jest": "latest",
| "nuxt": "^2.14.11",
| "siroc": "latest",
| "standard-version": "latest"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/nuxt-community/proxy-module#readme",
| "license": "MIT",
| "main": "dist/index.js",
| "name": "@nuxtjs/proxy",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt-community/proxy-module.git"
| },
| "scripts": {
| "build": "siroc build",
| "dev": "nuxt test/fixture",
| "lint": "eslint --ext .js,.vue,.ts .",
| "release": "yarn test && standard-version && git push --follow-tags && npm publish",
| "test": "yarn lint && jest"
| },
| "types": "dist/index.d.ts",
| "version": "2.1.0"
| }
|
|