package.json 2.2 KB

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