package.json 652 B

12345678910111213141516171819
  1. {
  2. "name": "babel-runtime",
  3. "version": "6.26.0",
  4. "description": "babel selfContained runtime",
  5. "license": "MIT",
  6. "repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
  7. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  8. "dependencies": {
  9. "core-js": "^2.4.0",
  10. "regenerator-runtime": "^0.11.0"
  11. },
  12. "devDependencies": {
  13. "babel-helpers": "^6.22.0",
  14. "babel-plugin-transform-runtime": "^6.23.0"
  15. },
  16. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  17. "_from": "babel-runtime@6.26.0",
  18. "_resolved": "https://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz"
  19. }