package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bcrypt",
  6. "scope": null,
  7. "escapedName": "bcrypt",
  8. "name": "bcrypt",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/robert/workspace/code-examples"
  14. ]
  15. ],
  16. "_from": "bcrypt@latest",
  17. "_id": "bcrypt@0.8.7",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/bcrypt",
  21. "_nodeVersion": "6.2.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/bcrypt-0.8.7.tgz_1465526713712_0.05265477881766856"
  25. },
  26. "_npmUser": {
  27. "name": "defunctzombie",
  28. "email": "shtylman@gmail.com"
  29. },
  30. "_npmVersion": "3.8.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "bcrypt",
  34. "scope": null,
  35. "escapedName": "bcrypt",
  36. "name": "bcrypt",
  37. "rawSpec": "",
  38. "spec": "latest",
  39. "type": "tag"
  40. },
  41. "_requiredBy": [
  42. "#USER",
  43. "/"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-0.8.7.tgz",
  46. "_shasum": "bc3875a9afd0a7b2cd231a6a7f218a5ce156b093",
  47. "_shrinkwrap": null,
  48. "_spec": "bcrypt",
  49. "_where": "/home/robert/workspace/code-examples",
  50. "author": {
  51. "name": "Nick Campbell",
  52. "url": "https://github.com/ncb000gt"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/ncb000gt/node.bcrypt.js/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Antonio Salazar Cardozo",
  60. "email": "savedfastcool@gmail.com",
  61. "url": "https://github.com/Shadowfiend"
  62. },
  63. {
  64. "name": "Van Nguyen",
  65. "email": "the.gol.effect@gmail.com",
  66. "url": "https://github.com/thegoleffect"
  67. },
  68. {
  69. "name": "David Trejo",
  70. "email": "david@dtrejo.com",
  71. "url": "https://github.com/dtrejo"
  72. },
  73. {
  74. "name": "Ben Glow",
  75. "email": "glen.low@pixelglow.com",
  76. "url": "https://github.com/pixelglow"
  77. },
  78. {
  79. "name": "NewITFarmer.com",
  80. "url": "https://github.com/newitfarmer"
  81. },
  82. {
  83. "name": "Alfred Westerveld",
  84. "email": "alfredwesterveld@gmail.com",
  85. "url": "https://github.com/alfredwesterveld"
  86. },
  87. {
  88. "name": "Vincent Côté-Roy",
  89. "email": "vincentcr@gmail.com",
  90. "url": "https://github.com/vincentcr"
  91. },
  92. {
  93. "name": "Lloyd Hilaiel",
  94. "email": "lloyd@hilaiel.com",
  95. "url": "https://github.com/lloyd"
  96. },
  97. {
  98. "name": "Roman Shtylman",
  99. "email": "shtylman@gmail.com",
  100. "url": "https://github.com/shtylman"
  101. },
  102. {
  103. "name": "Vadim Graboys",
  104. "email": "dimva13@gmail.com",
  105. "url": "https://github.com/vadimg"
  106. },
  107. {
  108. "name": "Ben Noorduis",
  109. "url": "https://github.com/bnoordhuis"
  110. },
  111. {
  112. "name": "Nate Rajlich",
  113. "email": "nathan@tootallnate.net",
  114. "url": "https://github.com/tootallnate"
  115. },
  116. {
  117. "name": "Sean McArthur",
  118. "email": "sean.monstar@gmail.com",
  119. "url": "https://github.com/seanmonstar"
  120. },
  121. {
  122. "name": "Fanie Oosthuysen",
  123. "email": "fanie.oosthuysen@gmail.com",
  124. "url": "https://github.com/weareu"
  125. }
  126. ],
  127. "dependencies": {
  128. "bindings": "1.2.1",
  129. "nan": "2.3.5"
  130. },
  131. "description": "A bcrypt library for NodeJS.",
  132. "devDependencies": {
  133. "nodeunit": "~0.9.1"
  134. },
  135. "directories": {},
  136. "dist": {
  137. "shasum": "bc3875a9afd0a7b2cd231a6a7f218a5ce156b093",
  138. "tarball": "https://registry.npmjs.org/bcrypt/-/bcrypt-0.8.7.tgz"
  139. },
  140. "engines": {
  141. "node": ">= 0.6.0"
  142. },
  143. "gitHead": "0dc9b78dab6980d129b77d1df723aa44daa7deb4",
  144. "gypfile": true,
  145. "homepage": "https://github.com/ncb000gt/node.bcrypt.js#readme",
  146. "keywords": [
  147. "bcrypt",
  148. "password",
  149. "auth",
  150. "authentication",
  151. "encryption",
  152. "crypt",
  153. "crypto"
  154. ],
  155. "license": "MIT",
  156. "main": "./bcrypt",
  157. "maintainers": [
  158. {
  159. "name": "ncb000gt",
  160. "email": "nicholas.j.campbell@gmail.com"
  161. },
  162. {
  163. "name": "tootallnate",
  164. "email": "nathan@tootallnate.net"
  165. },
  166. {
  167. "name": "jfirebaugh",
  168. "email": "john.firebaugh@gmail.com"
  169. },
  170. {
  171. "name": "defunctzombie",
  172. "email": "shtylman@gmail.com"
  173. }
  174. ],
  175. "name": "bcrypt",
  176. "optionalDependencies": {},
  177. "readme": "ERROR: No README data found!",
  178. "repository": {
  179. "type": "git",
  180. "url": "git+https://github.com/ncb000gt/node.bcrypt.js.git"
  181. },
  182. "scripts": {
  183. "install": "node-gyp rebuild",
  184. "test": "node-gyp configure build && nodeunit test"
  185. },
  186. "version": "0.8.7"
  187. }