{"name":"popsicle","version":"2.0.2","description":"Simple HTTP requests for node and the browser","main":"dist/lib/index.js","files":["dist/lib/","typings.json","LICENSE","logo.svg"],"browser":{"buffer":false,"form-data":"./dist/lib/browser/form-data.js","tough-cookie":"./dist/lib/browser/tough-cookie.js","./dist/lib/index.js":"./dist/lib/browser.js","./dist/lib/plugins/index.js":"./dist/lib/plugins/browser.js"},"scripts":{"lint":"# TODO","build":"rm -rf dist/ && tsc","test-spec":"npm run test-server-open && PORT=7357 node dist/test/index.js | tap-spec; EXIT=$?; npm run test-server-close; exit $EXIT","test-cov":"PORT=7357 istanbul cover --print none dist/test/index.js | tap-spec","test-browser":"PORT=7357 browserify -d -t envify dist/test/index.js | tape-run --browser phantom --render tap-spec","test-server-open":"PORT=7357 node test/support/server.js & echo $! > test.pid","test-server-close":"if [ -f test.pid ]; then kill -9 $(cat test.pid); rm test.pid; fi","test":"npm run lint && npm run build && npm run test-server-open && npm run test-cov && npm run test-browser; EXIT=$?; npm run test-server-close; exit $EXIT","prepublish":"typings install && npm run build"},"repository":{"type":"git","url":"git://github.com/blakeembrey/popsicle.git"},"keywords":["request","ajax","http","node","browser","promise","agent"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/popsicle/issues"},"homepage":"https://github.com/blakeembrey/popsicle","devDependencies":{"blue-tape":"^0.1.10","bluebird":"^3.0.5","body-parser":"^1.9.2","browserify":"^12.0.1","envify":"^3.4.0","es6-promise":"^3.0.2","express":"^4.10.2","istanbul":"^0.4.0","phantomjs":"^1.9.18","pre-commit":"^1.0.10","tap-spec":"^4.1.1","tape-run":"^2.1.0","typescript":"^1.7.3","typings":"^0.3.1"},"dependencies":{"arrify":"^1.0.0","concat-stream":"^1.4.7","form-data":"^0.2.0","infinity-agent":"^2.0.3","make-error-cause":"^1.0.1","methods":"^1.1.1","native-or-bluebird":"^1.2.0","tough-cookie":"^2.0.0","xtend":"^4.0.0"},"gitHead":"93e6bb4a576f99e8259c706b227dcf470dd8dd45","_id":"popsicle@2.0.2","_shasum":"9245c2f8b4878c02257106705f69a8c859142275","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"9245c2f8b4878c02257106705f69a8c859142275","size":25918,"noattachment":false,"key":"/popsicle/-/popsicle-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/popsicle/download/popsicle-2.0.2.tgz"},"maintainers":[{"name":"blakeembrey","email":""}],"directories":{},"publish_time":1452294123516,"_cnpm_publish_time":1452294123516,"_hasShrinkwrap":false,"dist-tags":{"latest":"12.1.0","legacy":"10.0.1","next":"11.0.0-3"}}