package.json 638 B

1234567891011121314151617
  1. {
  2. "name": "babel-helpers",
  3. "version": "6.24.1",
  4. "description": "Collection of helper functions used by Babel transforms.",
  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-helpers",
  9. "main": "lib/index.js",
  10. "dependencies": {
  11. "babel-runtime": "^6.22.0",
  12. "babel-template": "^6.24.1"
  13. },
  14. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  15. "_from": "babel-helpers@6.24.1",
  16. "_resolved": "https://registry.npm.taobao.org/babel-helpers/download/babel-helpers-6.24.1.tgz"
  17. }