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

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "jsbn@~0.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/sshpk"
  6. ]
  7. ],
  8. "_from": "jsbn@>=0.1.0 <0.2.0",
  9. "_id": "jsbn@0.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jsbn",
  13. "_nodeVersion": "6.3.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/jsbn-0.1.1.tgz_1486886593983_0.3002306066919118"
  17. },
  18. "_npmUser": {
  19. "email": "andyperlitch@gmail.com",
  20. "name": "andyperlitch"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "jsbn",
  26. "raw": "jsbn@~0.1.0",
  27. "rawSpec": "~0.1.0",
  28. "scope": null,
  29. "spec": ">=0.1.0 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/ecc-jsbn",
  34. "/sshpk"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  37. "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  38. "_shrinkwrap": null,
  39. "_spec": "jsbn@~0.1.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/sshpk",
  41. "author": {
  42. "name": "Tom Wu"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/andyperlitch/jsbn/issues"
  46. },
  47. "dependencies": {},
  48. "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  49. "devDependencies": {},
  50. "directories": {},
  51. "dist": {
  52. "shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  53. "tarball": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
  54. },
  55. "gitHead": "ed7e7ab56bd2b8a4447bc0c1ef08548b6dad89a2",
  56. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  57. "keywords": [
  58. "big",
  59. "biginteger",
  60. "bignumber",
  61. "integer"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "maintainers": [
  66. {
  67. "name": "andyperlitch",
  68. "email": "andyperlitch@gmail.com"
  69. }
  70. ],
  71. "name": "jsbn",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/andyperlitch/jsbn.git"
  77. },
  78. "scripts": {
  79. "test": "mocha test.js"
  80. },
  81. "version": "0.1.1"
  82. }