package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "tweetnacl@~0.13.0",
  5. "D:\\work\\im\\node_modules\\sshpk"
  6. ]
  7. ],
  8. "_from": "tweetnacl@>=0.13.0 <0.14.0",
  9. "_id": "tweetnacl@0.13.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/tweetnacl",
  13. "_nodeVersion": "4.2.3",
  14. "_npmUser": {
  15. "email": "dmitry@codingrobots.com",
  16. "name": "dchest"
  17. },
  18. "_npmVersion": "2.14.7",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "tweetnacl",
  22. "raw": "tweetnacl@~0.13.0",
  23. "rawSpec": "~0.13.0",
  24. "scope": null,
  25. "spec": ">=0.13.0 <0.14.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/sshpk"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz",
  32. "_shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
  33. "_shrinkwrap": null,
  34. "_spec": "tweetnacl@~0.13.0",
  35. "_where": "D:\\work\\im\\node_modules\\sshpk",
  36. "author": {
  37. "name": "TweetNaCl-js contributors"
  38. },
  39. "browser": {
  40. "buffer": false,
  41. "crypto": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/dchest/tweetnacl-js/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Port of TweetNaCl cryptographic library to JavaScript",
  48. "devDependencies": {
  49. "browserify": "^10.1.3",
  50. "eslint": "^1.4.3",
  51. "faucet": "0.0.1",
  52. "tap-browser-color": "^0.1.2",
  53. "tape": "^4.0.0",
  54. "testling": "^1.7.1",
  55. "uglify-js": "^2.4.21"
  56. },
  57. "directories": {
  58. "test": "test"
  59. },
  60. "dist": {
  61. "shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
  62. "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"
  63. },
  64. "gitHead": "2bb422cb707fba4a5ec9654688564a4fb861b068",
  65. "homepage": "https://dchest.github.io/tweetnacl-js",
  66. "keywords": [
  67. "crypto",
  68. "cryptography",
  69. "curve25519",
  70. "ed25519",
  71. "encrypt",
  72. "hash",
  73. "key",
  74. "nacl",
  75. "poly1305",
  76. "public",
  77. "salsa20",
  78. "signatures"
  79. ],
  80. "license": "Public domain",
  81. "main": "nacl-fast.js",
  82. "maintainers": [
  83. {
  84. "email": "dmitry@codingrobots.com",
  85. "name": "dchest"
  86. }
  87. ],
  88. "name": "tweetnacl",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/dchest/tweetnacl-js.git"
  94. },
  95. "scripts": {
  96. "bench": "node test/benchmark/bench.js",
  97. "browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null",
  98. "browser-quick": "browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
  99. "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
  100. "chrome": "browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet",
  101. "firefox": "browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet",
  102. "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
  103. "test": "tape test/*.js | faucet",
  104. "testall": "make -C test/c && tape test/*.js test/c/*.js | faucet",
  105. "testling": "browserify test/browser/testling_init.js test/*.js | testling | faucet"
  106. },
  107. "testling": {
  108. "browsers": [
  109. "chrome/22..latest",
  110. "firefox/16..latest",
  111. "safari/latest",
  112. "opera/11.0..latest",
  113. "iphone/6..latest",
  114. "ipad/6..latest",
  115. "android-browser/latest"
  116. ],
  117. "files": "test/*.js"
  118. },
  119. "version": "0.13.3"
  120. }