package.json
2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_from": "electron-log@4.3.5",
"_id": "electron-log@4.3.5",
"_inBundle": false,
"_integrity": "sha512-J5Ew3axdk7W4jzzxKLSAi1sqbcAoo9CzHuBVsG0tT47j256xKulNrWFf3lZmHJ1KDXOQUcuwOngQF0jjmpEdpw==",
"_location": "/electron-log",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-log@4.3.5",
"name": "electron-log",
"escapedName": "electron-log",
"rawSpec": "4.3.5",
"saveSpec": null,
"fetchSpec": "4.3.5"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.5.tgz",
"_shasum": "2aad5f93842b9b5214a1b4a10e47b5ac5c9ec104",
"_spec": "electron-log@4.3.5",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Alexey Prokhorov"
},
"bugs": {
"url": "https://github.com/megahertz/electron-log/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Just a very simple logging module for your Electron application",
"devDependencies": {
"@types/node": "^14.14.6",
"electron": "*",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"humile": "^0.3.2",
"nw": "0.42.3",
"typescript": "^4.0.5",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0"
},
"files": [
"src/*",
"!__specs__"
],
"homepage": "https://github.com/megahertz/electron-log#readme",
"keywords": [
"electron",
"atom",
"log",
"logger",
"logging",
"windows",
"mac",
"osx",
"linux",
"desktop"
],
"license": "MIT",
"main": "src/index.js",
"name": "electron-log",
"repository": {
"type": "git",
"url": "git+https://github.com/megahertz/electron-log.git"
},
"scripts": {
"lint": "eslint '**/*.js' --ignore-pattern '**/dist/*.js' && tsc --noEmit",
"postversion": "git push && git push --tags",
"prepack": "npm run test:full",
"preversion": "npm run test:full",
"test": "humile 'src/**/*spec.js'",
"test:e2e": "humile 'e2e/**/*.spec.js' -R list",
"test:full": "npm run test && npm run lint && npm run test:e2e",
"ttt": "echo ${npm_config_node_version}"
},
"typings": "src/index.d.ts",
"version": "4.3.5"
}