74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"_from": "popsicle-status@^2.0.0",
|
|
"_id": "popsicle-status@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-jdcMT+fGlBCa3XhP/oDqysHnso0=",
|
|
"_location": "/popsicle-status",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "popsicle-status@^2.0.0",
|
|
"name": "popsicle-status",
|
|
"escapedName": "popsicle-status",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-2.0.1.tgz",
|
|
"_shasum": "8dd70c4fe7c694109add784ffe80eacac1e7b28d",
|
|
"_spec": "popsicle-status@^2.0.0",
|
|
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core",
|
|
"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.4.1",
|
|
"mocha": "^3.3.0",
|
|
"nock": "^9.0.13",
|
|
"popsicle": "^9.1.0",
|
|
"standard": "^10.0.2"
|
|
},
|
|
"files": [
|
|
"popsicle-status.js",
|
|
"popsicle-status.d.ts",
|
|
"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"
|
|
},
|
|
"typings": "popsicle-status.d.ts",
|
|
"version": "2.0.1"
|
|
}
|