package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "http-signature@1.2.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "http-signature@~1.2.0",
  9. "_id": "http-signature@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
  12. "_location": "/http-signature",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "http-signature@1.2.0",
  18. "name": "http-signature",
  19. "escapedName": "http-signature",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
  29. "_shasum": "9aecd925114772f3d95b65a60abb8f7c18fbace1",
  30. "_spec": "1.2.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Joyent, Inc"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/joyent/node-http-signature/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Mark Cavage",
  42. "email": "mcavage@gmail.com"
  43. },
  44. {
  45. "name": "David I. Lehn",
  46. "email": "dil@lehn.org"
  47. },
  48. {
  49. "name": "Patrick Mooney",
  50. "email": "patrick.f.mooney@gmail.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "assert-plus": "^1.0.0",
  55. "jsprim": "^1.2.2",
  56. "sshpk": "^1.7.0"
  57. },
  58. "deprecated": false,
  59. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  60. "devDependencies": {
  61. "tap": "0.4.2",
  62. "uuid": "^2.0.2"
  63. },
  64. "engines": {
  65. "node": ">=0.8",
  66. "npm": ">=1.3.7"
  67. },
  68. "homepage": "https://github.com/joyent/node-http-signature/",
  69. "keywords": [
  70. "https",
  71. "request"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/index.js",
  75. "name": "http-signature",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/joyent/node-http-signature.git"
  79. },
  80. "scripts": {
  81. "test": "tap test/*.js"
  82. },
  83. "version": "1.2.0"
  84. }