1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "debug@4.3.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "debug@4.3.2",
|
---|
10 | "_id": "debug@4.3.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
|
---|
13 | "_location": "/debug",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "debug@4.3.2",
|
---|
19 | "name": "debug",
|
---|
20 | "escapedName": "debug",
|
---|
21 | "rawSpec": "4.3.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.3.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular/cli",
|
---|
27 | "/@babel/core",
|
---|
28 | "/@babel/helper-define-polyfill-provider",
|
---|
29 | "/@babel/traverse",
|
---|
30 | "/agent-base",
|
---|
31 | "/agentkeepalive",
|
---|
32 | "/engine.io",
|
---|
33 | "/http-proxy-agent",
|
---|
34 | "/https-proxy-agent",
|
---|
35 | "/istanbul-lib-source-maps",
|
---|
36 | "/log4js",
|
---|
37 | "/socket.io",
|
---|
38 | "/socket.io-parser",
|
---|
39 | "/socks-proxy-agent",
|
---|
40 | "/spdy",
|
---|
41 | "/spdy-transport",
|
---|
42 | "/streamroller",
|
---|
43 | "/webpack-dev-server"
|
---|
44 | ],
|
---|
45 | "_resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
|
---|
46 | "_spec": "4.3.2",
|
---|
47 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
48 | "author": {
|
---|
49 | "name": "TJ Holowaychuk",
|
---|
50 | "email": "tj@vision-media.ca"
|
---|
51 | },
|
---|
52 | "browser": "./src/browser.js",
|
---|
53 | "bugs": {
|
---|
54 | "url": "https://github.com/visionmedia/debug/issues"
|
---|
55 | },
|
---|
56 | "contributors": [
|
---|
57 | {
|
---|
58 | "name": "Nathan Rajlich",
|
---|
59 | "email": "nathan@tootallnate.net",
|
---|
60 | "url": "http://n8.io"
|
---|
61 | },
|
---|
62 | {
|
---|
63 | "name": "Andrew Rhyne",
|
---|
64 | "email": "rhyneandrew@gmail.com"
|
---|
65 | },
|
---|
66 | {
|
---|
67 | "name": "Josh Junon",
|
---|
68 | "email": "josh@junon.me"
|
---|
69 | }
|
---|
70 | ],
|
---|
71 | "dependencies": {
|
---|
72 | "ms": "2.1.2"
|
---|
73 | },
|
---|
74 | "description": "small debugging utility",
|
---|
75 | "devDependencies": {
|
---|
76 | "brfs": "^2.0.1",
|
---|
77 | "browserify": "^16.2.3",
|
---|
78 | "coveralls": "^3.0.2",
|
---|
79 | "istanbul": "^0.4.5",
|
---|
80 | "karma": "^3.1.4",
|
---|
81 | "karma-browserify": "^6.0.0",
|
---|
82 | "karma-chrome-launcher": "^2.2.0",
|
---|
83 | "karma-mocha": "^1.3.0",
|
---|
84 | "mocha": "^5.2.0",
|
---|
85 | "mocha-lcov-reporter": "^1.2.0",
|
---|
86 | "xo": "^0.23.0"
|
---|
87 | },
|
---|
88 | "engines": {
|
---|
89 | "node": ">=6.0"
|
---|
90 | },
|
---|
91 | "files": [
|
---|
92 | "src",
|
---|
93 | "LICENSE",
|
---|
94 | "README.md"
|
---|
95 | ],
|
---|
96 | "homepage": "https://github.com/visionmedia/debug#readme",
|
---|
97 | "keywords": [
|
---|
98 | "debug",
|
---|
99 | "log",
|
---|
100 | "debugger"
|
---|
101 | ],
|
---|
102 | "license": "MIT",
|
---|
103 | "main": "./src/index.js",
|
---|
104 | "name": "debug",
|
---|
105 | "peerDependenciesMeta": {
|
---|
106 | "supports-color": {
|
---|
107 | "optional": true
|
---|
108 | }
|
---|
109 | },
|
---|
110 | "repository": {
|
---|
111 | "type": "git",
|
---|
112 | "url": "git://github.com/visionmedia/debug.git"
|
---|
113 | },
|
---|
114 | "scripts": {
|
---|
115 | "lint": "xo",
|
---|
116 | "test": "npm run test:node && npm run test:browser && npm run lint",
|
---|
117 | "test:browser": "karma start --single-run",
|
---|
118 | "test:coverage": "cat ./coverage/lcov.info | coveralls",
|
---|
119 | "test:node": "istanbul cover _mocha -- test.js"
|
---|
120 | },
|
---|
121 | "version": "4.3.2"
|
---|
122 | }
|
---|