vite-riot-template/package-lock.json

670 lines
15 KiB
JSON
Raw Normal View History

2022-07-07 02:32:19 +00:00
{
"name": "riot-app",
2022-07-18 03:50:53 +00:00
"version": "0.1.0",
"lockfileVersion": 2,
2022-07-07 02:32:19 +00:00
"requires": true,
2022-07-18 03:50:53 +00:00
"packages": {
"": {
"name": "riot-app",
"version": "0.1.0",
"dependencies": {
"riot": "^6.1.2"
},
"devDependencies": {
"rollup-plugin-riot": "^6.0.0",
"vite": "^3.0.0"
}
},
"node_modules/@babel/parser": {
2022-07-07 02:32:19 +00:00
"version": "7.18.6",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/@riotjs/compiler": {
2022-07-07 02:32:19 +00:00
"version": "6.3.0",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"@babel/parser": "^7.18.5",
"@riotjs/parser": "^4.3.1",
"@riotjs/util": "2.0.4",
"cssesc": "^3.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1",
"dom-nodes": "^1.1.3",
"globals": "^13.15.0",
"recast": "^0.20.5",
"source-map": "^0.7.4"
}
},
2022-07-18 03:50:53 +00:00
"node_modules/@riotjs/dom-bindings": {
2022-07-07 02:32:19 +00:00
"version": "6.0.3",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"@riotjs/util": "^2.0.4"
}
},
2022-07-18 03:50:53 +00:00
"node_modules/@riotjs/parser": {
2022-07-07 02:32:19 +00:00
"version": "4.3.1",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"curri": "^1.0.1",
"dom-nodes": "^1.1.3"
2022-07-18 03:50:53 +00:00
},
"engines": {
"node": ">=4.2",
"npm": ">=3.0"
2022-07-07 02:32:19 +00:00
}
},
2022-07-18 03:50:53 +00:00
"node_modules/@riotjs/util": {
2022-07-07 02:32:19 +00:00
"version": "2.0.4",
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/ast-types": {
2022-07-07 02:32:19 +00:00
"version": "0.14.2",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"tslib": "^2.0.1"
2022-07-18 03:50:53 +00:00
},
"engines": {
"node": ">=4"
2022-07-07 02:32:19 +00:00
}
},
2022-07-18 03:50:53 +00:00
"node_modules/bianco.attr": {
2022-07-07 02:32:19 +00:00
"version": "1.1.1",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"bianco.dom-to-array": "^1.1.0"
}
},
2022-07-18 03:50:53 +00:00
"node_modules/bianco.dom-to-array": {
2022-07-07 02:32:19 +00:00
"version": "1.1.0",
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/bianco.query": {
2022-07-07 02:32:19 +00:00
"version": "1.1.4",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
2022-07-07 02:32:19 +00:00
"bianco.dom-to-array": "^1.1.0"
}
},
2022-07-18 03:50:53 +00:00
"node_modules/cssesc": {
2022-07-07 02:32:19 +00:00
"version": "3.0.0",
2022-07-18 03:50:53 +00:00
"license": "MIT",
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/cumpa": {
2022-07-07 02:32:19 +00:00
"version": "1.0.1",
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/curri": {
2022-07-07 02:32:19 +00:00
"version": "1.0.1",
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/dom-nodes": {
2022-07-07 02:32:19 +00:00
"version": "1.1.3",
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/esbuild": {
2022-07-15 23:58:37 +00:00
"version": "0.14.49",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"hasInstallScript": true,
"license": "MIT",
"bin": {
"esbuild": "bin/esbuild"
},
"engines": {
"node": ">=12"
},
"optionalDependencies": {
2022-07-15 23:58:37 +00:00
"esbuild-android-64": "0.14.49",
"esbuild-android-arm64": "0.14.49",
"esbuild-darwin-64": "0.14.49",
"esbuild-darwin-arm64": "0.14.49",
"esbuild-freebsd-64": "0.14.49",
"esbuild-freebsd-arm64": "0.14.49",
"esbuild-linux-32": "0.14.49",
"esbuild-linux-64": "0.14.49",
"esbuild-linux-arm": "0.14.49",
"esbuild-linux-arm64": "0.14.49",
"esbuild-linux-mips64le": "0.14.49",
"esbuild-linux-ppc64le": "0.14.49",
"esbuild-linux-riscv64": "0.14.49",
"esbuild-linux-s390x": "0.14.49",
"esbuild-netbsd-64": "0.14.49",
"esbuild-openbsd-64": "0.14.49",
"esbuild-sunos-64": "0.14.49",
"esbuild-windows-32": "0.14.49",
"esbuild-windows-64": "0.14.49",
"esbuild-windows-arm64": "0.14.49"
2022-07-07 02:32:19 +00:00
}
},
2022-07-18 03:50:53 +00:00
"node_modules/esbuild-windows-64": {
2022-07-15 23:58:37 +00:00
"version": "0.14.49",
2022-07-18 03:50:53 +00:00
"cpu": [
"x64"
],
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">=12"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/esprima": {
"version": "4.0.1",
"license": "BSD-2-Clause",
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/estree-walker": {
"version": "0.6.1",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/function-bind": {
"version": "1.1.1",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/globals": {
"version": "13.16.0",
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/has": {
"version": "1.0.3",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/is-core-module": {
"version": "2.9.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"has": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/nanoid": {
"version": "3.3.4",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/path-parse": {
"version": "1.0.7",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/picocolors": {
"version": "1.0.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "ISC"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/postcss": {
"version": "8.4.14",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
"engines": {
"node": "^10 || ^12 || >=14"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/recast": {
"version": "0.20.5",
"license": "MIT",
"dependencies": {
"ast-types": "0.14.2",
"esprima": "~4.0.0",
"source-map": "~0.6.1",
"tslib": "^2.0.1"
},
"engines": {
"node": ">= 4"
}
},
"node_modules/recast/node_modules/source-map": {
"version": "0.6.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/resolve": {
"version": "1.22.1",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"is-core-module": "^2.9.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/riot": {
"version": "6.1.2",
"license": "MIT",
"dependencies": {
"@riotjs/compiler": "^6.1.3",
"@riotjs/dom-bindings": "6.0.3",
"@riotjs/util": "^2.0.4",
"bianco.attr": "^1.0.0",
"bianco.query": "^1.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/rollup": {
"version": "2.77.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
"node": ">=10.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/rollup-plugin-riot": {
"version": "6.0.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"rollup-pluginutils": "^2.8.2"
},
"peerDependencies": {
"@riotjs/compiler": "^6.0.0",
"rollup": ">=2.53.1"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/rollup-pluginutils": {
"version": "2.8.2",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"estree-walker": "^0.6.1"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/source-map": {
"version": "0.7.4",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 8"
}
},
"node_modules/source-map-js": {
"version": "1.0.2",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"node_modules/tslib": {
"version": "2.4.0",
"license": "0BSD"
},
"node_modules/type-fest": {
"version": "0.20.2",
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/vite": {
"version": "3.0.0",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.47",
"postcss": "^8.4.14",
"resolve": "^1.22.1",
"rollup": "^2.75.6"
},
"bin": {
"vite": "bin/vite.js"
},
"engines": {
"node": ">=14.18.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"peerDependencies": {
"less": "*",
"sass": "*",
"stylus": "*",
"terser": "^5.4.0"
},
"peerDependenciesMeta": {
"less": {
"optional": true
},
"sass": {
"optional": true
},
"stylus": {
"optional": true
},
"terser": {
"optional": true
}
}
}
},
"dependencies": {
"@babel/parser": {
"version": "7.18.6"
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"@riotjs/compiler": {
"version": "6.3.0",
"requires": {
"@babel/parser": "^7.18.5",
"@riotjs/parser": "^4.3.1",
"@riotjs/util": "2.0.4",
"cssesc": "^3.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1",
"dom-nodes": "^1.1.3",
"globals": "^13.15.0",
"recast": "^0.20.5",
"source-map": "^0.7.4"
}
},
"@riotjs/dom-bindings": {
"version": "6.0.3",
"requires": {
"@riotjs/util": "^2.0.4"
}
},
"@riotjs/parser": {
"version": "4.3.1",
"requires": {
"curri": "^1.0.1",
"dom-nodes": "^1.1.3"
}
},
"@riotjs/util": {
"version": "2.0.4"
},
"ast-types": {
"version": "0.14.2",
"requires": {
"tslib": "^2.0.1"
}
},
"bianco.attr": {
"version": "1.1.1",
"requires": {
"bianco.dom-to-array": "^1.1.0"
}
},
"bianco.dom-to-array": {
"version": "1.1.0"
},
"bianco.query": {
"version": "1.1.4",
"requires": {
"bianco.dom-to-array": "^1.1.0"
}
},
"cssesc": {
"version": "3.0.0"
},
"cumpa": {
"version": "1.0.1"
},
"curri": {
"version": "1.0.1"
},
"dom-nodes": {
"version": "1.1.3"
},
"esbuild": {
2022-07-15 23:58:37 +00:00
"version": "0.14.49",
2022-07-07 02:32:19 +00:00
"dev": true,
2022-07-18 03:50:53 +00:00
"requires": {
"esbuild-android-64": "0.14.49",
"esbuild-android-arm64": "0.14.49",
"esbuild-darwin-64": "0.14.49",
"esbuild-darwin-arm64": "0.14.49",
"esbuild-freebsd-64": "0.14.49",
"esbuild-freebsd-arm64": "0.14.49",
"esbuild-linux-32": "0.14.49",
"esbuild-linux-64": "0.14.49",
"esbuild-linux-arm": "0.14.49",
"esbuild-linux-arm64": "0.14.49",
"esbuild-linux-mips64le": "0.14.49",
"esbuild-linux-ppc64le": "0.14.49",
"esbuild-linux-riscv64": "0.14.49",
"esbuild-linux-s390x": "0.14.49",
"esbuild-netbsd-64": "0.14.49",
"esbuild-openbsd-64": "0.14.49",
"esbuild-sunos-64": "0.14.49",
"esbuild-windows-32": "0.14.49",
"esbuild-windows-64": "0.14.49",
"esbuild-windows-arm64": "0.14.49"
}
2022-07-07 02:32:19 +00:00
},
2022-07-18 03:50:53 +00:00
"esbuild-windows-64": {
2022-07-15 23:58:37 +00:00
"version": "0.14.49",
2022-07-07 02:32:19 +00:00
"dev": true,
"optional": true
},
"esprima": {
2022-07-18 03:50:53 +00:00
"version": "4.0.1"
2022-07-07 02:32:19 +00:00
},
"estree-walker": {
"version": "0.6.1",
"dev": true
},
"function-bind": {
"version": "1.1.1",
"dev": true
},
"globals": {
"version": "13.16.0",
"requires": {
"type-fest": "^0.20.2"
}
},
"has": {
"version": "1.0.3",
"dev": true,
"requires": {
"function-bind": "^1.1.1"
}
},
"is-core-module": {
"version": "2.9.0",
"dev": true,
"requires": {
"has": "^1.0.3"
}
},
"nanoid": {
"version": "3.3.4",
"dev": true
},
"path-parse": {
"version": "1.0.7",
"dev": true
},
"picocolors": {
"version": "1.0.0",
"dev": true
},
"postcss": {
"version": "8.4.14",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
}
},
"recast": {
"version": "0.20.5",
"requires": {
"ast-types": "0.14.2",
"esprima": "~4.0.0",
"source-map": "~0.6.1",
"tslib": "^2.0.1"
},
"dependencies": {
"source-map": {
2022-07-18 03:50:53 +00:00
"version": "0.6.1"
2022-07-07 02:32:19 +00:00
}
}
},
"resolve": {
"version": "1.22.1",
"dev": true,
"requires": {
"is-core-module": "^2.9.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
}
},
"riot": {
"version": "6.1.2",
"requires": {
"@riotjs/compiler": "^6.1.3",
"@riotjs/dom-bindings": "6.0.3",
"@riotjs/util": "^2.0.4",
"bianco.attr": "^1.0.0",
"bianco.query": "^1.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1"
}
},
"rollup": {
2022-07-15 23:58:37 +00:00
"version": "2.77.0",
2022-07-07 02:32:19 +00:00
"dev": true,
"requires": {
"fsevents": "~2.3.2"
}
},
"rollup-plugin-riot": {
"version": "6.0.0",
"dev": true,
"requires": {
"rollup-pluginutils": "^2.8.2"
}
},
"rollup-pluginutils": {
"version": "2.8.2",
"dev": true,
"requires": {
"estree-walker": "^0.6.1"
}
},
"source-map": {
2022-07-18 03:50:53 +00:00
"version": "0.7.4"
2022-07-07 02:32:19 +00:00
},
"source-map-js": {
"version": "1.0.2",
"dev": true
},
"supports-preserve-symlinks-flag": {
"version": "1.0.0",
"dev": true
},
"tslib": {
2022-07-18 03:50:53 +00:00
"version": "2.4.0"
2022-07-07 02:32:19 +00:00
},
"type-fest": {
2022-07-18 03:50:53 +00:00
"version": "0.20.2"
2022-07-07 02:32:19 +00:00
},
"vite": {
2022-07-18 03:50:53 +00:00
"version": "3.0.0",
2022-07-07 02:32:19 +00:00
"dev": true,
"requires": {
2022-07-18 03:50:53 +00:00
"esbuild": "^0.14.47",
2022-07-07 02:32:19 +00:00
"fsevents": "~2.3.2",
2022-07-18 03:50:53 +00:00
"postcss": "^8.4.14",
"resolve": "^1.22.1",
"rollup": "^2.75.6"
2022-07-07 02:32:19 +00:00
}
}
}
}