package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "xhr@^2.0.1",
  3. "_id": "xhr@2.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==",
  6. "_location": "/xhr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xhr@^2.0.1",
  12. "name": "xhr",
  13. "escapedName": "xhr",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/load-bmfont"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/xhr/-/xhr-2.6.0.tgz",
  22. "_shasum": "b69d4395e792b4173d6b7df077f0fc5e4e2b249d",
  23. "_spec": "xhr@^2.0.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/load-bmfont",
  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.4.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.2.2",
  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. "typings": "./index.d.ts",
  78. "version": "2.6.0"
  79. }