line_push/node_modules/@nuxtjs/proxy/package.json
2022-07-21 03:28:35 +00:00

73 lines
1.9 KiB
JSON

{
"_args": [
[
"@nuxtjs/proxy@2.1.0",
"/home/node/nuxt"
]
],
"_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": "version",
"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",
"_spec": "2.1.0",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/nuxt-community/proxy-module/issues"
},
"dependencies": {
"http-proxy-middleware": "^1.0.6"
},
"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"
}