package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "http-signature@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "http-signature@1.2.0",
  9. "_id": "http-signature@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
  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. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/http-signature/-/http-signature-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Joyent, Inc"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/joyent/node-http-signature/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Mark Cavage",
  39. "email": "mcavage@gmail.com"
  40. },
  41. {
  42. "name": "David I. Lehn",
  43. "email": "dil@lehn.org"
  44. },
  45. {
  46. "name": "Patrick Mooney",
  47. "email": "patrick.f.mooney@gmail.com"
  48. }
  49. ],
  50. "dependencies": {
  51. "assert-plus": "^1.0.0",
  52. "jsprim": "^1.2.2",
  53. "sshpk": "^1.7.0"
  54. },
  55. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  56. "devDependencies": {
  57. "tap": "0.4.2",
  58. "uuid": "^2.0.2"
  59. },
  60. "engines": {
  61. "node": ">=0.8",
  62. "npm": ">=1.3.7"
  63. },
  64. "homepage": "https://github.com/joyent/node-http-signature/",
  65. "keywords": [
  66. "https",
  67. "request"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/index.js",
  71. "name": "http-signature",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/joyent/node-http-signature.git"
  75. },
  76. "scripts": {
  77. "test": "tap test/*.js"
  78. },
  79. "version": "1.2.0"
  80. }