package.json 949 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@babel/runtime",
  3. "version": "7.9.6",
  4. "description": "babel's modular runtime helpers",
  5. "license": "MIT",
  6. "publishConfig": {
  7. "access": "public"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/babel/babel.git",
  12. "directory": "packages/babel-runtime"
  13. },
  14. "homepage": "https://babeljs.io/docs/en/next/babel-runtime",
  15. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  16. "dependencies": {
  17. "regenerator-runtime": "^0.13.4"
  18. },
  19. "devDependencies": {
  20. "@babel/helpers": "^7.9.6"
  21. },
  22. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  23. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  24. "_from": "@babel/runtime@7.9.6",
  25. "_resolved": "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.9.6.tgz?cache=0&sync_timestamp=1588185714490&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.9.6.tgz"
  26. }