package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "tweetnacl@0.14.5",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "tweetnacl@0.14.5",
  9. "_id": "tweetnacl@0.14.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
  12. "_location": "/tweetnacl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tweetnacl@0.14.5",
  18. "name": "tweetnacl",
  19. "escapedName": "tweetnacl",
  20. "rawSpec": "0.14.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.14.5"
  23. },
  24. "_requiredBy": [
  25. "/bcrypt-pbkdf",
  26. "/sshpk"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
  29. "_spec": "0.14.5",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "TweetNaCl-js contributors"
  33. },
  34. "browser": {
  35. "buffer": false,
  36. "crypto": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/dchest/tweetnacl-js/issues"
  40. },
  41. "description": "Port of TweetNaCl cryptographic library to JavaScript",
  42. "devDependencies": {
  43. "browserify": "^13.0.0",
  44. "eslint": "^2.2.0",
  45. "faucet": "^0.0.1",
  46. "tap-browser-color": "^0.1.2",
  47. "tape": "^4.4.0",
  48. "tape-run": "^2.1.3",
  49. "tweetnacl-util": "^0.13.3",
  50. "uglify-js": "^2.6.1"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "homepage": "https://tweetnacl.js.org",
  56. "keywords": [
  57. "crypto",
  58. "cryptography",
  59. "curve25519",
  60. "ed25519",
  61. "encrypt",
  62. "hash",
  63. "key",
  64. "nacl",
  65. "poly1305",
  66. "public",
  67. "salsa20",
  68. "signatures"
  69. ],
  70. "license": "Unlicense",
  71. "main": "nacl-fast.js",
  72. "name": "tweetnacl",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/dchest/tweetnacl-js.git"
  76. },
  77. "scripts": {
  78. "bench": "node test/benchmark/bench.js",
  79. "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
  80. "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",
  81. "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
  82. "test": "npm run test-node-all && npm run test-browser",
  83. "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
  84. "test-node": "tape test/*.js | faucet",
  85. "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
  86. },
  87. "types": "nacl.d.ts",
  88. "version": "0.14.5"
  89. }