package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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": "tag",
  10. "registry": true,
  11. "raw": "bcryptjs",
  12. "name": "bcryptjs",
  13. "escapedName": "bcryptjs",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
  23. "_shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb",
  24. "_spec": "bcryptjs",
  25. "_where": "/home/pvvvm505/Документы/Project/Back",
  26. "author": {
  27. "name": "Daniel Wirtz",
  28. "email": "dcode@dcode.io"
  29. },
  30. "browser": "dist/bcrypt.js",
  31. "bugs": {
  32. "url": "https://github.com/dcodeIO/bcrypt.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Shane Girish",
  38. "email": "shaneGirish@gmail.com",
  39. "url": "https://github.com/shaneGirish"
  40. },
  41. {
  42. "name": "Alex Murray",
  43. "url": "https://github.com/alexmurray"
  44. },
  45. {
  46. "name": "Nicolas Pelletier",
  47. "url": "https://github.com/NicolasPelletier"
  48. },
  49. {
  50. "name": "Josh Rogers",
  51. "url": "https://github.com/geekymole"
  52. },
  53. {
  54. "name": "Noah Isaacson",
  55. "email": "noah@nisaacson.com",
  56. "url": "https://github.com/nisaacson"
  57. }
  58. ],
  59. "dependencies": {},
  60. "deprecated": false,
  61. "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
  62. "devDependencies": {
  63. "bcrypt": "latest",
  64. "closurecompiler": "~1",
  65. "metascript": "~0.18",
  66. "testjs": "~1",
  67. "utfx": "~1"
  68. },
  69. "homepage": "https://github.com/dcodeIO/bcrypt.js#readme",
  70. "keywords": [
  71. "bcrypt",
  72. "password",
  73. "auth",
  74. "authentication",
  75. "encryption",
  76. "crypt",
  77. "crypto"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "bcryptjs",
  82. "repository": {
  83. "type": "url",
  84. "url": "git+https://github.com/dcodeIO/bcrypt.js.git"
  85. },
  86. "scripts": {
  87. "build": "node scripts/build.js",
  88. "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",
  89. "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz",
  90. "make": "npm run build && npm run compile && npm run compress && npm test",
  91. "test": "node node_modules/testjs/bin/testjs"
  92. },
  93. "version": "2.4.3"
  94. }