package.json 845 B

12345678910111213141516171819202122
  1. {
  2. "name": "regenerator-runtime",
  3. "author": "Ben Newman <bn@cs.stanford.edu>",
  4. "description": "Runtime for Regenerator-compiled generator and async functions.",
  5. "version": "0.13.7",
  6. "main": "runtime.js",
  7. "keywords": [
  8. "regenerator",
  9. "runtime",
  10. "generator",
  11. "async"
  12. ],
  13. "sideEffects": true,
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
  17. },
  18. "license": "MIT",
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
  20. "_from": "regenerator-runtime@0.13.7",
  21. "_resolved": "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz?cache=0&sync_timestamp=1595456218169&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregenerator-runtime%2Fdownload%2Fregenerator-runtime-0.13.7.tgz"
  22. }