package.json 930 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "thenify",
  3. "description": "Promisify a callback-based function",
  4. "version": "3.3.1",
  5. "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  6. "license": "MIT",
  7. "repository": "thenables/thenify",
  8. "dependencies": {
  9. "any-promise": "^1.0.0"
  10. },
  11. "devDependencies": {
  12. "bluebird": "^3.1.1",
  13. "istanbul": "^0.4.0",
  14. "mocha": "^3.0.2"
  15. },
  16. "scripts": {
  17. "test": "mocha --reporter spec",
  18. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  19. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  20. },
  21. "keywords": [
  22. "promisify",
  23. "promise",
  24. "thenify",
  25. "then",
  26. "es6"
  27. ],
  28. "files": [
  29. "index.js"
  30. ],
  31. "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
  32. "_from": "thenify@3.3.1",
  33. "_resolved": "https://registry.npm.taobao.org/thenify/download/thenify-3.3.1.tgz"
  34. }