{"_id":"isomorphic-request","_rev":"4-accc982a582e5e07f59e325c3ba9523f","name":"isomorphic-request","description":"A tiny HTTP client capable of working in Node or the browser.","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"isomorphic-request","version":"1.0.0","description":"A tiny HTTP client capable of working in Node or the browser.","main":"build/index.js","scripts":{"prebuild":"rm -rf build && mkdir build","build":"grunt make","test":"grunt intern:client"},"author":{"name":"Luz M. Costa","email":"luz.costa@adops.com","url":"http://adops.com"},"license":"ISC","dependencies":{"jquery":"2.1.4","requirejs":"2.1.20"},"devDependencies":{"babel":"5.8.23","chai":"3.3.0","chance":"0.7.7","grunt":"0.4.5","grunt-bump":"0.6.0","grunt-connect":"0.2.0","grunt-contrib-jshint":"0.11.3","grunt-shell":"1.1.2","intern":"3.0.5","load-grunt-tasks":"3.3.0","mocha":"2.3.3","time-grunt":"1.2.1"},"gitHead":"37a58b80347f06075f6a698fc3ff4ef9ad9c5fad","_id":"isomorphic-request@1.0.0","_shasum":"d89701f69d69d40fb2b5e84f35c89dffdfe10be0","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"luzmcosta","email":"luzmcosta@gmail.com"},"dist":{"shasum":"d89701f69d69d40fb2b5e84f35c89dffdfe10be0","tarball":"https://registry.npmjs.org/isomorphic-request/-/isomorphic-request-1.0.0.tgz","integrity":"sha512-uSrjPaGuO3aUyOFfMonETS8Ne9ON9lIW4uzqE6e3+pKdIH63km9ovuX6NOj+wwd83G/PdS7PuWmENbYsJxq2Rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkkRFKZqakELSDJvlNQpYCXHgZk8zI68RMRtefCmM+RAIgcDNZhKp8FfUx/TNEPNRhF6VlUmbVwU6My4Fcl15hO6I="}]},"maintainers":[{"name":"luzmcosta","email":"luzmcosta@gmail.com"}]}},"readme":"# Request\n\nA tiny HTTP/S client smart enough to work in Node or in the browser.\n\nTo see request work in the browser, load index.html. RequireJS is configured by `src/browser.js`, which loads `src/index.js`, the main file. The `request` variable is then a global variable you can play with in the browser console, like so: `request.request({ /* AJAX parameters */ })`\n\nTo see request execute on the command line, execute `node src/node.js`.  This will log to the command line the output from several examples.\n\n## :satellite: API\n\n**error**  \n**loop**  \n**request**  \n**getJSON**  \n**getResponse**  \n\n## :wrench: Contributing\n\n### Testing\n\n`grunt intern:client` is equivalent to `intern-client config=tests/intern`\n\n`grunt intern:runner` is equivalent to `intern-runner config=tests/intern`\n\nTo run the tests on a Selenium server like SauceLabs, set your credentials in a config.json file at the root of the application. See the Intern Grunt tasks to learn more.\n\n### Style Guide\n\nFollow the [jQuery Style Guide](https://contribute.jquery.org/style-guide/js/).\n\n###  Dependencies\nDevelopers hosting or contributing to this project require the tools that extend, test, and maintain it:\n\n* [Python](https://www.python.org/): Python v2.7+ is a prerequisite of Node.\n* [Node and npm](http://nodejs.org/): Node provides an environment on which to execute JavaScript processes, while npm manages packages.\n\n### Authors\n**Luz M. Costa** <luz.costa@adops.com>\n","maintainers":[{"name":"luzmcosta","email":"luzmcosta@gmail.com"}],"time":{"modified":"2022-06-19T03:04:20.345Z","created":"2015-10-13T04:49:39.616Z","1.0.0":"2015-10-13T04:49:39.616Z"},"author":{"name":"Luz M. Costa","email":"luz.costa@adops.com","url":"http://adops.com"},"license":"ISC","readmeFilename":"README.md","users":{"bhsiung":true}}