package.json 575 B

12345678910111213141516171819202122
  1. {
  2. "name": "thunkify",
  3. "version": "2.1.2",
  4. "repository": "visionmedia/node-thunkify",
  5. "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
  6. "keywords": [
  7. "thunk",
  8. "co",
  9. "generator",
  10. "generators",
  11. "promise"
  12. ],
  13. "dependencies": {},
  14. "devDependencies": {
  15. "mocha": "*",
  16. "should": "*"
  17. },
  18. "license": "MIT",
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
  20. "_from": "thunkify@2.1.2",
  21. "_resolved": "https://registry.npm.taobao.org/thunkify/download/thunkify-2.1.2.tgz"
  22. }