package.json 1.9 KB

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