package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "libsodium-wrappers@^0.7.3",
  3. "_id": "libsodium-wrappers@0.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dw5Jh6TZ5qc5rQVZe3JrSO/J05CE+DmAPnqD7Q2glBUE969xZ6o3fchnUxyPlp6ss3x0MFxmdJntveFN+XTg1g==",
  6. "_location": "/libsodium-wrappers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "libsodium-wrappers@^0.7.3",
  12. "name": "libsodium-wrappers",
  13. "escapedName": "libsodium-wrappers",
  14. "rawSpec": "^0.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.3"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.3.tgz",
  23. "_shasum": "b7e6326a5c42eb269540e360ce9c2600eb90c75c",
  24. "_spec": "libsodium-wrappers@^0.7.3",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "Ahmad Ben Mrad",
  28. "url": "@BatikhSouri"
  29. },
  30. "browser": {
  31. "fs": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jedisct1/libsodium.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Frank Denis",
  40. "url": "@jedisct1"
  41. },
  42. {
  43. "name": "Ryan Lester",
  44. "url": "@buu700"
  45. }
  46. ],
  47. "dependencies": {
  48. "libsodium": "0.7.3"
  49. },
  50. "deprecated": false,
  51. "description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",
  52. "files": [
  53. "dist/modules/libsodium-wrappers.js",
  54. "package.json"
  55. ],
  56. "homepage": "https://github.com/jedisct1/libsodium.js",
  57. "keywords": [
  58. "crypto",
  59. "sodium",
  60. "libsodium",
  61. "nacl",
  62. "chacha20",
  63. "poly1305",
  64. "curve25519",
  65. "ed25519",
  66. "blake2",
  67. "siphash",
  68. "argon2",
  69. "ecc"
  70. ],
  71. "license": "ISC",
  72. "main": "dist/modules/libsodium-wrappers.js",
  73. "name": "libsodium-wrappers",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jedisct1/libsodium.js.git"
  77. },
  78. "version": "0.7.3"
  79. }