package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "rollup-plugin-babel@^4.3.3",
  3. "_id": "rollup-plugin-babel@4.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
  6. "_location": "/rollup-plugin-babel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rollup-plugin-babel@^4.3.3",
  12. "name": "rollup-plugin-babel",
  13. "escapedName": "rollup-plugin-babel",
  14. "rawSpec": "^4.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.3"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
  22. "_shasum": "d15bd259466a9d1accbdb2fe2fff17c52d030acb",
  23. "_spec": "rollup-plugin-babel@^4.3.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/rollup/rollup-plugin-babel/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Bogdan Chadkin",
  35. "email": "trysound@yandex.ru"
  36. },
  37. {
  38. "name": "Mateusz Burzyński",
  39. "email": "mateuszburzynski@gmail.com",
  40. "url": "https://github.com/Andarist"
  41. }
  42. ],
  43. "dependencies": {
  44. "@babel/helper-module-imports": "^7.0.0",
  45. "rollup-pluginutils": "^2.8.1"
  46. },
  47. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.",
  48. "description": "Seamless integration between Rollup and Babel.",
  49. "devDependencies": {
  50. "@babel/core": "^7.3.4",
  51. "@babel/plugin-external-helpers": "^7.0.0",
  52. "@babel/plugin-proposal-decorators": "^7.0.0",
  53. "@babel/plugin-transform-runtime": "^7.0.0",
  54. "@babel/preset-env": "^7.3.4",
  55. "buble": "^0.19.3",
  56. "eslint": "^5.15.1",
  57. "eslint-config-prettier": "^3.3.0",
  58. "eslint-plugin-prettier": "^3.0.0",
  59. "husky": "^1.0.1",
  60. "lint-staged": "^7.2.2",
  61. "mocha": "^5.2.0",
  62. "prettier": "^1.15.3",
  63. "rollup": "^2.0.1",
  64. "rollup-plugin-buble": "^0.19.2",
  65. "rollup-plugin-json": "^3.0.0",
  66. "source-map": "^0.6.1",
  67. "source-map-support": "^0.5.6"
  68. },
  69. "files": [
  70. "src",
  71. "dist"
  72. ],
  73. "homepage": "https://github.com/rollup/rollup-plugin-babel",
  74. "keywords": [
  75. "rollup-plugin",
  76. "babel",
  77. "es2015",
  78. "es6"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/rollup-plugin-babel.cjs.js",
  82. "module": "dist/rollup-plugin-babel.esm.js",
  83. "name": "rollup-plugin-babel",
  84. "peerDependencies": {
  85. "@babel/core": "7 || ^7.0.0-rc.2",
  86. "rollup": ">=0.60.0 <3"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/rollup/rollup-plugin-babel.git"
  91. },
  92. "scripts": {
  93. "build": "rollup -c",
  94. "lint": "eslint src",
  95. "prebuild": "rm -rf dist/*",
  96. "prepare": "npm run build",
  97. "pretest": "npm run build",
  98. "preversion": "npm run lint && npm test",
  99. "test": "mocha"
  100. },
  101. "version": "4.4.0"
  102. }