package.json 2.7 KB

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