package.json 2.1 KB

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