package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-es2015-block-scoping@^6.3.13",
  5. "D:\\work\\im\\node_modules\\babel-preset-es2015-loose"
  6. ]
  7. ],
  8. "_from": "babel-plugin-transform-es2015-block-scoping@>=6.3.13 <7.0.0",
  9. "_id": "babel-plugin-transform-es2015-block-scoping@6.14.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/babel-plugin-transform-es2015-block-scoping",
  13. "_nodeVersion": "5.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/babel-plugin-transform-es2015-block-scoping-6.14.0.tgz_1472082051436_0.7030912865884602"
  17. },
  18. "_npmUser": {
  19. "email": "hi@henryzoo.com",
  20. "name": "hzoo"
  21. },
  22. "_npmVersion": "3.10.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "babel-plugin-transform-es2015-block-scoping",
  26. "raw": "babel-plugin-transform-es2015-block-scoping@^6.3.13",
  27. "rawSpec": "^6.3.13",
  28. "scope": null,
  29. "spec": ">=6.3.13 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-plugin-transform-regenerator",
  34. "/babel-preset-es2015-loose"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.14.0.tgz",
  37. "_shasum": "e22ac0c54c26c2637f76a76c6f9c75fd3869bd9c",
  38. "_shrinkwrap": null,
  39. "_spec": "babel-plugin-transform-es2015-block-scoping@^6.3.13",
  40. "_where": "D:\\work\\im\\node_modules\\babel-preset-es2015-loose",
  41. "dependencies": {
  42. "babel-runtime": "^6.9.0",
  43. "babel-template": "^6.14.0",
  44. "babel-traverse": "^6.14.0",
  45. "babel-types": "^6.14.0",
  46. "lodash": "^4.2.0"
  47. },
  48. "description": "Compile ES2015 block scoping (const and let) to ES5",
  49. "devDependencies": {
  50. "babel-helper-plugin-test-runner": "^6.8.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "e22ac0c54c26c2637f76a76c6f9c75fd3869bd9c",
  55. "tarball": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.14.0.tgz"
  56. },
  57. "keywords": [
  58. "babel-plugin"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/index.js",
  62. "maintainers": [
  63. {
  64. "email": "amjad.masad@gmail.com",
  65. "name": "amasad"
  66. },
  67. {
  68. "email": "hi@henryzoo.com",
  69. "name": "hzoo"
  70. },
  71. {
  72. "email": "npm-public@jessemccarthy.net",
  73. "name": "jmm"
  74. },
  75. {
  76. "email": "loganfsmyth@gmail.com",
  77. "name": "loganfsmyth"
  78. },
  79. {
  80. "email": "sebmck@gmail.com",
  81. "name": "sebmck"
  82. },
  83. {
  84. "email": "me@thejameskyle.com",
  85. "name": "thejameskyle"
  86. }
  87. ],
  88. "name": "babel-plugin-transform-es2015-block-scoping",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping"
  94. },
  95. "scripts": {},
  96. "version": "6.14.0"
  97. }