package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "thenify@>= 3.1.0 < 4",
  3. "_id": "thenify@3.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  6. "_location": "/thenify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "thenify@>= 3.1.0 < 4",
  12. "name": "thenify",
  13. "escapedName": "thenify",
  14. "rawSpec": ">= 3.1.0 < 4",
  15. "saveSpec": null,
  16. "fetchSpec": ">= 3.1.0 < 4"
  17. },
  18. "_requiredBy": [
  19. "/thenify-all"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  22. "_shasum": "8932e686a4066038a016dd9e2ca46add9838a95f",
  23. "_spec": "thenify@>= 3.1.0 < 4",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\thenify-all",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thenables/thenify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "any-promise": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Promisify a callback-based function",
  39. "devDependencies": {
  40. "bluebird": "^3.1.1",
  41. "istanbul": "^0.4.0",
  42. "mocha": "^3.0.2"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/thenables/thenify#readme",
  48. "keywords": [
  49. "promisify",
  50. "promise",
  51. "thenify",
  52. "then",
  53. "es6"
  54. ],
  55. "license": "MIT",
  56. "name": "thenify",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/thenables/thenify.git"
  60. },
  61. "scripts": {
  62. "test": "mocha --reporter spec",
  63. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  64. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  65. },
  66. "version": "3.3.1"
  67. }