package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "_from": "rollup@^1.31.1",
  3. "_id": "rollup@1.32.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==",
  6. "_location": "/rollup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rollup@^1.31.1",
  12. "name": "rollup",
  13. "escapedName": "rollup",
  14. "rawSpec": "^1.31.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.31.1"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz",
  22. "_shasum": "4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4",
  23. "_spec": "rollup@^1.31.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  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. "contributors": [
  36. {
  37. "name": "Oskar Segersvärd",
  38. "email": "victorystick@gmail.com"
  39. },
  40. {
  41. "name": "Bogdan Chadkin",
  42. "email": "trysound@yandex.ru"
  43. }
  44. ],
  45. "dependencies": {
  46. "@types/estree": "*",
  47. "@types/node": "*",
  48. "acorn": "^7.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "Next-generation ES module bundler",
  52. "devDependencies": {
  53. "@types/chokidar": "^2.1.3",
  54. "@types/micromatch": "^4.0.0",
  55. "@types/minimist": "^1.2.0",
  56. "acorn-export-ns-from": "^0.1.0",
  57. "acorn-import-meta": "^1.0.0",
  58. "acorn-jsx": "^5.1.0",
  59. "acorn-walk": "^7.0.0",
  60. "buble": "^0.19.8",
  61. "chokidar": "^2.1.8",
  62. "codecov": "^3.6.1",
  63. "console-group": "^0.3.3",
  64. "core-js": "^3.6.4",
  65. "cross-os": "^1.3.0",
  66. "date-time": "^3.1.0",
  67. "es5-shim": "^4.5.13",
  68. "es6-shim": "^0.35.5",
  69. "eslint": "^6.8.0",
  70. "eslint-plugin-import": "^2.20.0",
  71. "execa": "^4.0.0",
  72. "fixturify": "^1.2.0",
  73. "hash.js": "^1.1.7",
  74. "husky": "^4.0.10",
  75. "is-reference": "^1.1.4",
  76. "lint-staged": "^9.5.0",
  77. "locate-character": "^2.0.5",
  78. "magic-string": "^0.25.6",
  79. "markdownlint-cli": "^0.21.0",
  80. "micromatch": "^4.0.2",
  81. "minimist": "^1.2.0",
  82. "mocha": "^6.2.2",
  83. "nyc": "^15.0.0",
  84. "prettier": "^1.19.1",
  85. "pretty-bytes": "^5.3.0",
  86. "pretty-ms": "^5.1.0",
  87. "require-relative": "^0.8.7",
  88. "requirejs": "^2.3.6",
  89. "rollup": "^1.29.0",
  90. "rollup-plugin-alias": "^2.2.0",
  91. "rollup-plugin-buble": "^0.19.8",
  92. "rollup-plugin-commonjs": "^10.1.0",
  93. "rollup-plugin-json": "^4.0.0",
  94. "rollup-plugin-license": "^0.13.0",
  95. "rollup-plugin-node-resolve": "^5.2.0",
  96. "rollup-plugin-replace": "^2.2.0",
  97. "rollup-plugin-string": "^3.0.0",
  98. "rollup-plugin-terser": "^5.2.0",
  99. "rollup-plugin-typescript": "^1.0.1",
  100. "rollup-pluginutils": "^2.8.2",
  101. "sander": "^0.6.0",
  102. "shx": "^0.3.2",
  103. "signal-exit": "^3.0.2",
  104. "source-map": "^0.6.1",
  105. "source-map-support": "^0.5.16",
  106. "sourcemap-codec": "^1.4.8",
  107. "systemjs": "^6.1.9",
  108. "terser": "^4.6.3",
  109. "tslib": "^1.10.0",
  110. "tslint": "^5.20.1",
  111. "turbocolor": "^2.6.1",
  112. "typescript": "^3.7.5",
  113. "url-parse": "^1.4.7"
  114. },
  115. "files": [
  116. "dist/**/*.js",
  117. "dist/*.d.ts",
  118. "dist/bin/rollup"
  119. ],
  120. "homepage": "https://github.com/rollup/rollup",
  121. "keywords": [
  122. "modules",
  123. "bundler",
  124. "bundling",
  125. "es6",
  126. "optimizer"
  127. ],
  128. "license": "MIT",
  129. "main": "dist/rollup.js",
  130. "module": "dist/rollup.es.js",
  131. "name": "rollup",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/rollup/rollup.git"
  135. },
  136. "scripts": {
  137. "build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
  138. "build:bootstrap": "dist/bin/rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
  139. "build:test": "shx rm -rf dist && rollup -c --configTest && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
  140. "ci:coverage": "npm run build:test && nyc --reporter lcovonly mocha && codecov",
  141. "ci:lint": "npm run lint:nofix",
  142. "ci:test": "npm run build:test && npm run build:bootstrap && npm run test:all",
  143. "lint": "npm run lint:ts -- --fix && npm run lint:js -- --fix && npm run lint:markdown",
  144. "lint:js": "eslint test/test.js test/*/index.js test/utils.js test/**/_config.js",
  145. "lint:markdown": "markdownlint --config markdownlint.json docs/**/*.md",
  146. "lint:nofix": "npm run lint:ts && npm run lint:js && npm run lint:markdown",
  147. "lint:ts": "tslint --project .",
  148. "perf": "npm run build:test && node --expose-gc scripts/perf.js",
  149. "perf:debug": "node --inspect-brk scripts/perf-debug.js",
  150. "perf:init": "node scripts/perf-init.js",
  151. "prepare": "npm run build",
  152. "prepublishOnly": "npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all",
  153. "pretest": "npm run build:test",
  154. "pretest:coverage": "npm run build:test && shx rm -rf coverage/*",
  155. "pretest:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/",
  156. "security": "npm audit",
  157. "test": "npm run test:all",
  158. "test:all": "npm run test:only && npm run test:typescript && npm run test:leak && npm run test:package",
  159. "test:coverage": "nyc --reporter html mocha",
  160. "test:leak": "cross-os test:leak:os",
  161. "test:leak:nix": "npm i --silent --no-save weak@1 && node --expose-gc test/leak/index.js",
  162. "test:only": "mocha",
  163. "test:package": "node scripts/test-package.js",
  164. "test:quick": "mocha -b",
  165. "test:typescript": "tsc --noEmit -p test/typescript && tsc --noEmit",
  166. "watch": "rollup -cw"
  167. },
  168. "typings": "dist/rollup.d.ts",
  169. "version": "1.32.1"
  170. }