source: imaps-frontend/node_modules/rollup/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 13.0 KB
Line 
1{
2 "_from": "rollup@^4.23.0",
3 "_id": "rollup@4.28.1",
4 "_inBundle": false,
5 "_integrity": "sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==",
6 "_location": "/rollup",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "rollup@^4.23.0",
12 "name": "rollup",
13 "escapedName": "rollup",
14 "rawSpec": "^4.23.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.23.0"
17 },
18 "_requiredBy": [
19 "/vite"
20 ],
21 "_resolved": "https://registry.npmjs.org/rollup/-/rollup-4.28.1.tgz",
22 "_shasum": "7718ba34d62b449dfc49adbfd2f312b4fe0df4de",
23 "_spec": "rollup@^4.23.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/vite",
25 "author": {
26 "name": "Rich Harris"
27 },
28 "bin": {
29 "rollup": "dist/bin/rollup"
30 },
31 "bugs": {
32 "url": "https://github.com/rollup/rollup/issues"
33 },
34 "bundleDependencies": false,
35 "comments": {
36 "vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges"
37 },
38 "dependencies": {
39 "@rollup/rollup-android-arm-eabi": "4.28.1",
40 "@rollup/rollup-android-arm64": "4.28.1",
41 "@rollup/rollup-darwin-arm64": "4.28.1",
42 "@rollup/rollup-darwin-x64": "4.28.1",
43 "@rollup/rollup-freebsd-arm64": "4.28.1",
44 "@rollup/rollup-freebsd-x64": "4.28.1",
45 "@rollup/rollup-linux-arm-gnueabihf": "4.28.1",
46 "@rollup/rollup-linux-arm-musleabihf": "4.28.1",
47 "@rollup/rollup-linux-arm64-gnu": "4.28.1",
48 "@rollup/rollup-linux-arm64-musl": "4.28.1",
49 "@rollup/rollup-linux-loongarch64-gnu": "4.28.1",
50 "@rollup/rollup-linux-powerpc64le-gnu": "4.28.1",
51 "@rollup/rollup-linux-riscv64-gnu": "4.28.1",
52 "@rollup/rollup-linux-s390x-gnu": "4.28.1",
53 "@rollup/rollup-linux-x64-gnu": "4.28.1",
54 "@rollup/rollup-linux-x64-musl": "4.28.1",
55 "@rollup/rollup-win32-arm64-msvc": "4.28.1",
56 "@rollup/rollup-win32-ia32-msvc": "4.28.1",
57 "@rollup/rollup-win32-x64-msvc": "4.28.1",
58 "@types/estree": "1.0.6",
59 "fsevents": "~2.3.2"
60 },
61 "deprecated": false,
62 "description": "Next-generation ES module bundler",
63 "devDependencies": {
64 "@codemirror/commands": "^6.7.1",
65 "@codemirror/lang-javascript": "^6.2.2",
66 "@codemirror/language": "^6.10.6",
67 "@codemirror/search": "^6.5.8",
68 "@codemirror/state": "^6.4.1",
69 "@codemirror/view": "^6.35.0",
70 "@eslint/js": "^9.16.0",
71 "@inquirer/prompts": "^7.1.0",
72 "@jridgewell/sourcemap-codec": "^1.5.0",
73 "@mermaid-js/mermaid-cli": "^11.4.2",
74 "@napi-rs/cli": "^2.18.4",
75 "@rollup/plugin-alias": "^5.1.1",
76 "@rollup/plugin-buble": "^1.0.3",
77 "@rollup/plugin-commonjs": "^28.0.1",
78 "@rollup/plugin-json": "^6.1.0",
79 "@rollup/plugin-node-resolve": "^15.3.0",
80 "@rollup/plugin-replace": "^6.0.1",
81 "@rollup/plugin-terser": "^0.4.4",
82 "@rollup/plugin-typescript": "^12.1.1",
83 "@rollup/pluginutils": "^5.1.3",
84 "@shikijs/vitepress-twoslash": "^1.24.0",
85 "@types/mocha": "^10.0.10",
86 "@types/node": "^18.19.67",
87 "@types/semver": "^7.5.8",
88 "@types/yargs-parser": "^21.0.3",
89 "@vue/language-server": "^2.1.10",
90 "acorn": "^8.14.0",
91 "acorn-import-assertions": "^1.9.0",
92 "acorn-jsx": "^5.3.2",
93 "buble": "^0.20.0",
94 "builtin-modules": "^4.0.0",
95 "chokidar": "^3.6.0",
96 "colorette": "^2.0.20",
97 "concurrently": "^9.1.0",
98 "core-js": "3.38.1",
99 "cross-env": "^7.0.3",
100 "date-time": "^4.0.0",
101 "es5-shim": "^4.6.7",
102 "es6-shim": "^0.35.8",
103 "eslint": "^9.16.0",
104 "eslint-config-prettier": "^9.1.0",
105 "eslint-plugin-prettier": "^5.2.1",
106 "eslint-plugin-unicorn": "^56.0.1",
107 "eslint-plugin-vue": "^9.32.0",
108 "fixturify": "^3.0.0",
109 "flru": "^1.0.2",
110 "fs-extra": "^11.2.0",
111 "github-api": "^3.4.0",
112 "globals": "^15.13.0",
113 "husky": "^9.1.7",
114 "is-reference": "^3.0.3",
115 "lint-staged": "^15.2.10",
116 "locate-character": "^3.0.0",
117 "magic-string": "^0.30.14",
118 "mocha": "^11.0.1",
119 "nodemon": "^3.1.7",
120 "npm-audit-resolver": "^3.0.0-RC.0",
121 "nyc": "^17.1.0",
122 "pinia": "^2.2.8",
123 "prettier": "^3.4.1",
124 "prettier-plugin-organize-imports": "^4.1.0",
125 "pretty-bytes": "^6.1.1",
126 "pretty-ms": "^9.2.0",
127 "requirejs": "^2.3.7",
128 "rollup": "^4.28.0",
129 "rollup-plugin-license": "^3.5.3",
130 "rollup-plugin-string": "^3.0.0",
131 "semver": "^7.6.3",
132 "shx": "^0.3.4",
133 "signal-exit": "^4.1.0",
134 "source-map": "^0.7.4",
135 "source-map-support": "^0.5.21",
136 "systemjs": "^6.15.1",
137 "terser": "^5.36.0",
138 "tslib": "^2.8.1",
139 "typescript": "^5.7.2",
140 "typescript-eslint": "^8.17.0",
141 "vite": "^6.0.2",
142 "vitepress": "^1.5.0",
143 "vue": "^3.5.13",
144 "vue-tsc": "^2.1.10",
145 "wasm-pack": "^0.13.1",
146 "yargs-parser": "^21.1.1"
147 },
148 "devDependenciesComments": {
149 "core-js": "We only update manually as every update requires a snapshot update"
150 },
151 "engines": {
152 "node": ">=18.0.0",
153 "npm": ">=8.0.0"
154 },
155 "exports": {
156 ".": {
157 "types": "./dist/rollup.d.ts",
158 "require": "./dist/rollup.js",
159 "import": "./dist/es/rollup.js"
160 },
161 "./loadConfigFile": {
162 "types": "./dist/loadConfigFile.d.ts",
163 "require": "./dist/loadConfigFile.js",
164 "default": "./dist/loadConfigFile.js"
165 },
166 "./getLogFilter": {
167 "types": "./dist/getLogFilter.d.ts",
168 "require": "./dist/getLogFilter.js",
169 "import": "./dist/es/getLogFilter.js"
170 },
171 "./parseAst": {
172 "types": "./dist/parseAst.d.ts",
173 "require": "./dist/parseAst.js",
174 "import": "./dist/es/parseAst.js"
175 },
176 "./dist/*": "./dist/*"
177 },
178 "files": [
179 "dist/*.node",
180 "dist/**/*.js",
181 "dist/*.d.ts",
182 "dist/bin/rollup",
183 "dist/es/package.json"
184 ],
185 "homepage": "https://rollupjs.org/",
186 "keywords": [
187 "modules",
188 "bundler",
189 "bundling",
190 "es6",
191 "optimizer"
192 ],
193 "license": "MIT",
194 "main": "dist/rollup.js",
195 "module": "dist/es/rollup.js",
196 "name": "rollup",
197 "napi": {
198 "name": "rollup",
199 "package": {
200 "name": "@rollup/rollup"
201 },
202 "triples": {
203 "defaults": false,
204 "additional": [
205 "aarch64-apple-darwin",
206 "aarch64-linux-android",
207 "aarch64-pc-windows-msvc",
208 "aarch64-unknown-freebsd",
209 "aarch64-unknown-linux-gnu",
210 "aarch64-unknown-linux-musl",
211 "armv7-linux-androideabi",
212 "armv7-unknown-linux-gnueabihf",
213 "armv7-unknown-linux-musleabihf",
214 "i686-pc-windows-msvc",
215 "loongarch64-unknown-linux-gnu",
216 "riscv64gc-unknown-linux-gnu",
217 "powerpc64le-unknown-linux-gnu",
218 "s390x-unknown-linux-gnu",
219 "x86_64-apple-darwin",
220 "x86_64-pc-windows-msvc",
221 "x86_64-unknown-freebsd",
222 "x86_64-unknown-linux-gnu",
223 "x86_64-unknown-linux-musl"
224 ]
225 }
226 },
227 "optionalDependencies": {
228 "@rollup/rollup-android-arm-eabi": "4.28.1",
229 "@rollup/rollup-android-arm64": "4.28.1",
230 "@rollup/rollup-darwin-arm64": "4.28.1",
231 "@rollup/rollup-darwin-x64": "4.28.1",
232 "@rollup/rollup-freebsd-arm64": "4.28.1",
233 "@rollup/rollup-freebsd-x64": "4.28.1",
234 "@rollup/rollup-linux-arm-gnueabihf": "4.28.1",
235 "@rollup/rollup-linux-arm-musleabihf": "4.28.1",
236 "@rollup/rollup-linux-arm64-gnu": "4.28.1",
237 "@rollup/rollup-linux-arm64-musl": "4.28.1",
238 "@rollup/rollup-linux-loongarch64-gnu": "4.28.1",
239 "@rollup/rollup-linux-powerpc64le-gnu": "4.28.1",
240 "@rollup/rollup-linux-riscv64-gnu": "4.28.1",
241 "@rollup/rollup-linux-s390x-gnu": "4.28.1",
242 "@rollup/rollup-linux-x64-gnu": "4.28.1",
243 "@rollup/rollup-linux-x64-musl": "4.28.1",
244 "@rollup/rollup-win32-arm64-msvc": "4.28.1",
245 "@rollup/rollup-win32-ia32-msvc": "4.28.1",
246 "@rollup/rollup-win32-x64-msvc": "4.28.1",
247 "fsevents": "~2.3.2"
248 },
249 "overrides": {
250 "axios": "^1.7.8",
251 "semver": "^7.6.3",
252 "readable-stream": "npm:@built-in/readable-stream@1"
253 },
254 "repository": {
255 "type": "git",
256 "url": "git+https://github.com/rollup/rollup.git"
257 },
258 "scripts": {
259 "build": "concurrently -c green,blue \"npm run build:wasm\" \"npm:build:ast-converters\" && concurrently -c green,blue \"npm run build:napi -- --release\" \"npm:build:js\" && npm run build:copy-native",
260 "build:ast-converters": "node scripts/generate-ast-converters.js",
261 "build:bootstrap": "shx mv dist dist-build && node dist-build/bin/rollup --config rollup.config.ts --configPlugin typescript --forceExit && shx rm -rf dist-build",
262 "build:bootstrap:cjs": "shx mv dist dist-build && node dist-build/bin/rollup --config rollup.config.ts --configPlugin typescript --configTest --forceExit && shx rm -rf dist-build",
263 "build:cjs": "rollup --config rollup.config.ts --configPlugin typescript --configTest --forceExit",
264 "build:copy-native": "shx mkdir -p dist && shx cp rollup.*.node dist/",
265 "build:docs": "vitepress build docs",
266 "build:js": "rollup --config rollup.config.ts --configPlugin typescript --forceExit",
267 "build:js:node": "rollup --config rollup.config.ts --configPlugin typescript --configIsBuildNode --forceExit",
268 "build:napi": "napi build --platform --dts native.d.ts --js false --cargo-cwd rust -p bindings_napi --cargo-name bindings_napi",
269 "build:prepare": "concurrently -c green,blue \"npm run build:napi -- --release\" \"npm:build:js:node\" && npm run build:copy-native",
270 "build:quick": "concurrently -c green,blue 'npm:build:napi' 'npm:build:cjs' && npm run build:copy-native",
271 "build:wasm": "cross-env RUSTFLAGS=\"-C opt-level=z\" wasm-pack build rust/bindings_wasm --out-dir ../../wasm --target web --no-pack && shx rm wasm/.gitignore",
272 "build:wasm:node": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm-node --target nodejs --no-pack && shx rm wasm-node/.gitignore",
273 "check-audit": "check-audit",
274 "ci:artifacts": "napi artifacts",
275 "ci:coverage": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && NODE_OPTIONS=--no-experimental-detect-module nyc --reporter lcovonly mocha",
276 "ci:lint": "concurrently -c red,yellow,green,blue 'npm:lint:js:nofix' 'npm:lint:native-js' 'npm:lint:markdown:nofix' 'npm:lint:rust:nofix'",
277 "ci:test:all": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && concurrently --kill-others-on-fail -c green,blue,magenta,cyan 'npm:test:only' 'npm:test:typescript' 'npm:test:leak' 'npm:test:browser'",
278 "ci:test:only": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && npm run test:only",
279 "dev": "concurrently -kc green,blue 'nodemon --watch rust -e rs --exec \"npm run build:wasm\"' 'vitepress dev docs'",
280 "lint": "concurrently -c red,yellow,green,blue 'npm:lint:js' 'npm:lint:native-js' 'npm:lint:markdown' 'npm:lint:rust'",
281 "lint:js": "eslint . --fix --cache",
282 "lint:js:nofix": "eslint . --cache",
283 "lint:markdown": "prettier --write \"**/*.md\"",
284 "lint:markdown:nofix": "prettier --check \"**/*.md\"",
285 "lint:native-js": "node scripts/lint-native-js.js",
286 "lint:rust": "cd rust && cargo fmt && cargo clippy --fix --allow-dirty",
287 "lint:rust:nofix": "cd rust && cargo fmt --check && cargo clippy",
288 "perf": "npm run build:bootstrap:cjs && node --expose-gc scripts/perf-report/index.js",
289 "postpublish": "node scripts/postpublish.js",
290 "prepare": "husky && node scripts/check-release.js || npm run build:prepare",
291 "prepublish:napi": "napi prepublish --skip-gh-release",
292 "prepublishOnly": "node scripts/check-release.js && node scripts/prepublish.js",
293 "preview:docs": "vitepress preview docs",
294 "release": "node scripts/prepare-release.js",
295 "release:docs": "git fetch --update-head-ok origin master:master && git branch --force documentation-published master && git push origin documentation-published",
296 "resolve-audit": "resolve-audit",
297 "test": "npm run build && npm run test:all",
298 "test:all": "concurrently --kill-others-on-fail -c green,blue,magenta,cyan,red 'npm:test:only' 'npm:test:browser' 'npm:test:typescript' 'npm:test:package' 'npm:test:options'",
299 "test:browser": "mocha test/browser/index.js",
300 "test:cjs": "npm run build:cjs && npm run test:only",
301 "test:coverage": "npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js",
302 "test:coverage:browser": "npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js",
303 "test:leak": "npm install --no-save weak-napi && node --expose-gc test/leak/index.js",
304 "test:only": "mocha test/test.js",
305 "test:options": "node scripts/test-options.js",
306 "test:package": "node scripts/test-package.js",
307 "test:quick": "mocha -b test/test.js",
308 "test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit && tsc --noEmit -p scripts",
309 "test:update-snapshots": "node scripts/update-snapshots.js",
310 "update:js": "npm run build:js && npm run build:copy-native",
311 "update:napi": "npm run build:napi && npm run build:copy-native",
312 "watch": "rollup --config rollup.config.ts --configPlugin typescript --watch"
313 },
314 "types": "dist/rollup.d.ts",
315 "version": "4.28.1"
316}
Note: See TracBrowser for help on using the repository browser.