package.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_from": "rollup@^2.59.0",
  3. "_id": "rollup@2.72.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
  6. "_location": "/rollup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rollup@^2.59.0",
  12. "name": "rollup",
  13. "escapedName": "rollup",
  14. "rawSpec": "^2.59.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.59.0"
  17. },
  18. "_requiredBy": [
  19. "/vite"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
  22. "_shasum": "861c94790537b10008f0ca0fbc60e631aabdd045",
  23. "_spec": "rollup@^2.59.0",
  24. "_where": "D:\\work\\liebao-developApi\\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. "@rollup/plugin-alias": "^3.1.9",
  42. "@rollup/plugin-buble": "^0.21.3",
  43. "@rollup/plugin-commonjs": "^22.0.0",
  44. "@rollup/plugin-json": "^4.1.0",
  45. "@rollup/plugin-node-resolve": "^13.2.1",
  46. "@rollup/plugin-replace": "^4.0.0",
  47. "@rollup/plugin-typescript": "^8.3.2",
  48. "@rollup/pluginutils": "^4.2.1",
  49. "@types/estree": "0.0.51",
  50. "@types/node": "^10.17.60",
  51. "@types/signal-exit": "^3.0.1",
  52. "@types/yargs-parser": "^20.2.2",
  53. "@typescript-eslint/eslint-plugin": "^5.21.0",
  54. "@typescript-eslint/parser": "^5.21.0",
  55. "acorn": "^8.7.1",
  56. "acorn-jsx": "^5.3.2",
  57. "acorn-walk": "^8.2.0",
  58. "buble": "^0.20.0",
  59. "chokidar": "^3.5.3",
  60. "colorette": "^2.0.16",
  61. "core-js": "^3.22.3",
  62. "date-time": "^4.0.0",
  63. "es5-shim": "^4.6.6",
  64. "es6-shim": "^0.35.6",
  65. "eslint": "^8.14.0",
  66. "eslint-config-prettier": "^8.5.0",
  67. "eslint-plugin-import": "^2.26.0",
  68. "eslint-plugin-prettier": "^4.0.0",
  69. "execa": "^5.1.1",
  70. "fixturify": "^2.1.1",
  71. "fs-extra": "^10.1.0",
  72. "hash.js": "^1.1.7",
  73. "husky": "^7.0.4",
  74. "is-reference": "^3.0.0",
  75. "lint-staged": "^10.5.4",
  76. "locate-character": "^2.0.5",
  77. "magic-string": "^0.26.1",
  78. "mocha": "^9.2.2",
  79. "nyc": "^15.1.0",
  80. "prettier": "^2.6.2",
  81. "pretty-bytes": "^5.6.0",
  82. "pretty-ms": "^7.0.1",
  83. "requirejs": "^2.3.6",
  84. "rollup": "^2.70.2",
  85. "rollup-plugin-license": "^2.7.0",
  86. "rollup-plugin-string": "^3.0.0",
  87. "rollup-plugin-terser": "^7.0.2",
  88. "rollup-plugin-thatworks": "^1.0.4",
  89. "shx": "^0.3.4",
  90. "signal-exit": "^3.0.7",
  91. "source-map": "^0.7.3",
  92. "source-map-support": "^0.5.21",
  93. "sourcemap-codec": "^1.4.8",
  94. "systemjs": "^6.12.1",
  95. "terser": "^5.13.0",
  96. "tslib": "^2.4.0",
  97. "typescript": "^4.6.4",
  98. "weak-napi": "^2.0.2",
  99. "yargs-parser": "^20.2.9"
  100. },
  101. "engines": {
  102. "node": ">=10.0.0"
  103. },
  104. "exports": {
  105. ".": {
  106. "types": "./dist/rollup.d.ts",
  107. "node": {
  108. "require": "./dist/rollup.js",
  109. "import": "./dist/es/rollup.js"
  110. },
  111. "default": "./dist/es/rollup.browser.js"
  112. },
  113. "./loadConfigFile": "./dist/loadConfigFile.js",
  114. "./dist/loadConfigFile": "./dist/loadConfigFile.js",
  115. "./dist/*": "./dist/*"
  116. },
  117. "files": [
  118. "dist/**/*.js",
  119. "dist/*.d.ts",
  120. "dist/bin/rollup",
  121. "dist/es/package.json",
  122. "dist/rollup.browser.js.map"
  123. ],
  124. "homepage": "https://rollupjs.org/",
  125. "keywords": [
  126. "modules",
  127. "bundler",
  128. "bundling",
  129. "es6",
  130. "optimizer"
  131. ],
  132. "license": "MIT",
  133. "main": "dist/rollup.js",
  134. "module": "dist/es/rollup.js",
  135. "name": "rollup",
  136. "optionalDependencies": {
  137. "fsevents": "~2.3.2"
  138. },
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/rollup/rollup.git"
  142. },
  143. "scripts": {
  144. "build": "shx rm -rf dist && node scripts/update-git-commit.js && 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",
  145. "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",
  146. "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",
  147. "ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha",
  148. "ci:lint": "npm run lint:nofix",
  149. "ci:test": "npm run build:cjs && npm run build:bootstrap && npm run test:all",
  150. "ci:test:only": "npm run build:cjs && npm run build:bootstrap && npm run test:only",
  151. "lint": "eslint . --fix --cache && prettier --write \"**/*.md\"",
  152. "lint:markdown": "prettier --write \"**/*.md\"",
  153. "lint:nofix": "eslint . && prettier --check \"**/*.md\"",
  154. "perf": "npm run build:cjs && node --expose-gc scripts/perf.js",
  155. "perf:debug": "node --inspect-brk scripts/perf-debug.js",
  156. "perf:init": "node scripts/perf-init.js",
  157. "postpublish": "git push && git push --tags",
  158. "prepare": "husky install && npm run build",
  159. "prepublishOnly": "npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all",
  160. "security": "npm audit",
  161. "test": "npm run build && npm run test:all",
  162. "test:all": "npm run test:only && npm run test:browser && npm run test:typescript && npm run test:leak && npm run test:package",
  163. "test:browser": "mocha test/browser/index.js",
  164. "test:cjs": "npm run build:cjs && npm run test:only",
  165. "test:coverage": "npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js",
  166. "test:coverage:browser": "npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js",
  167. "test:leak": "node --expose-gc test/leak/index.js",
  168. "test:only": "mocha test/test.js",
  169. "test:package": "node scripts/test-package.js",
  170. "test:quick": "mocha -b test/test.js",
  171. "test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit",
  172. "watch": "rollup --config rollup.config.ts --configPlugin typescript --watch"
  173. },
  174. "typings": "dist/rollup.d.ts",
  175. "version": "2.72.1"
  176. }