UNPKG

@nathanfaucett/request

Version:

http requests for the browser and node.js

47 lines (46 loc) 1.37 kB
{ "name": "@nathanfaucett/request", "version": "0.0.11", "description": "http requests for the browser and node.js", "repository": { "type": "git", "url": "https://gitlab.com/nathanfaucett/js-request" }, "main": "src/index.js", "browser": "src/browser.js", "scripts": { "test": "npm run test-node", "test-node": "node ./tests | ./node_modules/.bin/tap-spec", "test-node-raw": "node ./tests", "test-browser-local": "zuul --local 9999 --ui tape -- ./tests" }, "keywords": [ "request", "request.js" ], "author": "Nathan Faucett", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "tap-spec": "4.1", "tape": "4.9", "zuul": "3.11" }, "dependencies": { "@nathanfaucett/array-for_each": "0.0", "@nathanfaucett/array-map": "0.0", "@nathanfaucett/capitalize_string": "0.0", "@nathanfaucett/event_emitter": "0.0", "@nathanfaucett/extend": "0.0", "@nathanfaucett/is_function": "0.0", "@nathanfaucett/is_null": "0.0", "@nathanfaucett/is_string": "0.0", "@nathanfaucett/methods": "0.0", "@nathanfaucett/object-filter": "0.0", "@nathanfaucett/object-for_each": "0.0", "@nathanfaucett/once": "0.0.1", "@nathanfaucett/promise_polyfill": "0.0", "@nathanfaucett/trim": "0.0", "@nathanfaucett/xmlhttprequest_polyfill": "0.0" } }