{ "_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" }