package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bcryptjs",
  6. "scope": null,
  7. "escapedName": "bcryptjs",
  8. "name": "bcryptjs",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/robert/workspace/code-examples"
  14. ]
  15. ],
  16. "_from": "bcryptjs@latest",
  17. "_id": "bcryptjs@2.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/bcryptjs",
  21. "_nodeVersion": "0.12.7",
  22. "_npmUser": {
  23. "name": "dcode",
  24. "email": "dcode@dcode.io"
  25. },
  26. "_npmVersion": "2.11.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "bcryptjs",
  30. "scope": null,
  31. "escapedName": "bcryptjs",
  32. "name": "bcryptjs",
  33. "rawSpec": "",
  34. "spec": "latest",
  35. "type": "tag"
  36. },
  37. "_requiredBy": [
  38. "#USER",
  39. "/"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.3.0.tgz",
  42. "_shasum": "5826900cfef7abaf3425c72e4d464de509b8c2ec",
  43. "_shrinkwrap": null,
  44. "_spec": "bcryptjs",
  45. "_where": "/home/robert/workspace/code-examples",
  46. "author": {
  47. "name": "Daniel Wirtz",
  48. "email": "dcode@dcode.io"
  49. },
  50. "browser": "dist/bcrypt.js",
  51. "bugs": {
  52. "url": "https://github.com/dcodeIO/bcrypt.js/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Shane Girish",
  57. "email": "shaneGirish@gmail.com",
  58. "url": "https://github.com/shaneGirish"
  59. },
  60. {
  61. "name": "Alex Murray",
  62. "url": "https://github.com/alexmurray"
  63. },
  64. {
  65. "name": "Nicolas Pelletier",
  66. "url": "https://github.com/NicolasPelletier"
  67. },
  68. {
  69. "name": "Josh Rogers",
  70. "url": "https://github.com/geekymole"
  71. },
  72. {
  73. "name": "Noah Isaacson",
  74. "email": "noah@nisaacson.com",
  75. "url": "https://github.com/nisaacson"
  76. }
  77. ],
  78. "dependencies": {},
  79. "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
  80. "devDependencies": {
  81. "bcrypt": "latest",
  82. "closurecompiler": "~1",
  83. "metascript": "~0.18",
  84. "testjs": "~1",
  85. "utfx": "~1"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "5826900cfef7abaf3425c72e4d464de509b8c2ec",
  90. "tarball": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.3.0.tgz"
  91. },
  92. "gitHead": "89c19400dcc9ca77b9f768bd79a6700eb764a1da",
  93. "homepage": "https://github.com/dcodeIO/bcrypt.js#readme",
  94. "keywords": [
  95. "bcrypt",
  96. "password",
  97. "auth",
  98. "authentication",
  99. "encryption",
  100. "crypt",
  101. "crypto"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "maintainers": [
  106. {
  107. "name": "dcode",
  108. "email": "dcode@dcode.io"
  109. }
  110. ],
  111. "name": "bcryptjs",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "url",
  116. "url": "git+https://github.com/dcodeIO/bcrypt.js.git"
  117. },
  118. "scripts": {
  119. "build": "node scripts/build.js",
  120. "compile": "node node_modules/closurecompiler/bin/ccjs dist/bcrypt.js --compilation_level=ADVANCED_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map --externs=externs/minimal-env.js --output_wrapper=\"(function(){%output%})();\" > dist/bcrypt.min.js",
  121. "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz",
  122. "make": "npm run-script build && npm run-script compile && npm test",
  123. "test": "node node_modules/testjs/bin/testjs"
  124. },
  125. "version": "2.3.0"
  126. }