1{ 2 "_from": "debug@3.1.0", 3 "_id": "debug@3.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", 6 "_location": "/debug", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "debug@3.1.0", 12 "name": "debug", 13 "escapedName": "debug", 14 "rawSpec": "3.1.0", 15 "saveSpec": null, 16 "fetchSpec": "3.1.0" 17 }, 18 "_requiredBy": [ 19 "/cloudant-follow", 20 "/eslint", 21 "/http-proxy-agent", 22 "/https-proxy-agent" 23 ], 24 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", 25 "_shasum": "5bb5a0672628b64149566ba16819e61518c67261", 26 "_spec": "debug@3.1.0", 27 "_where": "/Users/rebecca/code/npm/node_modules/http-proxy-agent", 28 "author": { 29 "name": "TJ Holowaychuk", 30 "email": "tj@vision-media.ca" 31 }, 32 "browser": "./src/browser.js", 33 "bugs": { 34 "url": "https://github.com/visionmedia/debug/issues" 35 }, 36 "bundleDependencies": false, 37 "contributors": [ 38 { 39 "name": "Nathan Rajlich", 40 "email": "nathan@tootallnate.net", 41 "url": "http://n8.io" 42 }, 43 { 44 "name": "Andrew Rhyne", 45 "email": "rhyneandrew@gmail.com" 46 } 47 ], 48 "dependencies": { 49 "ms": "2.0.0" 50 }, 51 "deprecated": false, 52 "description": "small debugging utility", 53 "devDependencies": { 54 "browserify": "14.4.0", 55 "chai": "^3.5.0", 56 "concurrently": "^3.1.0", 57 "coveralls": "^2.11.15", 58 "eslint": "^3.12.1", 59 "istanbul": "^0.4.5", 60 "karma": "^1.3.0", 61 "karma-chai": "^0.1.0", 62 "karma-mocha": "^1.3.0", 63 "karma-phantomjs-launcher": "^1.0.2", 64 "karma-sinon": "^1.0.5", 65 "mocha": "^3.2.0", 66 "mocha-lcov-reporter": "^1.2.0", 67 "rimraf": "^2.5.4", 68 "sinon": "^1.17.6", 69 "sinon-chai": "^2.8.0" 70 }, 71 "homepage": "https://github.com/visionmedia/debug#readme", 72 "keywords": [ 73 "debug", 74 "log", 75 "debugger" 76 ], 77 "license": "MIT", 78 "main": "./src/index.js", 79 "name": "debug", 80 "repository": { 81 "type": "git", 82 "url": "git://github.com/visionmedia/debug.git" 83 }, 84 "version": "3.1.0" 85} 86