package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "thenify@^3.0.0",
  5. "D:\\work\\im\\node_modules\\co-redis"
  6. ]
  7. ],
  8. "_from": "thenify@>=3.0.0 <4.0.0",
  9. "_id": "thenify@3.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/thenify",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-8-eu.internal.npmjs.com",
  16. "tmp": "tmp/thenify-3.2.0.tgz_1454358563746_0.7461334459949285"
  17. },
  18. "_npmUser": {
  19. "email": "jonathanrichardong@gmail.com",
  20. "name": "jongleberry"
  21. },
  22. "_npmVersion": "3.3.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "thenify",
  26. "raw": "thenify@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/co-redis"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.2.0.tgz",
  36. "_shasum": "40b902b1bc4416dc08d86f10ffff3586f0ec71b9",
  37. "_shrinkwrap": null,
  38. "_spec": "thenify@^3.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\co-redis",
  40. "author": {
  41. "email": "me@jongleberry.com",
  42. "name": "Jonathan Ong",
  43. "url": "http://jongleberry.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/thenables/thenify/issues"
  47. },
  48. "dependencies": {
  49. "any-promise": "^1.0.0"
  50. },
  51. "description": "Promisify a callback-based function",
  52. "devDependencies": {
  53. "bluebird": "^3.1.1",
  54. "istanbul": "^0.4.0",
  55. "mocha": "^2.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "40b902b1bc4416dc08d86f10ffff3586f0ec71b9",
  60. "tarball": "https://registry.npmjs.org/thenify/-/thenify-3.2.0.tgz"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "89bdcb82809dfa46a157b25c5d2bac36ed429b9b",
  66. "homepage": "https://github.com/thenables/thenify#readme",
  67. "keywords": [
  68. "promisify",
  69. "promise",
  70. "thenify",
  71. "then",
  72. "es6"
  73. ],
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "email": "jonathanrichardong@gmail.com",
  78. "name": "jongleberry"
  79. },
  80. {
  81. "email": "dead_horse@qq.com",
  82. "name": "dead-horse"
  83. },
  84. {
  85. "email": "dead_horse@qq.com",
  86. "name": "dead_horse"
  87. }
  88. ],
  89. "name": "thenify",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/thenables/thenify.git"
  95. },
  96. "scripts": {
  97. "test": "mocha --reporter spec",
  98. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  99. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  100. },
  101. "version": "3.2.0"
  102. }