package.json 829 B

123456789101112131415161718192021
  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.11.1",
  6. "main": "runtime-module.js",
  7. "keywords": [
  8. "regenerator",
  9. "runtime",
  10. "generator",
  11. "async"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
  16. },
  17. "license": "MIT",
  18. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  19. "_from": "regenerator-runtime@0.11.1",
  20. "_resolved": "https://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz?cache=0&sync_timestamp=1595456218169&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregenerator-runtime%2Fdownload%2Fregenerator-runtime-0.11.1.tgz"
  21. }