package.json 610 B

123456789101112131415161718192021
  1. {
  2. "name": "babel-plugin-transform-es2015-block-scoping",
  3. "version": "6.26.0",
  4. "description": "Compile ES2015 block scoping (const and let) to ES5",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "babel-runtime": "^6.26.0",
  10. "babel-template": "^6.26.0",
  11. "babel-traverse": "^6.26.0",
  12. "babel-types": "^6.26.0",
  13. "lodash": "^4.17.4"
  14. },
  15. "keywords": [
  16. "babel-plugin"
  17. ],
  18. "devDependencies": {
  19. "babel-helper-plugin-test-runner": "^6.24.1"
  20. }
  21. }