summaryrefslogtreecommitdiff
path: root/chromium/third_party/node/node_modules/rollup/package.json
blob: ca2b7be825bae82a9a748381ce75c46d02edbad6 (plain)
1
{"bin": {"rollup": "dist/bin/rollup"}, "license": "MIT", "exports": {"./dist/": "./dist/", ".": {"node": {"import": "./dist/es/rollup.js", "require": "./dist/rollup.js"}, "default": "./dist/es/rollup.browser.js"}}, "engines": {"node": ">=10.0.0"}, "name": "rollup", "repository": "rollup/rollup", "typings": "dist/rollup.d.ts", "optionalDependencies": {"fsevents": "~2.3.2"}, "author": "Rich Harris", "bugs": {"url": "https://github.com/rollup/rollup/issues"}, "module": "dist/es/rollup.js", "version": "2.58.0", "scripts": {"postpublish": "pinst --enable && git push && git push --tags", "lint:markdown": "prettier --write \"**/*.md\"", "test:only": "mocha test/test.js", "test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit", "ci:test": "npm run build:cjs && npm run build:bootstrap && npm run test:all", "ci:test:only": "npm run build:cjs && npm run build:bootstrap && npm run test:only", "perf:init": "node scripts/perf-init.js", "build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup --config rollup.config.ts --configPlugin typescript && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup", "test": "npm run build && npm run test:all", "test:quick": "mocha -b test/test.js", "test:all": "npm run test:only && npm run test:browser && npm run test:typescript && npm run test:leak && npm run test:package", "test:package": "node scripts/test-package.js", "lint": "eslint . --fix --cache && prettier --write \"**/*.md\"", "watch": "rollup --config rollup.config.ts --configPlugin typescript --watch", "build:cjs": "shx rm -rf dist && rollup --config rollup.config.ts --configPlugin typescript --configTest && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup", "test:coverage": "npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js", "ci:lint": "npm run lint:nofix", "test:coverage:browser": "npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js", "perf:debug": "node --inspect-brk scripts/perf-debug.js", "perf": "npm run build:cjs && node --expose-gc scripts/perf.js", "prepublishOnly": "pinst --disable && npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all", "prepare": "husky install && npm run build", "test:cjs": "npm run build:cjs && npm run test:only", "test:leak": "node --expose-gc test/leak/index.js", "lint:nofix": "eslint . && prettier --check \"**/*.md\"", "test:browser": "mocha test/browser/index.js", "ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha", "security": "npm audit", "build:bootstrap": "node dist/bin/rollup --config rollup.config.ts --configPlugin typescript && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup"}, "keywords": ["modules", "bundler", "bundling", "es6", "optimizer"], "devDependencies": {"@rollup/plugin-buble": "^0.21.3", "tslib": "^2.3.1", "@rollup/pluginutils": "^4.1.1", "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-typescript": "^8.2.5", "colorette": "^1.4.0", "@rollup/plugin-alias": "^3.1.5", "eslint-config-prettier": "^8.3.0", "magic-string": "^0.25.7", "mocha": "^8.4.0", "@rollup/plugin-commonjs": "^20.0.0", "chokidar": "^3.5.2", "signal-exit": "^3.0.5", "terser": "^5.9.0", "hash.js": "^1.1.7", "buble": "^0.20.0", "yargs-parser": "^20.2.9", "rollup-plugin-thatworks": "^1.0.4", "eslint-plugin-prettier": "^3.4.1", "require-relative": "^0.8.7", "rollup-plugin-license": "^2.5.0", "source-map-support": "^0.5.20", "@typescript-eslint/parser": "^4.32.0", "fixturify": "^2.1.1", "sourcemap-codec": "^1.4.8", "rollup": "^2.57.0", "shx": "^0.3.3", "husky": "^6.0.0", "pretty-ms": "^7.0.1", "prettier": "^2.4.1", "eslint": "^7.32.0", "nyc": "^15.1.0", "pretty-bytes": "^5.6.0", "date-time": "^4.0.0", "source-map": "^0.7.3", "typescript": "^4.4.3", "pinst": "^2.1.6", "lint-staged": "^10.5.4", "is-reference": "^3.0.0", "core-js": "^3.18.0", "acorn": "^8.5.0", "@types/require-relative": "^0.8.0", "systemjs": "^6.10.3", "sander": "^0.6.0", "rollup-plugin-terser": "^7.0.2", "es5-shim": "^4.6.2", "@typescript-eslint/eslint-plugin": "^4.32.0", "acorn-jsx": "^5.3.2", "acorn-walk": "^8.2.0", "locate-character": "^2.0.5", "@rollup/plugin-node-resolve": "^13.0.5", "@rollup/plugin-json": "^4.1.0", "execa": "^5.1.1", "requirejs": "^2.3.6", "rollup-plugin-string": "^3.0.0", "@types/yargs-parser": "^20.2.1", "@types/signal-exit": "^3.0.1", "@types/node": "^10.17.60", "weak-napi": "^2.0.2", "es6-shim": "^0.35.6", "eslint-plugin-import": "^2.24.2"}, "main": "dist/rollup.js", "homepage": "https://rollupjs.org/", "files": ["dist/**/*.js", "dist/*.d.ts", "dist/bin/rollup", "dist/rollup.browser.js.map"], "description": "Next-generation ES module bundler"}