mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
d962504dde
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | std-env | dependencies | major | `^1.3.1` -> `^2.0.2` | [source](https://renovatebot.com/gh/blindmedia/std-env) | --- ### Release Notes <details> <summary>blindmedia/std-env</summary> ### [`v2.0.2`](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.1...v2.0.2) [Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.1...v2.0.2) ### [`v2.0.1`](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.0...v2.0.1) [Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://renovatebot.com/gh/blindmedia/std-env/compare/v1.3.1...v2.0.0) [Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v1.3.1...v2.0.0) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js).
127 lines
3.0 KiB
JSON
127 lines
3.0 KiB
JSON
{
|
|
"name": "nuxt-legacy",
|
|
"version": "2.1.0",
|
|
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
},
|
|
{
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
},
|
|
{
|
|
"name": "Pooya Parsa (@pi0)"
|
|
},
|
|
{
|
|
"name": "Clark Du (@clarkdo)"
|
|
},
|
|
{
|
|
"name": "Jonas Galvez (@galvez)"
|
|
},
|
|
{
|
|
"name": "Alexander Lichter (@manniL}"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"nuxt",
|
|
"nuxt.js",
|
|
"nuxtjs",
|
|
"vue",
|
|
"vue.js",
|
|
"vuejs",
|
|
"vue universal",
|
|
"vue ssr",
|
|
"vue server side",
|
|
"ssr",
|
|
"vue isomorphic",
|
|
"vue versatile"
|
|
],
|
|
"main": "dist/nuxt-legacy.js",
|
|
"bin": {
|
|
"nuxt": "./bin/nuxt"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@nuxtjs/babel-preset-app": "^0.7.0",
|
|
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
|
"@nuxtjs/opencollective": "^0.1.0",
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"babel-loader": "^8.0.4",
|
|
"cache-loader": "^1.2.2",
|
|
"caniuse-lite": "^1.0.30000889",
|
|
"chalk": "^2.4.1",
|
|
"chokidar": "^2.0.4",
|
|
"compression": "^1.7.3",
|
|
"connect": "^3.6.6",
|
|
"consola": "^1.4.3",
|
|
"css-loader": "^1.0.0",
|
|
"cssnano": "^4.1.4",
|
|
"debug": "^4.0.1",
|
|
"devalue": "^1.0.4",
|
|
"esm": "^3.0.84",
|
|
"etag": "^1.8.1",
|
|
"file-loader": "^2.0.0",
|
|
"fresh": "^0.5.2",
|
|
"fs-extra": "^7.0.0",
|
|
"glob": "^7.1.3",
|
|
"hash-sum": "^1.0.2",
|
|
"html-minifier": "^3.5.20",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"ip": "^1.1.5",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"lodash": "^4.17.11",
|
|
"lru-cache": "^4.1.3",
|
|
"memory-fs": "^0.4.1",
|
|
"mini-css-extract-plugin": "^0.4.3",
|
|
"minimist": "^1.2.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"pify": "^4.0.0",
|
|
"postcss": "^7.0.5",
|
|
"postcss-import": "^12.0.0",
|
|
"postcss-import-resolver": "^1.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.0.10",
|
|
"postcss-url": "^8.0.0",
|
|
"semver": "^5.5.1",
|
|
"serialize-javascript": "^1.5.0",
|
|
"serve-static": "^1.13.2",
|
|
"server-destroy": "^1.0.1",
|
|
"std-env": "^2.0.2",
|
|
"style-resources-loader": "^1.2.1",
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
"thread-loader": "^1.2.0",
|
|
"time-fix-plugin": "^2.0.3",
|
|
"upath": "^1.1.0",
|
|
"url-loader": "^1.1.1",
|
|
"vue": "^2.5.17",
|
|
"vue-loader": "^15.4.2",
|
|
"vue-meta": "^1.5.5",
|
|
"vue-no-ssr": "^1.0.0",
|
|
"vue-router": "^3.0.1",
|
|
"vue-server-renderer": "^2.5.17",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"vuex": "^3.0.1",
|
|
"webpack": "^4.20.2",
|
|
"webpack-bundle-analyzer": "^3.0.2",
|
|
"webpack-dev-middleware": "^3.4.0",
|
|
"webpack-hot-middleware": "^2.24.2",
|
|
"webpack-node-externals": "^1.7.2",
|
|
"webpackbar": "^2.6.3"
|
|
}
|
|
}
|