{ "_args": [ [ { "raw": "jsonp@~0.0.4", "scope": null, "escapedName": "jsonp", "name": "jsonp", "rawSpec": "~0.0.4", "spec": ">=0.0.4 <0.1.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/auth0-js" ] ], "_from": "jsonp@>=0.0.4 <0.1.0", "_id": "jsonp@0.0.4", "_inCache": true, "_location": "/jsonp", "_npmUser": { "name": "rauchg", "email": "rauchg@gmail.com" }, "_npmVersion": "1.4.7", "_phantomChildren": {}, "_requested": { "raw": "jsonp@~0.0.4", "scope": null, "escapedName": "jsonp", "name": "jsonp", "rawSpec": "~0.0.4", "spec": ">=0.0.4 <0.1.0", "type": "range" }, "_requiredBy": [ "/auth0-js" ], "_resolved": "https://registry.npmjs.org/jsonp/-/jsonp-0.0.4.tgz", "_shasum": "94665a4b771aabecb8aac84135b99594756918bd", "_shrinkwrap": null, "_spec": "jsonp@~0.0.4", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/auth0-js", "bugs": { "url": "https://github.com/LearnBoost/jsonp/issues" }, "component": { "scripts": { "jsonp": "jsonp.js" } }, "dependencies": { "debug": "*" }, "description": "A sane JSONP implementation.", "devDependencies": {}, "directories": {}, "dist": { "shasum": "94665a4b771aabecb8aac84135b99594756918bd", "tarball": "https://registry.npmjs.org/jsonp/-/jsonp-0.0.4.tgz" }, "homepage": "https://github.com/LearnBoost/jsonp#readme", "maintainers": [ { "name": "rauchg", "email": "rauchg@gmail.com" } ], "name": "jsonp", "optionalDependencies": {}, "readme": "\n# jsonp\n\nA simple JSONP implementation.\n\n## Installation\n\nInstall for node.js or browserify using `npm`:\n\n``` bash\n$ npm install jsonp\n```\n\nInstall for component(1) using `component`:\n\n``` bash\n$ component install LearnBoost/jsonp\n```\n\n## API\n\n### jsonp(url, opts, fn)\n\n- `url` (`String`) url to fetch\n- `opts` (`Object`), optional\n - `param` (`String`) name of the query string parameter to specify\n the callback (defaults to `callback`)\n - `timeout` (`Number`) how long after a timeout error is emitted. `0` to\n disable (defaults to `60000`)\n- `fn` callback\n\nThe callback is called with `err, data` parameters. \n\nIf it times out, the `err` will be an `Error` object whose `message` is\n`Timeout`.\n\n## License\n\nMIT\n", "readmeFilename": "Readme.md", "repository": { "type": "git", "url": "git+https://github.com/LearnBoost/jsonp.git" }, "version": "0.0.4" }