package.json 898 B

123456789101112131415161718192021222324
  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. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  22. "_from": "babel-plugin-transform-es2015-block-scoping@6.26.0",
  23. "_resolved": "https://registry.npm.taobao.org/babel-plugin-transform-es2015-block-scoping/download/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz"
  24. }