github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/npm/node_modules/debug/package.json (about) 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": "range", 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 "/follow-redirects" 20 ], 21 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", 22 "_shasum": "5bb5a0672628b64149566ba16819e61518c67261", 23 "_spec": "debug@^3.1.0", 24 "_where": "/Users/diman/work/IdeaProjects/dima-cli/npm-package/node_modules/follow-redirects", 25 "author": { 26 "name": "TJ Holowaychuk", 27 "email": "tj@vision-media.ca" 28 }, 29 "browser": "./src/browser.js", 30 "bugs": { 31 "url": "https://github.com/visionmedia/debug/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Nathan Rajlich", 37 "email": "nathan@tootallnate.net", 38 "url": "http://n8.io" 39 }, 40 { 41 "name": "Andrew Rhyne", 42 "email": "rhyneandrew@gmail.com" 43 } 44 ], 45 "dependencies": { 46 "ms": "2.0.0" 47 }, 48 "deprecated": false, 49 "description": "small debugging utility", 50 "devDependencies": { 51 "browserify": "14.4.0", 52 "chai": "^3.5.0", 53 "concurrently": "^3.1.0", 54 "coveralls": "^2.11.15", 55 "eslint": "^3.12.1", 56 "istanbul": "^0.4.5", 57 "karma": "^1.3.0", 58 "karma-chai": "^0.1.0", 59 "karma-mocha": "^1.3.0", 60 "karma-phantomjs-launcher": "^1.0.2", 61 "karma-sinon": "^1.0.5", 62 "mocha": "^3.2.0", 63 "mocha-lcov-reporter": "^1.2.0", 64 "rimraf": "^2.5.4", 65 "sinon": "^1.17.6", 66 "sinon-chai": "^2.8.0" 67 }, 68 "homepage": "https://github.com/visionmedia/debug#readme", 69 "keywords": [ 70 "debug", 71 "log", 72 "debugger" 73 ], 74 "license": "MIT", 75 "main": "./src/index.js", 76 "name": "debug", 77 "repository": { 78 "type": "git", 79 "url": "git://github.com/visionmedia/debug.git" 80 }, 81 "version": "3.1.0" 82 }