{ "_args": [ [ { "raw": "popsicle@^9.0.0", "scope": null, "escapedName": "popsicle", "name": "popsicle", "rawSpec": "^9.0.0", "spec": ">=9.0.0 <10.0.0", "type": "range" }, "/home/robert/workspace/xmlrpc/node_modules/typings-core" ] ], "_from": "popsicle@>=9.0.0 <10.0.0", "_id": "popsicle@9.0.0", "_inCache": true, "_location": "/popsicle", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/popsicle-9.0.0.tgz_1481261780007_0.03230895730666816" }, "_npmUser": { "name": "blakeembrey", "email": "hello@blakeembrey.com" }, "_npmVersion": "4.0.3", "_phantomChildren": {}, "_requested": { "raw": "popsicle@^9.0.0", "scope": null, "escapedName": "popsicle", "name": "popsicle", "rawSpec": "^9.0.0", "spec": ">=9.0.0 <10.0.0", "type": "range" }, "_requiredBy": [ "/typings-core" ], "_resolved": "https://registry.npmjs.org/popsicle/-/popsicle-9.0.0.tgz", "_shasum": "c0cae31ce903076eafad703a4dcd760c31120e6d", "_shrinkwrap": null, "_spec": "popsicle@^9.0.0", "_where": "/home/robert/workspace/xmlrpc/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" }, "dependencies": { "concat-stream": "^1.4.7", "form-data": "^2.0.0", "make-error-cause": "^1.2.1", "tough-cookie": "^2.0.0" }, "description": "Simple HTTP requests for node and the browser", "devDependencies": { "blue-tape": "^1.0.0", "bluebird": "^3.0.5", "body-parser": "^1.9.2", "browserify": "^13.0.0", "envify": "^4.0.0", "express": "^4.10.2", "istanbul": "^0.4.0", "methods": "^1.1.2", "tap-spec": "^4.1.1", "tape-run": "2.1.0", "tslint": "^4.0.2", "tslint-config-standard": "^2.0.0", "typescript": "^2.1.4", "typings": "^2.0.0" }, "directories": {}, "dist": { "shasum": "c0cae31ce903076eafad703a4dcd760c31120e6d", "tarball": "https://registry.npmjs.org/popsicle/-/popsicle-9.0.0.tgz" }, "files": [ "dist/", "typings.json", "LICENSE", "logo.svg" ], "gitHead": "541a614c26b9e8d34a4f4a765b53fc7123d92412", "homepage": "https://github.com/blakeembrey/popsicle", "keywords": [ "request", "ajax", "http", "node", "browser", "promise", "agent" ], "license": "MIT", "main": "dist/common.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "popsicle", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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\"", "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.0.0" }