{"name":"popsicle","version":"3.2.1","description":"Simple HTTP requests for node and the browser","main":"dist/common.js","files":["dist/","typings.json","LICENSE","logo.svg"],"browser":{"buffer":false,"form-data":"./dist/browser/form-data.js","tough-cookie":"./dist/browser/tough-cookie.js","./dist/index.js":"./dist/browser.js","./dist/plugins/index.js":"./dist/plugins/browser.js"},"scripts":{"lint":"# TODO","check-size":"browserify . -s popsicle --external bluebird > popsicle.js && du -h popsicle.js","build":"rm -rf dist/ && tsc && npm run check-size","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 --render tap-spec","test-server-open":"PORT=7357 node scripts/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.2.0","bluebird":"^3.0.5","body-parser":"^1.9.2","browserify":"^13.0.0","envify":"^3.4.0","express":"^4.10.2","istanbul":"^0.4.0","pre-commit":"^1.0.10","tap-spec":"^4.1.1","tape-run":"2.1.0","typescript":"^1.7.3","typings":"^0.6.7"},"dependencies":{"any-promise":"^1.0.0","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","tough-cookie":"^2.0.0","xtend":"^4.0.0"},"gitHead":"7537240bfec46b3dc648d6db076b274d20d4c331","_id":"popsicle@3.2.1","_shasum":"48da6b3414596d0660d1e94a83da7e94b5365173","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"48da6b3414596d0660d1e94a83da7e94b5365173","size":35990,"noattachment":false,"key":"/popsicle/-/popsicle-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/popsicle/download/popsicle-3.2.1.tgz"},"maintainers":[{"name":"blakeembrey","email":""}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/popsicle-3.2.1.tgz_1455072938092_0.7444199156016111"},"directories":{},"publish_time":1455072941405,"_cnpm_publish_time":1455072941405,"_hasShrinkwrap":false,"dist-tags":{"latest":"12.1.0","legacy":"10.0.1","next":"11.0.0-3"}}