package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "tweetnacl@~0.14.0",
  6. "scope": null,
  7. "escapedName": "tweetnacl",
  8. "name": "tweetnacl",
  9. "rawSpec": "~0.14.0",
  10. "spec": ">=0.14.0 <0.15.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "tweetnacl@>=0.14.0 <0.15.0",
  17. "_id": "tweetnacl@0.14.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/tweetnacl",
  21. "_nodeVersion": "7.0.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/tweetnacl-0.14.5.tgz_1481627515097_0.015130913350731134"
  25. },
  26. "_npmUser": {
  27. "name": "dchest",
  28. "email": "dmitry@codingrobots.com"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "tweetnacl@~0.14.0",
  34. "scope": null,
  35. "escapedName": "tweetnacl",
  36. "name": "tweetnacl",
  37. "rawSpec": "~0.14.0",
  38. "spec": ">=0.14.0 <0.15.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/bcrypt-pbkdf",
  43. "/sshpk"
  44. ],
  45. "_resolved": "http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
  46. "_shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
  47. "_shrinkwrap": null,
  48. "_spec": "tweetnacl@~0.14.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk",
  50. "author": {
  51. "name": "TweetNaCl-js contributors"
  52. },
  53. "browser": {
  54. "buffer": false,
  55. "crypto": false
  56. },
  57. "bugs": {
  58. "url": "https://github.com/dchest/tweetnacl-js/issues"
  59. },
  60. "dependencies": {},
  61. "description": "Port of TweetNaCl cryptographic library to JavaScript",
  62. "devDependencies": {
  63. "browserify": "^13.0.0",
  64. "eslint": "^2.2.0",
  65. "faucet": "^0.0.1",
  66. "tap-browser-color": "^0.1.2",
  67. "tape": "^4.4.0",
  68. "tape-run": "^2.1.3",
  69. "tweetnacl-util": "^0.13.3",
  70. "uglify-js": "^2.6.1"
  71. },
  72. "directories": {
  73. "test": "test"
  74. },
  75. "dist": {
  76. "shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
  77. "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
  78. },
  79. "gitHead": "cce829e473b1ae299a9373b5140c713ee88f577f",
  80. "homepage": "https://tweetnacl.js.org",
  81. "keywords": [
  82. "crypto",
  83. "cryptography",
  84. "curve25519",
  85. "ed25519",
  86. "encrypt",
  87. "hash",
  88. "key",
  89. "nacl",
  90. "poly1305",
  91. "public",
  92. "salsa20",
  93. "signatures"
  94. ],
  95. "license": "Unlicense",
  96. "main": "nacl-fast.js",
  97. "maintainers": [
  98. {
  99. "name": "dchest",
  100. "email": "dmitry@codingrobots.com"
  101. }
  102. ],
  103. "name": "tweetnacl",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/dchest/tweetnacl-js.git"
  109. },
  110. "scripts": {
  111. "bench": "node test/benchmark/bench.js",
  112. "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
  113. "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",
  114. "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
  115. "test": "npm run test-node-all && npm run test-browser",
  116. "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
  117. "test-node": "tape test/*.js | faucet",
  118. "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
  119. },
  120. "types": "nacl.d.ts",
  121. "version": "0.14.5"
  122. }