Newer
Older
CVSS_3.0_GUI / dist / CVSS_3.0_Calc-1.0.0-linux-x64 / node_modules / nwjs-builder-phoenix / node_modules / request / node_modules / http-signature / node_modules / sshpk / node_modules / tweetnacl / package.json
root on 7 May 2019 2 KB Initial commit
  1. {
  2. "name": "tweetnacl",
  3. "version": "0.14.5",
  4. "description": "Port of TweetNaCl cryptographic library to JavaScript",
  5. "main": "nacl-fast.js",
  6. "types": "nacl.d.ts",
  7. "directories": {
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
  12. "test-node": "tape test/*.js | faucet",
  13. "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet",
  14. "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
  15. "build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
  16. "test": "npm run test-node-all && npm run test-browser",
  17. "bench": "node test/benchmark/bench.js",
  18. "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/dchest/tweetnacl-js.git"
  23. },
  24. "keywords": [
  25. "crypto",
  26. "cryptography",
  27. "curve25519",
  28. "ed25519",
  29. "encrypt",
  30. "hash",
  31. "key",
  32. "nacl",
  33. "poly1305",
  34. "public",
  35. "salsa20",
  36. "signatures"
  37. ],
  38. "author": {
  39. "name": "TweetNaCl-js contributors"
  40. },
  41. "license": "Unlicense",
  42. "bugs": {
  43. "url": "https://github.com/dchest/tweetnacl-js/issues"
  44. },
  45. "homepage": "https://tweetnacl.js.org",
  46. "devDependencies": {
  47. "browserify": "^13.0.0",
  48. "eslint": "^2.2.0",
  49. "faucet": "^0.0.1",
  50. "tap-browser-color": "^0.1.2",
  51. "tape": "^4.4.0",
  52. "tape-run": "^2.1.3",
  53. "tweetnacl-util": "^0.13.3",
  54. "uglify-js": "^2.6.1"
  55. },
  56. "browser": {
  57. "buffer": false,
  58. "crypto": false
  59. },
  60. "gitHead": "cce829e473b1ae299a9373b5140c713ee88f577f",
  61. "_id": "tweetnacl@0.14.5",
  62. "_shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
  63. "_from": "tweetnacl@~0.14.0",
  64. "_npmVersion": "3.10.8",
  65. "_nodeVersion": "7.0.0",
  66. "_npmUser": {
  67. "name": "dchest",
  68. "email": "dmitry@codingrobots.com"
  69. },
  70. "dist": {
  71. "shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
  72. "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
  73. },
  74. "maintainers": [
  75. {
  76. "name": "dchest",
  77. "email": "dmitry@codingrobots.com"
  78. }
  79. ],
  80. "_npmOperationalInternal": {
  81. "host": "packages-12-west.internal.npmjs.com",
  82. "tmp": "tmp/tweetnacl-0.14.5.tgz_1481627515097_0.015130913350731134"
  83. },
  84. "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
  85. "readme": "ERROR: No README data found!"
  86. }
Buy Me A Coffee