package.json 707 B

1234567891011121314151617181920
  1. {
  2. "name": "babel-template",
  3. "version": "6.26.0",
  4. "description": "Generate an AST from a string template.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
  9. "main": "lib/index.js",
  10. "dependencies": {
  11. "babel-runtime": "^6.26.0",
  12. "babel-traverse": "^6.26.0",
  13. "babel-types": "^6.26.0",
  14. "babylon": "^6.18.0",
  15. "lodash": "^4.17.4"
  16. },
  17. "__npminstall_done": "Mon May 18 2020 19:19:02 GMT+0800 (CST)",
  18. "_from": "babel-template@6.26.0",
  19. "_resolved": "https://registry.npm.taobao.org/babel-template/download/babel-template-6.26.0.tgz"
  20. }