source: trip-planner-front/node_modules/log4js/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.4 KB
Line 
1{
2 "_args": [
3 [
4 "log4js@6.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "log4js@6.3.0",
10 "_id": "log4js@6.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Mc8jNuSFImQUIateBFwdOQcmC6Q5maU0VVvdC2R6XMb66/VnT+7WS4D/0EeNMZu1YODmJe5NIn2XftCzEocUgw==",
13 "_location": "/log4js",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "log4js@6.3.0",
19 "name": "log4js",
20 "escapedName": "log4js",
21 "rawSpec": "6.3.0",
22 "saveSpec": null,
23 "fetchSpec": "6.3.0"
24 },
25 "_requiredBy": [
26 "/karma"
27 ],
28 "_resolved": "https://registry.npmjs.org/log4js/-/log4js-6.3.0.tgz",
29 "_spec": "6.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Gareth Jones",
33 "email": "gareth.nomiddlename@gmail.com"
34 },
35 "browser": {
36 "os": false
37 },
38 "bugs": {
39 "url": "http://github.com/log4js-node/log4js-node/issues"
40 },
41 "config": {
42 "validate-commit-msg": {
43 "types": [
44 "feat",
45 "fix",
46 "docs",
47 "style",
48 "refactor",
49 "example",
50 "perf",
51 "test",
52 "chore",
53 "revert"
54 ],
55 "warnOnFail": false,
56 "maxSubjectLength": 72,
57 "subjectPattern": ".+",
58 "subjectPatternErrorMsg": "subject does not match subject pattern!",
59 "helpMessage": "\n# allowed type: feat, fix, docs, style, refactor, example, perf, test, chore, revert\n# subject no more than 50 chars\n# a body line no more than 72 chars"
60 }
61 },
62 "dependencies": {
63 "date-format": "^3.0.0",
64 "debug": "^4.1.1",
65 "flatted": "^2.0.1",
66 "rfdc": "^1.1.4",
67 "streamroller": "^2.2.4"
68 },
69 "description": "Port of Log4js to work with node.",
70 "devDependencies": {
71 "@log4js-node/sandboxed-module": "^2.2.1",
72 "callsites": "^3.1.0",
73 "codecov": "^3.6.1",
74 "deep-freeze": "0.0.1",
75 "eslint": "^5.16.0",
76 "eslint-config-airbnb-base": "^13.2.0",
77 "eslint-config-prettier": "^6.5.0",
78 "eslint-import-resolver-node": "^0.3.2",
79 "eslint-plugin-import": "^2.18.2",
80 "eslint-plugin-prettier": "^3.1.1",
81 "fs-extra": "^8.1.0",
82 "husky": "^3.0.9",
83 "nyc": "^14.1.1",
84 "prettier": "^1.18.2",
85 "proxyquire": "^2.1.3",
86 "tap": "^14.10.7",
87 "typescript": "^3.7.2",
88 "validate-commit-msg": "^2.14.0"
89 },
90 "directories": {
91 "test": "test",
92 "lib": "lib"
93 },
94 "engines": {
95 "node": ">=8.0"
96 },
97 "files": [
98 "lib",
99 "types"
100 ],
101 "homepage": "https://log4js-node.github.io/log4js-node/",
102 "husky": {
103 "hooks": {
104 "commit-msg": "validate-commit-msg",
105 "pre-push": "npm test && npm run typings"
106 }
107 },
108 "keywords": [
109 "logging",
110 "log",
111 "log4j",
112 "node"
113 ],
114 "license": "Apache-2.0",
115 "main": "./lib/log4js",
116 "name": "log4js",
117 "nyc": {
118 "all": true,
119 "include": [
120 "lib/**/*.js"
121 ],
122 "require": [
123 "./test/sandbox-coverage"
124 ]
125 },
126 "repository": {
127 "type": "git",
128 "url": "git+https://github.com/log4js-node/log4js-node.git"
129 },
130 "scripts": {
131 "codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov",
132 "pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
133 "test": "tap \"test/tap/**/*.js\" --cov",
134 "typings": "tsc -p types/tsconfig.json"
135 },
136 "types": "./types/log4js.d.ts",
137 "version": "6.3.0"
138}
Note: See TracBrowser for help on using the repository browser.