UNPKG

@rollup/wasm-node

Version:

Next-generation ES module bundler with Node wasm

185 lines 5.35 kB
{ "name": "@rollup/wasm-node", "version": "4.62.3", "description": "Next-generation ES module bundler with Node wasm", "main": "dist/rollup.js", "module": "dist/es/rollup.js", "types": "dist/rollup.d.ts", "bin": { "rollup": "dist/bin/rollup" }, "repository": { "type": "git", "url": "git+https://github.com/rollup/rollup.git" }, "keywords": [ "modules", "bundler", "bundling", "es6", "optimizer" ], "author": "Rich Harris", "license": "MIT", "bugs": { "url": "https://github.com/rollup/rollup/issues" }, "homepage": "https://rollupjs.org/", "optionalDependencies": { "fsevents": "~2.3.2" }, "dependencies": { "@types/estree": "1.0.9" }, "devDependenciesComments": { "core-js": "We only update manually as every update requires a snapshot update" }, "devDependencies": { "@codemirror/commands": "^6.10.4", "@codemirror/lang-javascript": "^6.2.5", "@codemirror/language": "^6.12.4", "@codemirror/search": "^6.7.1", "@codemirror/state": "^6.7.1", "@codemirror/view": "^6.43.6", "@emnapi/core": "^1.11.2", "@emnapi/runtime": "^1.11.2", "@eslint/js": "^10.0.1", "@inquirer/prompts": "^7.10.1", "@jridgewell/sourcemap-codec": "^1.5.5", "@mermaid-js/mermaid-cli": "^11.16.0", "@napi-rs/cli": "3.4.1", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-buble": "^1.0.3", "@rollup/plugin-commonjs": "^29.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", "@rollup/pluginutils": "^5.4.0", "@shikijs/vitepress-twoslash": "^4.3.1", "@types/mocha": "^10.0.10", "@types/node": "^20.19.43", "@types/picomatch": "^4.0.3", "@types/semver": "^7.7.1", "@types/yargs-parser": "^21.0.3", "@vue/language-server": "^3.3.7", "acorn": "^8.17.0", "acorn-import-assertions": "^1.9.0", "acorn-import-phases": "^1.0.4", "acorn-jsx": "^5.3.2", "buble": "^0.20.0", "builtin-modules": "^5.3.0", "chokidar": "^3.6.0", "concurrently": "^9.2.4", "core-js": "3.38.1", "date-time": "^4.0.0", "es5-shim": "^4.6.7", "es6-shim": "^0.35.8", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-unicorn": "^72.0.0", "eslint-plugin-vue": "^10.10.0", "fixturify": "^3.0.0", "flru": "^1.0.2", "fs-extra": "^11.3.6", "github-api": "^3.4.0", "globals": "^17.7.0", "husky": "^9.1.7", "is-reference": "^3.0.3", "lint-staged": "^17.1.0", "locate-character": "^3.0.0", "magic-string": "^1.0.0", "memfs": "^4.64.0", "mocha": "11.7.6", "nodemon": "^3.1.14", "npm-audit-resolver": "^3.0.0-RC.0", "nyc": "^18.0.0", "patch-package": "^8.0.1", "picocolors": "^1.1.1", "picomatch": "^4.0.5", "pinia": "^4.0.2", "prettier": "^3.9.5", "prettier-plugin-organize-imports": "^4.3.0", "pretty-bytes": "^7.1.1", "pretty-ms": "^9.3.0", "requirejs": "^2.3.8", "rollup": "^4.62.2", "rollup-plugin-license": "^3.7.1", "semver": "^7.8.5", "shx": "^0.4.0", "signal-exit": "^4.1.0", "source-map": "^0.8.0", "source-map-support": "^0.5.21", "systemjs": "^6.15.1", "terser": "^5.49.0", "tslib": "^2.8.1", "typescript": "^5.9.3", "typescript-eslint": "^8.65.0", "vite": "^7.3.6", "vitepress": "^1.6.4", "vue": "^3.5.40", "vue-eslint-parser": "^10.4.1", "vue-tsc": "^3.3.7", "wasm-pack": "^0.15.0", "yargs-parser": "^21.1.1" }, "overrides": { "axios": "^1.18.1", "esbuild": ">0.24.2", "lodash-es": ">4.17.22", "path-scurry": { "lru-cache": ">=11.0.0" }, "readable-stream": "npm:@built-in/readable-stream@1", "react": "^18.3.1", "react-dom": "^18.3.1", "semver": "^7.8.5", "tar": ">7.5.6", "vite": "$vite" }, "comments": { "vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges", "@emnapi/core": "If missing this fails npm install for Linux ARM", "@emnapi/runtime": "If missing this fails npm install for Linux ARM", "react": "If missing this fails npm install for Linux ARM", "react-dom": "If missing this fails npm install for Linux ARM" }, "files": [ "dist/wasm-node/*.wasm", "dist/*.node", "dist/**/*.js", "dist/*.d.ts", "dist/bin/rollup", "dist/es/package.json" ], "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "exports": { ".": { "types": "./dist/rollup.d.ts", "import": "./dist/es/rollup.js", "require": "./dist/rollup.js" }, "./loadConfigFile": { "types": "./dist/loadConfigFile.d.ts", "require": "./dist/loadConfigFile.js", "default": "./dist/loadConfigFile.js" }, "./getLogFilter": { "types": "./dist/getLogFilter.d.ts", "import": "./dist/es/getLogFilter.js", "require": "./dist/getLogFilter.js" }, "./parseAst": { "types": "./dist/parseAst.d.ts", "import": "./dist/es/parseAst.js", "require": "./dist/parseAst.js" }, "./dist/*": "./dist/*", "./package.json": "./package.json" } }