package.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "_from": "rollup@^3.27.1",
  3. "_id": "rollup@3.29.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
  6. "_location": "/rollup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rollup@^3.27.1",
  12. "name": "rollup",
  13. "escapedName": "rollup",
  14. "rawSpec": "^3.27.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.27.1"
  17. },
  18. "_requiredBy": [
  19. "/vite"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.29.5.tgz",
  22. "_shasum": "8a2e477a758b520fb78daf04bca4c522c1da8a54",
  23. "_spec": "rollup@^3.27.1",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\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. "dependencies": {
  36. "fsevents": "~2.3.2"
  37. },
  38. "deprecated": false,
  39. "description": "Next-generation ES module bundler",
  40. "devDependencies": {
  41. "@codemirror/commands": "^6.2.5",
  42. "@codemirror/lang-javascript": "^6.2.1",
  43. "@codemirror/language": "^6.9.0",
  44. "@codemirror/search": "^6.5.3",
  45. "@codemirror/state": "^6.2.1",
  46. "@codemirror/view": "^6.19.0",
  47. "@jridgewell/sourcemap-codec": "^1.4.15",
  48. "@mermaid-js/mermaid-cli": "^10.4.0",
  49. "@rollup/plugin-alias": "^5.0.0",
  50. "@rollup/plugin-buble": "^1.0.2",
  51. "@rollup/plugin-commonjs": "^25.0.4",
  52. "@rollup/plugin-json": "^6.0.0",
  53. "@rollup/plugin-node-resolve": "^15.2.1",
  54. "@rollup/plugin-replace": "^5.0.2",
  55. "@rollup/plugin-terser": "^0.4.3",
  56. "@rollup/plugin-typescript": "11.1.2",
  57. "@rollup/pluginutils": "^5.0.4",
  58. "@types/estree": "1.0.1",
  59. "@types/mocha": "^10.0.1",
  60. "@types/node": "~14.18.61",
  61. "@types/yargs-parser": "^21.0.0",
  62. "@typescript-eslint/eslint-plugin": "^6.7.2",
  63. "@typescript-eslint/parser": "^6.7.2",
  64. "@vue/eslint-config-prettier": "^8.0.0",
  65. "@vue/eslint-config-typescript": "^12.0.0",
  66. "acorn": "^8.10.0",
  67. "acorn-import-assertions": "^1.9.0",
  68. "acorn-jsx": "^5.3.2",
  69. "acorn-walk": "^8.2.0",
  70. "buble": "^0.20.0",
  71. "builtin-modules": "^3.3.0",
  72. "chokidar": "^3.5.3",
  73. "colorette": "^2.0.20",
  74. "concurrently": "^8.2.1",
  75. "core-js": "^3.32.2",
  76. "date-time": "^4.0.0",
  77. "es5-shim": "^4.6.7",
  78. "es6-shim": "^0.35.8",
  79. "eslint": "^8.49.0",
  80. "eslint-config-prettier": "^9.0.0",
  81. "eslint-plugin-import": "^2.28.1",
  82. "eslint-plugin-prettier": "^5.0.0",
  83. "eslint-plugin-unicorn": "^48.0.1",
  84. "eslint-plugin-vue": "^9.17.0",
  85. "fixturify": "^3.0.0",
  86. "flru": "^1.0.2",
  87. "fs-extra": "^11.1.1",
  88. "github-api": "^3.4.0",
  89. "hash.js": "^1.1.7",
  90. "husky": "^8.0.3",
  91. "inquirer": "^9.2.11",
  92. "is-reference": "^3.0.2",
  93. "lint-staged": "^14.0.1",
  94. "locate-character": "^3.0.0",
  95. "magic-string": "^0.30.3",
  96. "mocha": "^10.2.0",
  97. "nyc": "^15.1.0",
  98. "pinia": "^2.1.6",
  99. "prettier": "^3.0.3",
  100. "pretty-bytes": "^6.1.1",
  101. "pretty-ms": "^8.0.0",
  102. "requirejs": "^2.3.6",
  103. "rollup": "^3.29.2",
  104. "rollup-plugin-license": "^3.1.0",
  105. "rollup-plugin-string": "^3.0.0",
  106. "rollup-plugin-thatworks": "^1.0.4",
  107. "semver": "^7.5.4",
  108. "shx": "^0.3.4",
  109. "signal-exit": "^4.1.0",
  110. "source-map": "^0.7.4",
  111. "source-map-support": "^0.5.21",
  112. "systemjs": "^6.14.2",
  113. "terser": "^5.19.4",
  114. "tslib": "^2.6.2",
  115. "typescript": "^5.2.2",
  116. "vite": "^4.4.9",
  117. "vitepress": "^1.0.0-rc.14",
  118. "vue": "^3.3.4",
  119. "weak-napi": "^2.0.2",
  120. "yargs-parser": "^21.1.1"
  121. },
  122. "devDependenciesComments": {
  123. "@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
  124. },
  125. "engines": {
  126. "node": ">=14.18.0",
  127. "npm": ">=8.0.0"
  128. },
  129. "exports": {
  130. ".": {
  131. "types": "./dist/rollup.d.ts",
  132. "require": "./dist/rollup.js",
  133. "import": "./dist/es/rollup.js"
  134. },
  135. "./loadConfigFile": {
  136. "types": "./dist/loadConfigFile.d.ts",
  137. "require": "./dist/loadConfigFile.js",
  138. "default": "./dist/loadConfigFile.js"
  139. },
  140. "./getLogFilter": {
  141. "types": "./dist/getLogFilter.d.ts",
  142. "require": "./dist/getLogFilter.js",
  143. "import": "./dist/es/getLogFilter.js"
  144. },
  145. "./dist/*": "./dist/*"
  146. },
  147. "files": [
  148. "dist/**/*.js",
  149. "dist/*.d.ts",
  150. "dist/bin/rollup",
  151. "dist/es/package.json"
  152. ],
  153. "homepage": "https://rollupjs.org/",
  154. "keywords": [
  155. "modules",
  156. "bundler",
  157. "bundling",
  158. "es6",
  159. "optimizer"
  160. ],
  161. "license": "MIT",
  162. "main": "dist/rollup.js",
  163. "module": "dist/es/rollup.js",
  164. "name": "rollup",
  165. "optionalDependencies": {
  166. "fsevents": "~2.3.2"
  167. },
  168. "overrides": {
  169. "semver": "^7.5.4"
  170. },
  171. "repository": {
  172. "type": "git",
  173. "url": "git+https://github.com/rollup/rollup.git"
  174. },
  175. "scripts": {
  176. "build": "rollup --config rollup.config.ts --configPlugin typescript",
  177. "build:bootstrap": "node dist/bin/rollup --config rollup.config.ts --configPlugin typescript",
  178. "build:cjs": "rollup --config rollup.config.ts --configPlugin typescript --configTest",
  179. "build:docs": "vitepress build docs",
  180. "ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha",
  181. "ci:lint": "concurrently 'npm:lint:js:nofix' 'npm:lint:markdown:nofix'",
  182. "ci:test": "npm run build:cjs && npm run build:bootstrap && npm run test:all",
  183. "ci:test:only": "npm run build:cjs && npm run build:bootstrap && npm run test:only",
  184. "dev": "vitepress dev docs",
  185. "lint": "concurrently -c red,green 'npm:lint:js' 'npm:lint:markdown'",
  186. "lint:js": "eslint . --fix --cache",
  187. "lint:js:nofix": "eslint . --cache",
  188. "lint:markdown": "prettier --write \"**/*.md\"",
  189. "lint:markdown:nofix": "prettier --check \"**/*.md\"",
  190. "perf": "npm run build:cjs && node --expose-gc scripts/perf.js",
  191. "perf:init": "node scripts/perf-init.js",
  192. "prepare": "husky install && node scripts/check-release.js || npm run build",
  193. "prepublishOnly": "node scripts/check-release.js",
  194. "preview:docs": "vitepress preview docs",
  195. "release": "node scripts/release.js",
  196. "release:docs": "git fetch --update-head-ok origin master:master && git branch --force documentation-published master && git push origin documentation-published",
  197. "test": "npm run build && npm run test:all",
  198. "test:all": "concurrently --kill-others-on-fail -c green,blue,magenta,cyan,red 'npm:test:only' 'npm:test:browser' 'npm:test:typescript' 'npm:test:leak' 'npm:test:package' 'npm:test:options'",
  199. "test:browser": "mocha test/browser/index.js",
  200. "test:cjs": "npm run build:cjs && npm run test:only",
  201. "test:coverage": "npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js",
  202. "test:coverage:browser": "npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js",
  203. "test:leak": "node --expose-gc test/leak/index.js",
  204. "test:only": "mocha test/test.js",
  205. "test:options": "node scripts/test-options.js",
  206. "test:package": "node scripts/test-package.js",
  207. "test:quick": "mocha -b test/test.js",
  208. "test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit",
  209. "test:update-snapshots": "node scripts/update-snapshots.js",
  210. "watch": "rollup --config rollup.config.ts --configPlugin typescript --watch"
  211. },
  212. "types": "dist/rollup.d.ts",
  213. "version": "3.29.5"
  214. }