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

package.json 3.3KB

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