{ "_from": "popsicle@^9.0.0", "_id": "popsicle@9.2.0", "_inBundle": false, "_integrity": "sha512-petRj39w05GvH1WKuGFmzxR9+k+R9E7zX5XWTFee7P/qf88hMuLT7aAO/RsmldpQMtJsWQISkTQlfMRECKlxhw==", "_location": "/popsicle", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "popsicle@^9.0.0", "name": "popsicle", "escapedName": "popsicle", "rawSpec": "^9.0.0", "saveSpec": null, "fetchSpec": "^9.0.0" }, "_requiredBy": [ "/typings-core" ], "_resolved": "https://registry.npmjs.org/popsicle/-/popsicle-9.2.0.tgz", "_shasum": "adc9fc808644739b360ff063426545cdfe58e0b4", "_spec": "popsicle@^9.0.0", "_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "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", "./dist/plugins/is-host/index.js": "./dist/plugins/is-host/browser.js" }, "bugs": { "url": "https://github.com/blakeembrey/popsicle/issues" }, "bundleDependencies": false, "dependencies": { "concat-stream": "^1.4.7", "form-data": "^2.0.0", "make-error-cause": "^1.2.1", "tough-cookie": "^2.0.0" }, "deprecated": false, "description": "Simple HTTP requests for node and the browser", "devDependencies": { "@types/node": "^8.0.0", "blue-tape": "^1.0.0", "bluebird": "^3.0.5", "body-parser": "^1.9.2", "browserify": "^14.3.0", "envify": "^4.0.0", "express": "^4.10.2", "istanbul": "^0.4.0", "methods": "^1.1.2", "tap-spec": "^4.1.1", "tape-run": "3.0.0", "tslint": "^5.2.0", "tslint-config-standard": "^7.0.0", "typescript": "^2.4.1", "typings": "^2.0.0" }, "files": [ "dist/", "typings.json", "LICENSE", "logo.svg" ], "homepage": "https://github.com/blakeembrey/popsicle", "keywords": [ "request", "ajax", "http", "node", "browser", "promise", "agent" ], "license": "MIT", "main": "dist/common.js", "name": "popsicle", "repository": { "type": "git", "url": "git://github.com/blakeembrey/popsicle.git" }, "scripts": { "build": "rm -rf dist/ && tsc && npm run check-size", "check-size": "browserify . -s popsicle --external bluebird > popsicle.js && du -h popsicle.js", "lint": "tslint \"src/**/*.ts\" --project tsconfig.json --type-check", "prepublish": "typings install && npm run build", "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", "test-browser": "HTTPS_PORT=7358 PORT=7357 browserify -d -t envify dist/test/index.js | tape-run --render tap-spec", "test-cov": "HTTPS_PORT=7358 PORT=7357 istanbul cover --print none dist/test/index.js | tap-spec", "test-server-close": "if [ -f server.pid ]; then kill -9 $(cat server.pid); rm server.pid; fi; if [ -f https-server.pid ]; then kill -9 $(cat https-server.pid); rm https-server.pid; fi", "test-server-open": "PORT=7357 node scripts/server.js & echo $! > server.pid; HTTPS_PORT=7358 node scripts/https-server.js & echo $! > https-server.pid", "test-spec": "npm run test-server-open && HTTPS_PORT=7358 PORT=7357 node dist/test/index.js; EXIT=$?; npm run test-server-close; exit $EXIT" }, "version": "9.2.0" }