1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "xhr2@0.1.3",
  3. "_id": "xhr2@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-y/xHWaabSoiOeM9PILBRA4dXvRE=",
  6. "_location": "/xhr2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "xhr2@0.1.3",
  12. "name": "xhr2",
  13. "escapedName": "xhr2",
  14. "rawSpec": "0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/@okta/okta-auth-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.1.3.tgz",
  22. "_shasum": "cbfc4759a69b4a888e78cf4f20b051038757bd11",
  23. "_spec": "xhr2@0.1.3",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-auth-js",
  25. "author": {
  26. "name": "Victor Costan",
  27. "email": "victor@costan.us",
  28. "url": "http://www.costan.us"
  29. },
  30. "browser": "lib/browser.js",
  31. "bugs": {
  32. "url": "https://github.com/pwnall/node-xhr2/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Francois-Xavier Kowalski",
  38. "email": "francois-xavier.kowalski@hp.com"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "XMLHttpRequest emulation for node.js",
  44. "devDependencies": {
  45. "async": ">= 1.4.2",
  46. "chai": ">= 3.2.0",
  47. "codo": ">= 2.0.11",
  48. "coffee-script": ">= 1.9.3",
  49. "express": ">= 4.13.3",
  50. "glob": ">= 5.0.14",
  51. "mocha": ">= 2.2.5",
  52. "open": ">= 0.0.5",
  53. "remove": ">= 0.1.5",
  54. "sinon": ">= 1.15.4",
  55. "sinon-chai": ">= 2.8.0"
  56. },
  57. "directories": {
  58. "doc": "doc",
  59. "lib": "lib",
  60. "src": "src",
  61. "test": "test"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "homepage": "https://github.com/pwnall/node-xhr2",
  67. "keywords": [
  68. "xhr",
  69. "xmlhttprequest",
  70. "ajax",
  71. "browser"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/xhr2.js",
  75. "name": "xhr2",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/pwnall/node-xhr2.git"
  79. },
  80. "scripts": {
  81. "prepublish": "node_modules/coffee-script/bin/cake build",
  82. "test": "node_modules/coffee-script/bin/cake test"
  83. },
  84. "version": "0.1.3"
  85. }