{"name":"popsicle","version":"3.0.2","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.1.10","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.5.2"},"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":"e426987b10228e20a75bc60806c84237f5afd628","_id":"popsicle@3.0.2","_shasum":"a2fce5229090a18fce813dda4e0def0eb6478953","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"a2fce5229090a18fce813dda4e0def0eb6478953","size":35112,"noattachment":false,"key":"/popsicle/-/popsicle-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/popsicle/download/popsicle-3.0.2.tgz"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{},"publish_time":1453164036159,"_cnpm_publish_time":1453164036159,"_hasShrinkwrap":false,"dist-tags":{"latest":"12.1.0","legacy":"10.0.1","next":"11.0.0-3"}}