package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "babel-core@6.x.x",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "babel-core@>=6.0.0 <7.0.0",
  9. "_id": "babel-core@6.14.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/babel-core",
  13. "_nodeVersion": "5.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/babel-core-6.14.0.tgz_1472082048405_0.022966341115534306"
  17. },
  18. "_npmUser": {
  19. "email": "hi@henryzoo.com",
  20. "name": "hzoo"
  21. },
  22. "_npmVersion": "3.10.6",
  23. "_phantomChildren": {
  24. "brace-expansion": "1.1.6"
  25. },
  26. "_requested": {
  27. "name": "babel-core",
  28. "raw": "babel-core@6.x.x",
  29. "rawSpec": "6.x.x",
  30. "scope": null,
  31. "spec": ">=6.0.0 <7.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "#DEV:/",
  36. "/babel-cli",
  37. "/babel-plugin-transform-regenerator",
  38. "/babel-register"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.14.0.tgz",
  41. "_shasum": "c9e13ed4e2f97329215496fd9fb48f2b3bcb9b42",
  42. "_shrinkwrap": null,
  43. "_spec": "babel-core@6.x.x",
  44. "_where": "D:\\work\\im",
  45. "author": {
  46. "email": "sebmck@gmail.com",
  47. "name": "Sebastian McKenzie"
  48. },
  49. "dependencies": {
  50. "babel-code-frame": "^6.8.0",
  51. "babel-generator": "^6.14.0",
  52. "babel-helpers": "^6.8.0",
  53. "babel-messages": "^6.8.0",
  54. "babel-register": "^6.14.0",
  55. "babel-runtime": "^6.9.1",
  56. "babel-template": "^6.14.0",
  57. "babel-traverse": "^6.14.0",
  58. "babel-types": "^6.14.0",
  59. "babylon": "^6.9.0",
  60. "convert-source-map": "^1.1.0",
  61. "debug": "^2.1.1",
  62. "json5": "^0.4.0",
  63. "lodash": "^4.2.0",
  64. "minimatch": "^3.0.2",
  65. "path-exists": "^1.0.0",
  66. "path-is-absolute": "^1.0.0",
  67. "private": "^0.1.6",
  68. "shebang-regex": "^1.0.0",
  69. "slash": "^1.0.0",
  70. "source-map": "^0.5.0"
  71. },
  72. "description": "Babel compiler core.",
  73. "devDependencies": {
  74. "babel-helper-fixtures": "^6.9.0",
  75. "babel-helper-transform-fixture-test-runner": "^6.13.2",
  76. "babel-polyfill": "^6.13.0"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "c9e13ed4e2f97329215496fd9fb48f2b3bcb9b42",
  81. "tarball": "https://registry.npmjs.org/babel-core/-/babel-core-6.14.0.tgz"
  82. },
  83. "homepage": "https://babeljs.io/",
  84. "keywords": [
  85. "6to5",
  86. "babel",
  87. "classes",
  88. "const",
  89. "es6",
  90. "harmony",
  91. "let",
  92. "modules",
  93. "transpile",
  94. "transpiler",
  95. "var"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "email": "amjad.masad@gmail.com",
  101. "name": "amasad"
  102. },
  103. {
  104. "email": "hi@henryzoo.com",
  105. "name": "hzoo"
  106. },
  107. {
  108. "email": "npm-public@jessemccarthy.net",
  109. "name": "jmm"
  110. },
  111. {
  112. "email": "loganfsmyth@gmail.com",
  113. "name": "loganfsmyth"
  114. },
  115. {
  116. "email": "sebmck@gmail.com",
  117. "name": "sebmck"
  118. },
  119. {
  120. "email": "me@thejameskyle.com",
  121. "name": "thejameskyle"
  122. }
  123. ],
  124. "name": "babel-core",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
  130. },
  131. "scripts": {
  132. "bench": "make bench",
  133. "test": "make test"
  134. },
  135. "version": "6.14.0"
  136. }