{"_id":"xhrequest","_rev":"41-efebcc0fc089ce72d8a9b42f817b2399","name":"xhrequest","description":"Node implementation of XMLHttpRequest","dist-tags":{"latest":"1.0.22"},"versions":{"1.0.0":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.0","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1 < 0.7.0"},"_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"_id":"xhrequest@1.0.0","_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"d5694d1951f2eafca8f4272b84227ecd15b45270","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.0.tgz","integrity":"sha512-ZzcPY1Y/kjPR54a+DYFbMT4glqM/2J4/NWBsK/9FBKpvoC1bfsGfqRvgH/JTLv1KQq83f1tL/qKjfTP4E6OGjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDejOo2Tp+6DBkowMkVrNJ3Lst+jqmi/iz2e8xTy/7XFQIhALHye9DjPE3J4+h03eppBVH7WO2FlDED5iKzvAgGJ035"}]},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.1":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.1","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1 < 0.7.0"},"_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"_id":"xhrequest@1.0.1","_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"863e0356c82844121f5fff513c47aa96da19ff53","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.1.tgz","integrity":"sha512-GKjZJ6l9F2Ezqg/Pt1DaPcSJh6G1Q/HzbkjPZnE3ak6HhphyPFZir0DbNClkwTcYjuT9qrCXYnWtNX2a9j9ZgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXp0uDKBUUkxNc3tOnUr+VCNlRfPhl5WjDmjafVwWGigIgZwJfQVOloiXgka/QXD7F3FxtyejEbcjasIXRybYenzw="}]},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.2":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.2","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"_id":"xhrequest@1.0.2","_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"cc470caa239c0ebb3fad3eaa21dbd976644ce274","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.2.tgz","integrity":"sha512-YhdFwgCLo5OnsbCJ+ZodT/W4AxZAFr7hVNsSTCX3o+kZVdQdzh2ps1a28doKVoeMWQkWrJVkYiDI5Q46lel7uQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnxtqjED8XOJcwRYWdFTeajeuzCNzA0Y2cxT8+ynZuZgIgS5rGtRp67BO3+54HsruC8lM04TtZapMt4e9MDSqqfh4="}]},"readme":"","maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.3":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.3","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","_id":"xhrequest@1.0.3","dist":{"shasum":"04091fa84c12dab745364746ae58d80879624dbf","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.3.tgz","integrity":"sha512-sUvAFJgSZJsifOQL2qzUKvx7yZ9XLx+vKfP1rDKQsNRU/yvhSyNyQoGe+9Bam3H085sfKBv6TT2Fg/lDqv7R5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHKAegMz1MiQKqRWpv4ZtroTCxiRZ8zpKuhZOxajPZ63AiEAwi5XygR8kfpXLXv5zdyBE/lQKz8pbzrAjUqTW61wW+g="}]},"_npmVersion":"1.1.61","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.5":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.5","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","_id":"xhrequest@1.0.5","dist":{"shasum":"094c916216feebb9fc2dd21d222ee90b26779106","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.5.tgz","integrity":"sha512-BhZk4kDVZ7VXdvCk7+K3+5lO1jE1+3XhagVbJKEKv8yPt1Y+KVLMEsErHeTWxQOXy0Zxm6lGfBrlp9bo2pIDNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvzWS9+ZzxTRUAPT4d+hJ8ujRLuIY22zF4lsH5DgQQawIhANWhbcvbPA9pwX/lA+OTLo3VwxQaM4YKEgVUItPsVhEW"}]},"_npmVersion":"1.1.61","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.6":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.6","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.6","dist":{"shasum":"0cafcb87c37d9f92e3d342931aaa1fd0c8545889","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.6.tgz","integrity":"sha512-08zhakdbSE1OWVCZzTE2zkIEdt4ZwfBlOKgeqx4wtP5P8+ve00QWCB8X0TSxwGD4+VBNCVwqJUNjHYy7AEV4zQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+kegKC8Mb2K+UG/aYfxYaes5DHgfmx9ZjnpJ4Lg/FugIhAP5gJ5ZO9KYbE8cmBqO3B/iMxoTws+WqvVtzV6DpODHk"}]},"_npmVersion":"1.1.70","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.7":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.7","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.7","dist":{"shasum":"9daea9431e949eb03a9c92e75784887aca664c2b","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.7.tgz","integrity":"sha512-ygTs8kxHhutknlaHO1Phbh3DRRi9ypKXsomLLNB0e0yKoWk+7jaxO+izrkhiNfPBR4EJM71MhYHbF5g2weIJoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBp+aVE6kIn+8XCTPze9i6Z2SMLZ/OxyfYjQ4o0CBG0sAiEAgQErd+3dYtfn0J+ZeCSx6lxNcPJKioGuXuy67Vm8eUQ="}]},"_npmVersion":"1.1.68","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.8":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.8","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.4.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.8","dist":{"shasum":"80c319570cf23b649c68c9fec52b1a0b6e18cc74","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.8.tgz","integrity":"sha512-13ZpgLXqACp9UXS1kQsDRV7DORxBVlr7a+XMeMr5nUghQMjAA+fk0lSGfRE8ybXqatgqiWe0YbKy3EhU23nXoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHKVCU6pQKcu1OczHIx3y3rxj7JcMnMviU05pZPnnQfAiBLJFFRPmTvmSdWLV0yDJOLBPWw91tf8qY4YG5QFkrElQ=="}]},"_npmVersion":"1.1.68","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.9":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.9","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.9","dist":{"shasum":"000e7d3118aef926a95f20d777e6f91ffdaf3b8e","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.9.tgz","integrity":"sha512-c7s5q+DKef1sIh9AIOCSe2OhOfpuhP05zeoKV8KclE1pFYpKHnd7x4Mrg94M5J9R4S4d1rhcS3U5lukHaBr6RA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjn4nRiGUm4ZHv4pcaibUuVb3zB6I38AsjSWkd8Q5nBgIhALdVCscg/RfOmc+b5Q6kO0za6k23cJY/tli1inShh046"}]},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.10":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.10","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.10","dist":{"shasum":"25a61f7b81d280120d6095bc44d5338da2ae188a","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.10.tgz","integrity":"sha512-2qJ98pXfE937MEulF4B9O5h8B/WVhAN4e5tfn20w1i6N2FimhZlqSyvpvY6B6sHxHivqceXQ4y82y+YCOC9vRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBGMkpBaSono3BSUvAcsifgvonmDOq1ZL/3aEJf8ww3GAiEAlP4LLMHOvsRmBB7gY/GPMPXVkI0VxBBuZ7uGDfObenk="}]},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.11":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.11","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.11","dist":{"shasum":"3b36d5e1c158ef3373651f31b0228d8770b0eb43","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.11.tgz","integrity":"sha512-HJk21+Gm5Y7WCfgQ5cLrI4R46x7FK9AutZzsu6n7HYOjCNrLXlyHNc9X7lO3UGKBW+CRST1ZTZBTT3QfNdjNXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsjJcARcSQzxq11s0+/VGqXgZPiEzzpIDuxfLAdugvSgIgJEdSoQsImlNC4nrFBZvST8KPhNm8TH9Qz3n9pOSECQg="}]},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.12":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.12","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.12","dist":{"shasum":"6718987a0f7e9a5c0414b4e6c4871ea16761ca10","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.12.tgz","integrity":"sha512-1/9ilBb2KY8tSxKDRcuYCVLm0XFHZiQS/0v+hbOLIrR5AEIJn8NCJIGk/s4gEPYd6ewQUEsPoVl1J8ZErDYUxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICotMCoVUWkJa+5vbemKLFEAbi7Zhh1CJyg/I7gcf3hdAiByN+4H1e8mPJ18sLd+D5yZLeZSpUAltPb9F11zwOTUtQ=="}]},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.13":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.13","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"git://github.com/steveukx/xhrequest"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/steveukx/xhrequest/issues"},"_id":"xhrequest@1.0.13","dist":{"shasum":"b45237f5a9c3650a97e63b0ea240a2284ac91013","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.13.tgz","integrity":"sha512-fFq+keyLAXkJdjabXJ1RkSQudz6l2RNp+w8XHMzMrKOiY8mln7Dku3ogqcIjEY9u3VRLdOQFgI0xHIGFMKRubQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAm0H5A0f4K4LbsPrJnLF2FxcLhh1Hn5WdSjBygOCxxVAiEAvV0ER+RuZ6kuwpRkhu5pHG74ogHUCp2CQ8mTGKPlSxU="}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.15":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.15","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","src":"git://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.15","dist":{"shasum":"024b83f1f2ffa3bba93eee8a52100d010e215c88","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.15.tgz","integrity":"sha512-IgLJLihSfyA/+FYqcScZqKBxnHATdjmeYwndJYW3NFQS2FEeSr+ycnhcAjSnexq2VsuWq7GFvCbNgbfpvU4DMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzSUF3r9Ap5iBclRL+O7VRv0aujhH8l4mB3aCSUnb7ZQIgTrLBQIYc9XpAs2qkOtuMVTHl9LLkcxv9uUP+qE7wWz0="}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.16":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.16","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","src":"https://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.16","dist":{"shasum":"c481a7d7ac66bf3b1ac39daa2223bfce31fe6ad3","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.16.tgz","integrity":"sha512-RO3l9PGiYsUse89atf38rD/nff1tUp7gV32RwQJIoGefpayuubEMUPmABoMZnm9pN7I9Ac5Or6MMHJCyeyZD+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpp+Kn7o+U1O/g+pAkmygXLveM0yGn7DJ0QajtOZvXngIgfAYos/D4nO6LplYFE7BJ0MrR4CLFdndAIpPTEcQ0uGU="}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.17":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.17","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","src":"http://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.17","dist":{"shasum":"233d248238c423d520fbbf80ed909a2495ca7e6e","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.17.tgz","integrity":"sha512-GVmGpWG2AnbU89RrpD6YdabPT716JcgvfMCxNshRuFHvhCzCYzOg18mArHMOmSJnNivdSCqapV7XONBCcDExqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGD0LOaR2BrmBVKKK2t4n2V8LfRkJl5JZ/B60cvLJf/pAiEAug8dS0HUoS9M8jKAl3Lu+NyZS3OqrtRT/aLELlS/1hs="}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.20":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.20","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","src":"http://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.20","dist":{"shasum":"92b431d76d6622a3036ca4341fe56728b7600c7c","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.20.tgz","integrity":"sha512-MNraYDW72wALcavgTAr3kabdZaUxapmkciJ4ENpKoqEI6jzHtXASUZn+JE1f11CA2EPivUAmK4puLa85xPkVpA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfJvwAX5SUbwT3O0vdeqBvSzPVAbB4DBTwLc8tBC8l+wIhAPSpU9uMxGhl4aq5XdVS2Dpwx7BUO07BqjMnY6Xilm3N"}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.21":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.21","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","src":"http://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.21","dist":{"shasum":"0c4d414ba1112f5264f31dc67d663bf133f7eab3","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.21.tgz","integrity":"sha512-+51FFomhKNaXPHFRhF+L6HCUNnTw0zjNr6sRqkyrqhugSVnZ5wfq73uQrHjgql1gGw1pEihHPEg21cTsK5G8dQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2TfkvYpwFgq1skvzh/aZ6jhnWn6lwgesdA4hlZS3iWwIgBfGNI9oqGxHrtUUbDa8ZIfm7i60UV7GbxKrmD5iccQk="}]},"_from":".","_npmVersion":"1.2.20","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]},"1.0.22":{"name":"xhrequest","description":"Node implementation of XMLHttpRequest","version":"1.0.22","author":{"name":"Steve King","email":"steve@mydev.co"},"contributors":[{"name":"Steve King","email":"steve@mydev.co"}],"dependencies":{},"devDependencies":{},"keywords":["web","xhr","ajax"],"repository":{"type":"git","url":"http://github.com/steveukx/xhrequest.git"},"main":"index","bin":{},"scripts":{},"config":{},"engines":{"node":">= 0.8.1"},"readme":"\nXHREQUEST\n=========\n\nA jQuery-like mechanism for making remote requests over http and https.\n\nInstallation\n============\n\n    npm install xhrequest\n\nUsage\n=====\n\nGet a reference to the module:\n\n    var XHR = require('xhrequest');\n\nThen send the request with either of the two syntaxes jQuery accepts:\n\n    // URL as a string and a configuration object\n    XHR(url, configurationOptions);\n\n    // or a single configuration object that includes the URL\n    XHR(configurationOptionsWithUrl);\n\nThat's it, additional configuration and all callback functions are included in the configuration object:\n\nConfig.success\n--------------\n`function(responseData, response, status)` called for any request with status code 200\n\nConfig.error\n------------\n`function(responseData, response, status)` called for any request that has a status code other than 200 (including all 2** responses).\n\nConfig.complete\n---------------\n`function()` called after either the success or error handlers have been called, takes no arguments.\n\nConfig.method\n-------------\nThe HTTP verb for the request - for example GET, POST, PUT, DELETE or HEAD.\n\nConfig.data\n-----------\nAny data to send with the request. By default the data is assumed to be a form post so the content-type header will be set to `application/www-urlencoded`, to override this supply the correct header (see below).\n\nConfig.headers\n--------------\nAn object of headers to send with the request.\n\nConfig.cookies\n--------------\nAn object of cookie names / values to send with the request.\n\n\n","readmeFilename":"README.md","_id":"xhrequest@1.0.22","dist":{"shasum":"0752e674db16f70b8bbe6de9b3f319ced6ba2be6","tarball":"https://registry.npmjs.org/xhrequest/-/xhrequest-1.0.22.tgz","integrity":"sha512-jTk+pCX60k0OYRXPNy0csvX2n6fo612AobBQvtHG4ROhkzXGSXeSlz1Ukva8mTxSbvP5Urol52ICXJcRCyCLiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDH1Cswi5T1tut4ZP3g03jnmG6itueKo+rJy3BOZK7zKgIgZaAdpAvdWJqPCLJguBeFyqIJJa6ydPmIR0+mGHVGobc="}]},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"steveukx","email":"steve@mydev.co"},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}]}},"maintainers":[{"name":"steveukx","email":"steve@mydev.co"}],"time":{"modified":"2022-06-29T05:12:05.506Z","created":"2011-11-11T09:46:50.384Z","1.0.0":"2011-11-11T09:54:52.645Z","1.0.1":"2011-11-17T18:31:15.982Z","1.0.2":"2011-12-30T10:05:52.267Z","1.0.3":"2012-09-22T07:38:18.877Z","1.0.5":"2012-10-21T15:01:23.644Z","1.0.6":"2013-01-27T10:11:10.500Z","1.0.7":"2013-02-09T17:22:58.497Z","1.0.8":"2013-02-10T11:07:50.120Z","1.0.9":"2013-02-20T19:22:11.421Z","1.0.10":"2013-02-23T08:33:15.758Z","1.0.11":"2013-04-22T13:23:03.894Z","1.0.12":"2013-05-04T10:53:47.658Z","1.0.13":"2013-05-11T15:26:35.876Z","1.0.15":"2013-05-12T07:59:01.753Z","1.0.16":"2013-05-12T08:56:59.643Z","1.0.17":"2013-05-12T09:26:30.003Z","1.0.20":"2013-05-12T10:32:05.756Z","1.0.21":"2013-05-18T05:54:45.779Z","1.0.22":"2013-05-19T10:28:26.731Z"},"author":{"name":"Steve King","email":"steve@mydev.co"},"repository":{"type":"git","url":"http://github.com/steveukx/xhrequest.git"}}