package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. "babel-runtime@6.x.x",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "babel-runtime@>=6.0.0 <7.0.0",
  9. "_id": "babel-runtime@6.11.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/babel-runtime",
  13. "_nodeVersion": "5.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/babel-runtime-6.11.6.tgz_1469571147362_0.24374734237790108"
  17. },
  18. "_npmUser": {
  19. "email": "hi@henryzoo.com",
  20. "name": "hzoo"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "babel-runtime",
  26. "raw": "babel-runtime@6.x.x",
  27. "rawSpec": "6.x.x",
  28. "scope": null,
  29. "spec": ">=6.0.0 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/",
  34. "/babel-cli",
  35. "/babel-code-frame",
  36. "/babel-core",
  37. "/babel-generator",
  38. "/babel-helper-bindify-decorators",
  39. "/babel-helper-builder-binary-assignment-operator-visitor",
  40. "/babel-helper-call-delegate",
  41. "/babel-helper-define-map",
  42. "/babel-helper-explode-assignable-expression",
  43. "/babel-helper-explode-class",
  44. "/babel-helper-function-name",
  45. "/babel-helper-get-function-arity",
  46. "/babel-helper-hoist-variables",
  47. "/babel-helper-optimise-call-expression",
  48. "/babel-helper-regex",
  49. "/babel-helper-remap-async-to-generator",
  50. "/babel-helper-replace-supers",
  51. "/babel-helpers",
  52. "/babel-messages",
  53. "/babel-plugin-transform-async-to-generator",
  54. "/babel-plugin-transform-class-constructor-call",
  55. "/babel-plugin-transform-class-properties",
  56. "/babel-plugin-transform-decorators",
  57. "/babel-plugin-transform-es2015-arrow-functions",
  58. "/babel-plugin-transform-es2015-block-scoped-functions",
  59. "/babel-plugin-transform-es2015-block-scoping",
  60. "/babel-plugin-transform-es2015-classes",
  61. "/babel-plugin-transform-es2015-computed-properties",
  62. "/babel-plugin-transform-es2015-destructuring",
  63. "/babel-plugin-transform-es2015-for-of",
  64. "/babel-plugin-transform-es2015-function-name",
  65. "/babel-plugin-transform-es2015-literals",
  66. "/babel-plugin-transform-es2015-modules-commonjs",
  67. "/babel-plugin-transform-es2015-object-super",
  68. "/babel-plugin-transform-es2015-parameters",
  69. "/babel-plugin-transform-es2015-shorthand-properties",
  70. "/babel-plugin-transform-es2015-spread",
  71. "/babel-plugin-transform-es2015-sticky-regex",
  72. "/babel-plugin-transform-es2015-template-literals",
  73. "/babel-plugin-transform-es2015-typeof-symbol",
  74. "/babel-plugin-transform-es2015-unicode-regex",
  75. "/babel-plugin-transform-exponentiation-operator",
  76. "/babel-plugin-transform-export-extensions",
  77. "/babel-plugin-transform-object-rest-spread",
  78. "/babel-plugin-transform-regenerator",
  79. "/babel-plugin-transform-runtime",
  80. "/babel-plugin-transform-strict-mode",
  81. "/babel-polyfill",
  82. "/babel-register",
  83. "/babel-template",
  84. "/babel-traverse",
  85. "/babel-types",
  86. "/babylon"
  87. ],
  88. "_resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.11.6.tgz",
  89. "_shasum": "6db707fef2d49c49bfa3cb64efdb436b518b8222",
  90. "_shrinkwrap": null,
  91. "_spec": "babel-runtime@6.x.x",
  92. "_where": "D:\\work\\im",
  93. "author": {
  94. "email": "sebmck@gmail.com",
  95. "name": "Sebastian McKenzie"
  96. },
  97. "dependencies": {
  98. "core-js": "^2.4.0",
  99. "regenerator-runtime": "^0.9.5"
  100. },
  101. "description": "babel selfContained runtime",
  102. "devDependencies": {
  103. "babel-helpers": "^6.6.0",
  104. "babel-plugin-transform-runtime": "^6.9.0"
  105. },
  106. "directories": {},
  107. "dist": {
  108. "shasum": "6db707fef2d49c49bfa3cb64efdb436b518b8222",
  109. "tarball": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.11.6.tgz"
  110. },
  111. "license": "MIT",
  112. "maintainers": [
  113. {
  114. "email": "amjad.masad@gmail.com",
  115. "name": "amasad"
  116. },
  117. {
  118. "email": "hi@henryzoo.com",
  119. "name": "hzoo"
  120. },
  121. {
  122. "email": "npm-public@jessemccarthy.net",
  123. "name": "jmm"
  124. },
  125. {
  126. "email": "loganfsmyth@gmail.com",
  127. "name": "loganfsmyth"
  128. },
  129. {
  130. "email": "sebmck@gmail.com",
  131. "name": "sebmck"
  132. }
  133. ],
  134. "name": "babel-runtime",
  135. "optionalDependencies": {},
  136. "readme": "ERROR: No README data found!",
  137. "repository": {
  138. "type": "git",
  139. "url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
  140. },
  141. "scripts": {},
  142. "version": "6.11.6"
  143. }