package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "babel-core@6.26.0",
  12. "name": "babel-core",
  13. "escapedName": "babel-core",
  14. "rawSpec": "6.26.0",
  15. "saveSpec": null,
  16. "fetchSpec": "6.26.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-register",
  20. "/miniprogram-ci"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/babel-core/-/babel-core-6.26.0.tgz",
  23. "_shasum": "af32f78b31a6fcef119c87b0fd8d9753f03a0bb8",
  24. "_spec": "babel-core@6.26.0",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "babel-code-frame": "^6.26.0",
  33. "babel-generator": "^6.26.0",
  34. "babel-helpers": "^6.24.1",
  35. "babel-messages": "^6.23.0",
  36. "babel-register": "^6.26.0",
  37. "babel-runtime": "^6.26.0",
  38. "babel-template": "^6.26.0",
  39. "babel-traverse": "^6.26.0",
  40. "babel-types": "^6.26.0",
  41. "babylon": "^6.18.0",
  42. "convert-source-map": "^1.5.0",
  43. "debug": "^2.6.8",
  44. "json5": "^0.5.1",
  45. "lodash": "^4.17.4",
  46. "minimatch": "^3.0.4",
  47. "path-is-absolute": "^1.0.1",
  48. "private": "^0.1.7",
  49. "slash": "^1.0.0",
  50. "source-map": "^0.5.6"
  51. },
  52. "deprecated": false,
  53. "description": "Babel compiler core.",
  54. "devDependencies": {
  55. "babel-helper-fixtures": "^6.26.0",
  56. "babel-helper-transform-fixture-test-runner": "^6.26.0",
  57. "babel-polyfill": "^6.26.0"
  58. },
  59. "homepage": "https://babeljs.io/",
  60. "keywords": [
  61. "6to5",
  62. "babel",
  63. "classes",
  64. "const",
  65. "es6",
  66. "harmony",
  67. "let",
  68. "modules",
  69. "transpile",
  70. "transpiler",
  71. "var",
  72. "babel-core",
  73. "compiler"
  74. ],
  75. "license": "MIT",
  76. "name": "babel-core",
  77. "repository": {
  78. "type": "git",
  79. "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
  80. },
  81. "scripts": {
  82. "bench": "make bench",
  83. "test": "make test"
  84. },
  85. "version": "6.26.0"
  86. }