102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"popsicle-status@^1.0.1",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
|
|
]
|
|
],
|
|
"_from": "popsicle-status@>=1.0.1-0 <2.0.0-0",
|
|
"_id": "popsicle-status@1.0.2",
|
|
"_inCache": true,
|
|
"_location": "/popsicle-status",
|
|
"_nodeVersion": "5.7.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/popsicle-status-1.0.2.tgz_1459470515645_0.7759254511911422"
|
|
},
|
|
"_npmUser": {
|
|
"email": "hello@blakeembrey.com",
|
|
"name": "blakeembrey"
|
|
},
|
|
"_npmVersion": "3.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "popsicle-status",
|
|
"raw": "popsicle-status@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1-0 <2.0.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-1.0.2.tgz",
|
|
"_shasum": "a02416727580724412e09d1303f067cea3ca0e13",
|
|
"_shrinkwrap": null,
|
|
"_spec": "popsicle-status@^1.0.1",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
|
|
"author": {
|
|
"email": "hello@blakeembrey.com",
|
|
"name": "Blake Embrey",
|
|
"url": "http://blakeembrey.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/blakeembrey/popsicle-status/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Reject Popsicle responses on HTTP failure status codes",
|
|
"devDependencies": {
|
|
"bluebird": "^3.0.5",
|
|
"chai": "^3.3.0",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^2.0.1",
|
|
"nock": "^5.2.1",
|
|
"popsicle": "^3.0.0",
|
|
"pre-commit": "^1.0.6",
|
|
"standard": "^5.3.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a02416727580724412e09d1303f067cea3ca0e13",
|
|
"tarball": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-1.0.2.tgz"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"popsicle-status.d.ts",
|
|
"popsicle-status.js"
|
|
],
|
|
"gitHead": "bc90736c8865ebb8b27d5484818e82b2c038e803",
|
|
"homepage": "https://github.com/blakeembrey/popsicle-status",
|
|
"installable": true,
|
|
"keywords": [
|
|
"http",
|
|
"plugin",
|
|
"popsicle",
|
|
"response",
|
|
"status"
|
|
],
|
|
"license": "MIT",
|
|
"main": "popsicle-status.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "blakeembrey",
|
|
"email": "hello@blakeembrey.com"
|
|
}
|
|
],
|
|
"name": "popsicle-status",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/blakeembrey/popsicle-status.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run lint && npm run test-cov",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
|
|
"test-spec": "mocha -R spec --bail"
|
|
},
|
|
"typings": "popsicle-status.d.ts",
|
|
"version": "1.0.2"
|
|
}
|