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

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "http-signature@~1.2.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/request"
  6. ]
  7. ],
  8. "_from": "http-signature@>=1.2.0 <1.3.0",
  9. "_id": "http-signature@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/http-signature",
  13. "_nodeVersion": "0.12.9",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/http-signature-1.2.0.tgz_1503689523067_0.7758485176600516"
  17. },
  18. "_npmUser": {
  19. "email": "alex@cooperi.net",
  20. "name": "arekinath"
  21. },
  22. "_npmVersion": "2.14.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "http-signature",
  26. "raw": "http-signature@~1.2.0",
  27. "rawSpec": "~1.2.0",
  28. "scope": null,
  29. "spec": ">=1.2.0 <1.3.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
  36. "_shasum": "9aecd925114772f3d95b65a60abb8f7c18fbace1",
  37. "_shrinkwrap": null,
  38. "_spec": "http-signature@~1.2.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/request",
  40. "author": {
  41. "name": "Joyent, Inc"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/joyent/node-http-signature/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Mark Cavage",
  49. "email": "mcavage@gmail.com"
  50. },
  51. {
  52. "name": "David I. Lehn",
  53. "email": "dil@lehn.org"
  54. },
  55. {
  56. "name": "Patrick Mooney",
  57. "email": "patrick.f.mooney@gmail.com"
  58. }
  59. ],
  60. "dependencies": {
  61. "assert-plus": "^1.0.0",
  62. "jsprim": "^1.2.2",
  63. "sshpk": "^1.7.0"
  64. },
  65. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  66. "devDependencies": {
  67. "tap": "0.4.2",
  68. "uuid": "^2.0.2"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "9aecd925114772f3d95b65a60abb8f7c18fbace1",
  73. "tarball": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=0.8",
  77. "npm": ">=1.3.7"
  78. },
  79. "gitHead": "523e7c5a3a081e046813f62ab182e294a08eaf0d",
  80. "homepage": "https://github.com/joyent/node-http-signature/",
  81. "keywords": [
  82. "https",
  83. "request"
  84. ],
  85. "license": "MIT",
  86. "main": "lib/index.js",
  87. "maintainers": [
  88. {
  89. "name": "arekinath",
  90. "email": "alex@cooperi.net"
  91. },
  92. {
  93. "name": "mcavage",
  94. "email": "mcavage@gmail.com"
  95. },
  96. {
  97. "name": "pfmooney",
  98. "email": "patrick.f.mooney@gmail.com"
  99. }
  100. ],
  101. "name": "http-signature",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/joyent/node-http-signature.git"
  107. },
  108. "scripts": {
  109. "test": "tap test/*.js"
  110. },
  111. "version": "1.2.0"
  112. }