Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

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