Changeset 59329aa for trip-planner-front/node_modules/log4js/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/log4js/package.json
rceaed42 r59329aa 1 1 { 2 "name": "log4js", 3 "version": "6.3.0", 4 "description": "Port of Log4js to work with node.", 5 "homepage": "https://log4js-node.github.io/log4js-node/", 6 "files": [ 7 "lib", 8 "types" 2 "_args": [ 3 [ 4 "log4js@6.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "keywords": [ 11 "logging", 12 "log", 13 "log4j", 14 "node" 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" 15 27 ], 16 "license": "Apache-2.0", 17 "main": "./lib/log4js", 18 "types": "./types/log4js.d.ts", 19 "author": "Gareth Jones <gareth.nomiddlename@gmail.com>", 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/log4js-node/log4js-node.git" 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 23 37 }, 24 38 "bugs": { 25 39 "url": "http://github.com/log4js-node/log4js-node/issues" 26 },27 "engines": {28 "node": ">=8.0"29 },30 "scripts": {31 "pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",32 "test": "tap \"test/tap/**/*.js\" --cov",33 "typings": "tsc -p types/tsconfig.json",34 "codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov"35 },36 "directories": {37 "test": "test",38 "lib": "lib"39 },40 "dependencies": {41 "date-format": "^3.0.0",42 "debug": "^4.1.1",43 "flatted": "^2.0.1",44 "rfdc": "^1.1.4",45 "streamroller": "^2.2.4"46 },47 "devDependencies": {48 "@log4js-node/sandboxed-module": "^2.2.1",49 "callsites": "^3.1.0",50 "codecov": "^3.6.1",51 "deep-freeze": "0.0.1",52 "eslint": "^5.16.0",53 "eslint-config-airbnb-base": "^13.2.0",54 "eslint-config-prettier": "^6.5.0",55 "eslint-import-resolver-node": "^0.3.2",56 "eslint-plugin-import": "^2.18.2",57 "eslint-plugin-prettier": "^3.1.1",58 "fs-extra": "^8.1.0",59 "husky": "^3.0.9",60 "nyc": "^14.1.1",61 "prettier": "^1.18.2",62 "proxyquire": "^2.1.3",63 "tap": "^14.10.7",64 "typescript": "^3.7.2",65 "validate-commit-msg": "^2.14.0"66 },67 "browser": {68 "os": false69 40 }, 70 41 "config": { … … 89 60 } 90 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", 91 117 "nyc": { 92 118 "all": true, … … 98 124 ] 99 125 }, 100 "husky": { 101 "hooks": { 102 "commit-msg": "validate-commit-msg", 103 "pre-push": "npm test && npm run typings" 104 } 105 } 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" 106 138 }
Note:
See TracChangeset
for help on using the changeset viewer.