[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "debug@^4.1.0",
|
---|
| 3 | "_id": "debug@4.4.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
---|
| 6 | "_location": "/debug",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "debug@^4.1.0",
|
---|
| 12 | "name": "debug",
|
---|
| 13 | "escapedName": "debug",
|
---|
| 14 | "rawSpec": "^4.1.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^4.1.0"
|
---|
[d565449] | 17 | },
|
---|
[79a0317] | 18 | "_requiredBy": [
|
---|
| 19 | "/@babel/core",
|
---|
| 20 | "/@babel/traverse"
|
---|
[d565449] | 21 | ],
|
---|
[79a0317] | 22 | "_resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
---|
| 23 | "_shasum": "2b3f2aea2ffeb776477460267377dc8710faba8a",
|
---|
| 24 | "_spec": "debug@^4.1.0",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Josh Junon",
|
---|
| 28 | "url": "https://github.com/qix-"
|
---|
| 29 | },
|
---|
| 30 | "browser": "./src/browser.js",
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/debug-js/debug/issues"
|
---|
| 33 | },
|
---|
| 34 | "bundleDependencies": false,
|
---|
[d565449] | 35 | "contributors": [
|
---|
[79a0317] | 36 | {
|
---|
| 37 | "name": "TJ Holowaychuk",
|
---|
| 38 | "email": "tj@vision-media.ca"
|
---|
| 39 | },
|
---|
| 40 | {
|
---|
| 41 | "name": "Nathan Rajlich",
|
---|
| 42 | "email": "nathan@tootallnate.net",
|
---|
| 43 | "url": "http://n8.io"
|
---|
| 44 | },
|
---|
| 45 | {
|
---|
| 46 | "name": "Andrew Rhyne",
|
---|
| 47 | "email": "rhyneandrew@gmail.com"
|
---|
| 48 | }
|
---|
[d565449] | 49 | ],
|
---|
| 50 | "dependencies": {
|
---|
[0c6b92a] | 51 | "ms": "^2.1.3"
|
---|
[d565449] | 52 | },
|
---|
[79a0317] | 53 | "deprecated": false,
|
---|
| 54 | "description": "Lightweight debugging utility for Node.js and the browser",
|
---|
[d565449] | 55 | "devDependencies": {
|
---|
| 56 | "brfs": "^2.0.1",
|
---|
| 57 | "browserify": "^16.2.3",
|
---|
| 58 | "coveralls": "^3.0.2",
|
---|
| 59 | "istanbul": "^0.4.5",
|
---|
| 60 | "karma": "^3.1.4",
|
---|
| 61 | "karma-browserify": "^6.0.0",
|
---|
| 62 | "karma-chrome-launcher": "^2.2.0",
|
---|
| 63 | "karma-mocha": "^1.3.0",
|
---|
| 64 | "mocha": "^5.2.0",
|
---|
| 65 | "mocha-lcov-reporter": "^1.2.0",
|
---|
| 66 | "sinon": "^14.0.0",
|
---|
| 67 | "xo": "^0.23.0"
|
---|
| 68 | },
|
---|
[79a0317] | 69 | "engines": {
|
---|
| 70 | "node": ">=6.0"
|
---|
| 71 | },
|
---|
| 72 | "files": [
|
---|
| 73 | "src",
|
---|
| 74 | "LICENSE",
|
---|
| 75 | "README.md"
|
---|
| 76 | ],
|
---|
| 77 | "homepage": "https://github.com/debug-js/debug#readme",
|
---|
| 78 | "keywords": [
|
---|
| 79 | "debug",
|
---|
| 80 | "log",
|
---|
| 81 | "debugger"
|
---|
| 82 | ],
|
---|
| 83 | "license": "MIT",
|
---|
| 84 | "main": "./src/index.js",
|
---|
| 85 | "name": "debug",
|
---|
[d565449] | 86 | "peerDependenciesMeta": {
|
---|
| 87 | "supports-color": {
|
---|
| 88 | "optional": true
|
---|
| 89 | }
|
---|
| 90 | },
|
---|
[79a0317] | 91 | "repository": {
|
---|
| 92 | "type": "git",
|
---|
| 93 | "url": "git://github.com/debug-js/debug.git"
|
---|
| 94 | },
|
---|
| 95 | "scripts": {
|
---|
| 96 | "lint": "xo",
|
---|
| 97 | "test": "npm run test:node && npm run test:browser && npm run lint",
|
---|
| 98 | "test:browser": "karma start --single-run",
|
---|
| 99 | "test:coverage": "cat ./coverage/lcov.info | coveralls",
|
---|
| 100 | "test:node": "istanbul cover _mocha -- test.js test.node.js"
|
---|
| 101 | },
|
---|
| 102 | "version": "4.4.0",
|
---|
| 103 | "xo": {
|
---|
| 104 | "rules": {
|
---|
| 105 | "import/extensions": "off"
|
---|
| 106 | }
|
---|
[d565449] | 107 | }
|
---|
| 108 | }
|
---|