package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "bcrypt",
  3. "_id": "bcrypt@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9BTgmrhZM2t1bNuDtrtIMVSmmxZBrJ71n8Wg+YgdjHuIWYF7SjjmCPZFB+/5i/o/PIeRpwVJR3P+NrpIItUjqw==",
  6. "_location": "/bcrypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bcrypt",
  12. "name": "bcrypt",
  13. "escapedName": "bcrypt",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.0.1.tgz",
  23. "_shasum": "f1a2c20f208e2ccdceea4433df0c8b2c54ecdf71",
  24. "_spec": "bcrypt",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
  26. "author": {
  27. "name": "Nick Campbell",
  28. "url": "https://github.com/ncb000gt"
  29. },
  30. "binary": {
  31. "module_name": "bcrypt_lib",
  32. "module_path": "./lib/binding/napi-v{napi_build_version}",
  33. "package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
  34. "host": "https://github.com",
  35. "remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
  36. "napi_versions": [
  37. 3
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/kelektiv/node.bcrypt.js/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "Antonio Salazar Cardozo",
  47. "email": "savedfastcool@gmail.com",
  48. "url": "https://github.com/Shadowfiend"
  49. },
  50. {
  51. "name": "Van Nguyen",
  52. "email": "the.gol.effect@gmail.com",
  53. "url": "https://github.com/thegoleffect"
  54. },
  55. {
  56. "name": "David Trejo",
  57. "email": "david@dtrejo.com",
  58. "url": "https://github.com/dtrejo"
  59. },
  60. {
  61. "name": "Ben Glow",
  62. "email": "glen.low@pixelglow.com",
  63. "url": "https://github.com/pixelglow"
  64. },
  65. {
  66. "name": "NewITFarmer.com",
  67. "url": "https://github.com/newitfarmer"
  68. },
  69. {
  70. "name": "Alfred Westerveld",
  71. "email": "alfredwesterveld@gmail.com",
  72. "url": "https://github.com/alfredwesterveld"
  73. },
  74. {
  75. "name": "Vincent Côté-Roy",
  76. "email": "vincentcr@gmail.com",
  77. "url": "https://github.com/vincentcr"
  78. },
  79. {
  80. "name": "Lloyd Hilaiel",
  81. "email": "lloyd@hilaiel.com",
  82. "url": "https://github.com/lloyd"
  83. },
  84. {
  85. "name": "Roman Shtylman",
  86. "email": "shtylman@gmail.com",
  87. "url": "https://github.com/shtylman"
  88. },
  89. {
  90. "name": "Vadim Graboys",
  91. "email": "dimva13@gmail.com",
  92. "url": "https://github.com/vadimg"
  93. },
  94. {
  95. "name": "Ben Noorduis",
  96. "url": "https://github.com/bnoordhuis"
  97. },
  98. {
  99. "name": "Nate Rajlich",
  100. "email": "nathan@tootallnate.net",
  101. "url": "https://github.com/tootallnate"
  102. },
  103. {
  104. "name": "Sean McArthur",
  105. "email": "sean.monstar@gmail.com",
  106. "url": "https://github.com/seanmonstar"
  107. },
  108. {
  109. "name": "Fanie Oosthuysen",
  110. "email": "fanie.oosthuysen@gmail.com",
  111. "url": "https://github.com/weareu"
  112. },
  113. {
  114. "name": "Amitosh Swain Mahapatra",
  115. "email": "amitosh.swain@gmail.com",
  116. "url": "https://github.com/Agathver"
  117. },
  118. {
  119. "name": "Corbin Crutchley",
  120. "email": "crutchcorn@gmail.com",
  121. "url": "https://github.com/crutchcorn"
  122. },
  123. {
  124. "name": "Nicola Del Gobbo",
  125. "email": "nicoladelgobbo@gmail.com",
  126. "url": "https://github.com/NickNaso"
  127. }
  128. ],
  129. "dependencies": {
  130. "@mapbox/node-pre-gyp": "^1.0.0",
  131. "node-addon-api": "^3.1.0"
  132. },
  133. "deprecated": false,
  134. "description": "A bcrypt library for NodeJS.",
  135. "devDependencies": {
  136. "nodeunit": "^0.11.3"
  137. },
  138. "engines": {
  139. "node": ">= 10.0.0"
  140. },
  141. "homepage": "https://github.com/kelektiv/node.bcrypt.js#readme",
  142. "keywords": [
  143. "bcrypt",
  144. "password",
  145. "auth",
  146. "authentication",
  147. "encryption",
  148. "crypt",
  149. "crypto"
  150. ],
  151. "license": "MIT",
  152. "main": "./bcrypt",
  153. "name": "bcrypt",
  154. "repository": {
  155. "type": "git",
  156. "url": "git+https://github.com/kelektiv/node.bcrypt.js.git"
  157. },
  158. "scripts": {
  159. "install": "node-pre-gyp install --fallback-to-build",
  160. "test": "npm install --build-from-source && nodeunit test"
  161. },
  162. "version": "5.0.1"
  163. }