package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "bcryptjs@*",
  3. "_id": "bcryptjs@2.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=",
  6. "_location": "/bcryptjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bcryptjs@*",
  12. "name": "bcryptjs",
  13. "escapedName": "bcryptjs",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
  22. "_shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb",
  23. "_spec": "bcryptjs@*",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  25. "author": {
  26. "name": "Daniel Wirtz",
  27. "email": "dcode@dcode.io"
  28. },
  29. "browser": "dist/bcrypt.js",
  30. "bugs": {
  31. "url": "https://github.com/dcodeIO/bcrypt.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Shane Girish",
  37. "email": "shaneGirish@gmail.com",
  38. "url": "https://github.com/shaneGirish"
  39. },
  40. {
  41. "name": "Alex Murray",
  42. "url": "https://github.com/alexmurray"
  43. },
  44. {
  45. "name": "Nicolas Pelletier",
  46. "url": "https://github.com/NicolasPelletier"
  47. },
  48. {
  49. "name": "Josh Rogers",
  50. "url": "https://github.com/geekymole"
  51. },
  52. {
  53. "name": "Noah Isaacson",
  54. "email": "noah@nisaacson.com",
  55. "url": "https://github.com/nisaacson"
  56. }
  57. ],
  58. "dependencies": {},
  59. "deprecated": false,
  60. "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
  61. "devDependencies": {
  62. "bcrypt": "latest",
  63. "closurecompiler": "~1",
  64. "metascript": "~0.18",
  65. "testjs": "~1",
  66. "utfx": "~1"
  67. },
  68. "homepage": "https://github.com/dcodeIO/bcrypt.js#readme",
  69. "keywords": [
  70. "bcrypt",
  71. "password",
  72. "auth",
  73. "authentication",
  74. "encryption",
  75. "crypt",
  76. "crypto"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "bcryptjs",
  81. "repository": {
  82. "type": "url",
  83. "url": "git+https://github.com/dcodeIO/bcrypt.js.git"
  84. },
  85. "scripts": {
  86. "build": "node scripts/build.js",
  87. "compile": "node node_modules/closurecompiler/bin/ccjs dist/bcrypt.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map > dist/bcrypt.min.js",
  88. "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz",
  89. "make": "npm run build && npm run compile && npm run compress && npm test",
  90. "test": "node node_modules/testjs/bin/testjs"
  91. },
  92. "version": "2.4.3"
  93. }