2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt-legacy",
|
2018-10-17 21:58:11 +00:00
|
|
|
"version": "2.2.0",
|
2018-10-17 21:28:25 +00:00
|
|
|
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
|
|
|
"keywords": [
|
|
|
|
"nuxt",
|
|
|
|
"nuxt.js",
|
|
|
|
"nuxtjs",
|
|
|
|
"ssr",
|
|
|
|
"vue",
|
|
|
|
"vue isomorphic",
|
|
|
|
"vue server side",
|
|
|
|
"vue ssr",
|
|
|
|
"vue universal",
|
|
|
|
"vue versatile",
|
|
|
|
"vue.js",
|
|
|
|
"vuejs"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pooya Parsa (@pi0)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Clark Du (@clarkdo)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonas Galvez (@galvez)"
|
|
|
|
},
|
|
|
|
{
|
2018-11-07 10:19:50 +00:00
|
|
|
"name": "Alexander Lichter (@manniL)"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"bin"
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"nuxt-legacy": "bin/nuxt-legacy.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-07 22:39:37 +00:00
|
|
|
"@babel/core": "^7.1.5",
|
2018-10-17 21:28:25 +00:00
|
|
|
"@babel/polyfill": "^7.0.0",
|
2018-11-07 22:39:37 +00:00
|
|
|
"@babel/preset-env": "^7.1.5",
|
2018-10-17 21:28:25 +00:00
|
|
|
"@babel/register": "^7.0.0",
|
2018-10-17 21:58:11 +00:00
|
|
|
"@nuxt/builder": "^2.2.0",
|
|
|
|
"@nuxt/cli": "^2.2.0",
|
|
|
|
"@nuxt/common": "^2.2.0",
|
|
|
|
"@nuxt/core": "^2.2.0",
|
2018-10-24 16:55:18 +00:00
|
|
|
"@nuxt/generator": "^2.2.0",
|
2018-11-08 09:15:56 +00:00
|
|
|
"@nuxt/webpack": "^2.2.0"
|
2018-10-17 21:28:25 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0.0",
|
|
|
|
"npm": ">=3.0.0"
|
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
|
|
}
|
|
|
|
}
|