package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "sodium@^2.0.3",
  3. "_id": "sodium@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/z1tdOf+tn+MZr6uiKno709w2V5LwqukNWxOWi6NiSBia5E7Fp33f3CUHtCIR2184DEylytXdTZNryQUQwNKkQ==",
  6. "_location": "/sodium",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sodium@^2.0.3",
  12. "name": "sodium",
  13. "escapedName": "sodium",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sodium/-/sodium-2.0.3.tgz",
  23. "_shasum": "4f489e9a3be75395d168a0341dde8b401432ddf6",
  24. "_spec": "sodium@^2.0.3",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "Pedro Paixao",
  28. "email": "paixaop@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paixaop/node-sodium/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "nan": "^2.8.0"
  36. },
  37. "deprecated": false,
  38. "description": "Lib Sodium port for node.js",
  39. "devDependencies": {
  40. "istanbul": ">=0.4.3",
  41. "mdextract": "^1.0.0",
  42. "mocha": ">=2.4.5",
  43. "mocha-istanbul": ">=0.2.0",
  44. "node-gyp": ">=3.3.1"
  45. },
  46. "homepage": "https://github.com/paixaop/node-sodium#readme",
  47. "keywords": [
  48. "encryption",
  49. "ed25519",
  50. "curve25519",
  51. "NaCl",
  52. "libsodium",
  53. "crypto",
  54. "unique",
  55. "stamp"
  56. ],
  57. "libsodium_version": "1.0.11",
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "sodium",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/paixaop/node-sodium.git"
  64. },
  65. "scripts": {
  66. "install": "node install.js --install",
  67. "preinstall": "node install.js --preinstall",
  68. "test": "make test"
  69. },
  70. "version": "2.0.3"
  71. }