73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"_from": "popsicle-status@^0.2.0",
|
|
"_id": "popsicle-status@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-jECzhIVhtRxp+oSNBu/CLZUgp98=",
|
|
"_location": "/popsicle-status",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "popsicle-status@^0.2.0",
|
|
"name": "popsicle-status",
|
|
"escapedName": "popsicle-status",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mailgun.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-0.2.2.tgz",
|
|
"_shasum": "8c40b3848561b51c69fa848d06efc22d9520a7df",
|
|
"_spec": "popsicle-status@^0.2.0",
|
|
"_where": "/root/crfi-pool-b/node_modules/mailgun.js",
|
|
"author": {
|
|
"name": "Blake Embrey",
|
|
"email": "hello@blakeembrey.com",
|
|
"url": "http://blakeembrey.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/blakeembrey/popsicle-status/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Reject Popsicle responses on HTTP failure status codes",
|
|
"devDependencies": {
|
|
"bluebird": "^3.0.5",
|
|
"chai": "^3.3.0",
|
|
"istanbul": "^0.3.5",
|
|
"mocha": "^2.0.1",
|
|
"nock": "^2.13.0",
|
|
"popsicle": "^1.2.1",
|
|
"pre-commit": "^1.0.6",
|
|
"standard": "^5.3.1"
|
|
},
|
|
"files": [
|
|
"popsicle-status.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/blakeembrey/popsicle-status",
|
|
"keywords": [
|
|
"popsicle",
|
|
"plugin",
|
|
"status",
|
|
"http",
|
|
"response"
|
|
],
|
|
"license": "MIT",
|
|
"main": "popsicle-status.js",
|
|
"name": "popsicle-status",
|
|
"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"
|
|
},
|
|
"version": "0.2.2"
|
|
}
|