package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "xhr@2.4.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "xhr@2.4.0",
  9. "_id": "xhr@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TUbBsdAuJbX8olk9hsDwGK8P1ri1XlV+PdEWkYw+HQQbpkiBR8PLgD1F3kQDPBs9l4Px34hP9rCYAZOCCAENbw==",
  12. "_location": "/xhr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "xhr@2.4.0",
  18. "name": "xhr",
  19. "escapedName": "xhr",
  20. "rawSpec": "2.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.0"
  23. },
  24. "_requiredBy": [
  25. "/video.js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/xhr/-/xhr-2.4.0.tgz",
  28. "_spec": "2.4.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/naugtur/xhr/issues",
  36. "email": "naugtur@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jake Verbaten"
  41. },
  42. {
  43. "name": "Zbyszek Tenerowicz",
  44. "email": "naugtur@gmail.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "global": "~4.3.0",
  49. "is-function": "^1.0.1",
  50. "parse-headers": "^2.0.0",
  51. "xtend": "^4.0.0"
  52. },
  53. "description": "small xhr abstraction",
  54. "devDependencies": {
  55. "for-each": "^0.3.2",
  56. "pre-commit": "1.0.10",
  57. "run-browser": "github:naugtur/run-browser",
  58. "tap-spec": "^4.0.2",
  59. "tape": "^4.0.0"
  60. },
  61. "homepage": "https://github.com/naugtur/xhr",
  62. "keywords": [
  63. "xhr",
  64. "http",
  65. "xmlhttprequest",
  66. "xhr2",
  67. "browserify"
  68. ],
  69. "license": "MIT",
  70. "main": "index",
  71. "name": "xhr",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/naugtur/xhr.git"
  75. },
  76. "scripts": {
  77. "browser": "run-browser -m test/mock-server.js test/index.js",
  78. "test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec"
  79. },
  80. "version": "2.4.0"
  81. }