web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
477 B

  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. }