package.json 3.5 KB

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