package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "tunnel-agent@0.6.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "tunnel-agent@0.6.0",
  9. "_id": "tunnel-agent@0.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  12. "_location": "/tunnel-agent",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tunnel-agent@0.6.0",
  18. "name": "tunnel-agent",
  19. "escapedName": "tunnel-agent",
  20. "rawSpec": "0.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.0"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  28. "_spec": "0.6.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Mikeal Rogers",
  32. "email": "mikeal.rogers@gmail.com",
  33. "url": "http://www.futurealoof.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mikeal/tunnel-agent/issues"
  37. },
  38. "dependencies": {
  39. "safe-buffer": "^5.0.1"
  40. },
  41. "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
  42. "devDependencies": {},
  43. "engines": {
  44. "node": "*"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/mikeal/tunnel-agent#readme",
  50. "license": "Apache-2.0",
  51. "main": "index.js",
  52. "name": "tunnel-agent",
  53. "optionalDependencies": {},
  54. "repository": {
  55. "url": "git+https://github.com/mikeal/tunnel-agent.git"
  56. },
  57. "version": "0.6.0"
  58. }