package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "babel-core@^6.0.0",
  3. "_id": "babel-core@6.26.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
  6. "_location": "/babel-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-core@^6.0.0",
  12. "name": "babel-core",
  13. "escapedName": "babel-core",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-register",
  20. "/jest-config",
  21. "/jest-runtime"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/babel-core/-/babel-core-6.26.3.tgz",
  24. "_shasum": "b2e2f09e342d0f0c88e2f02e067794125e75c207",
  25. "_spec": "babel-core@^6.0.0",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest-config",
  27. "author": {
  28. "name": "Sebastian McKenzie",
  29. "email": "sebmck@gmail.com"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "babel-code-frame": "^6.26.0",
  34. "babel-generator": "^6.26.0",
  35. "babel-helpers": "^6.24.1",
  36. "babel-messages": "^6.23.0",
  37. "babel-register": "^6.26.0",
  38. "babel-runtime": "^6.26.0",
  39. "babel-template": "^6.26.0",
  40. "babel-traverse": "^6.26.0",
  41. "babel-types": "^6.26.0",
  42. "babylon": "^6.18.0",
  43. "convert-source-map": "^1.5.1",
  44. "debug": "^2.6.9",
  45. "json5": "^0.5.1",
  46. "lodash": "^4.17.4",
  47. "minimatch": "^3.0.4",
  48. "path-is-absolute": "^1.0.1",
  49. "private": "^0.1.8",
  50. "slash": "^1.0.0",
  51. "source-map": "^0.5.7"
  52. },
  53. "deprecated": false,
  54. "description": "Babel compiler core.",
  55. "devDependencies": {
  56. "babel-helper-fixtures": "^6.26.2",
  57. "babel-helper-transform-fixture-test-runner": "^6.26.2",
  58. "babel-polyfill": "^6.26.0"
  59. },
  60. "homepage": "https://babeljs.io/",
  61. "keywords": [
  62. "6to5",
  63. "babel",
  64. "classes",
  65. "const",
  66. "es6",
  67. "harmony",
  68. "let",
  69. "modules",
  70. "transpile",
  71. "transpiler",
  72. "var",
  73. "babel-core",
  74. "compiler"
  75. ],
  76. "license": "MIT",
  77. "name": "babel-core",
  78. "repository": {
  79. "type": "git",
  80. "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
  81. },
  82. "scripts": {
  83. "bench": "make bench",
  84. "test": "make test"
  85. },
  86. "version": "6.26.3"
  87. }