123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- {
- "raw": "popsicle-status@^2.0.0",
- "scope": null,
- "escapedName": "popsicle-status",
- "name": "popsicle-status",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "popsicle-status@>=2.0.0 <3.0.0",
- "_id": "popsicle-status@2.0.0",
- "_inCache": true,
- "_location": "/popsicle-status",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/popsicle-status-2.0.0.tgz_1462668564304_0.541052101412788"
- },
- "_npmUser": {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- },
- "_npmVersion": "3.8.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "popsicle-status@^2.0.0",
- "scope": null,
- "escapedName": "popsicle-status",
- "name": "popsicle-status",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-2.0.0.tgz",
- "_shasum": "54e12722376efba0a353abdf53cbf1ce0e852efa",
- "_shrinkwrap": null,
- "_spec": "popsicle-status@^2.0.0",
- "_where": "/home/robert/workspace/xmlrpc/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"
- },
- "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": "^8.0.0",
- "popsicle": "^6.0.0",
- "standard": "^7.0.1"
- },
- "directories": {},
- "dist": {
- "shasum": "54e12722376efba0a353abdf53cbf1ce0e852efa",
- "tarball": "https://registry.npmjs.org/popsicle-status/-/popsicle-status-2.0.0.tgz"
- },
- "files": [
- "popsicle-status.js",
- "popsicle-status.d.ts",
- "LICENSE"
- ],
- "gitHead": "cfd24007a392c4b6ae1798261409d986669b99fc",
- "homepage": "https://github.com/blakeembrey/popsicle-status",
- "keywords": [
- "popsicle",
- "plugin",
- "status",
- "http",
- "response"
- ],
- "license": "MIT",
- "main": "popsicle-status.js",
- "maintainers": [
- {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- }
- ],
- "name": "popsicle-status",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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.0"
- }
|