package.json 748 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "degenerator",
  3. "version": "1.0.4",
  4. "description": "Turns sync functions into async generator functions",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha --reporter spec test/test.js"
  8. },
  9. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/TooTallNate/node-degenerator.git"
  13. },
  14. "license": "MIT",
  15. "dependencies": {
  16. "esprima": "3.x.x",
  17. "escodegen": "1.x.x",
  18. "ast-types": "0.x.x"
  19. },
  20. "devDependencies": {
  21. "mocha": "3.x.x"
  22. },
  23. "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
  24. "_from": "degenerator@1.0.4",
  25. "_resolved": "https://registry.npm.taobao.org/degenerator/download/degenerator-1.0.4.tgz"
  26. }