package.json
1.54 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
{
"_from": "lazy-val@^1.0.4",
"_id": "lazy-val@1.0.5",
"_inBundle": false,
"_integrity": "sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==",
"_location": "/lazy-val",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lazy-val@^1.0.4",
"name": "lazy-val",
"escapedName": "lazy-val",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/app-builder-lib",
"/electron-builder",
"/electron-publish",
"/read-config-file"
],
"_resolved": "https://registry.npmjs.org/lazy-val/-/lazy-val-1.0.5.tgz",
"_shasum": "6cf3b9f5bc31cee7ee3e369c0832b7583dcd923d",
"_spec": "lazy-val@^1.0.4",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\electron-builder",
"author": {
"name": "Vladimir Krivosheev"
},
"bugs": {
"url": "https://github.com/develar/lazy-val/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Lazy value.",
"devDependencies": {
"typescript": "^4.2.4"
},
"files": [
"out"
],
"homepage": "https://github.com/develar/lazy-val",
"license": "MIT",
"main": "out/main.js",
"name": "lazy-val",
"repository": {
"type": "git",
"url": "git+https://github.com/develar/lazy-val.git"
},
"scripts": {
"compile": "tsc",
"release": "pnpm compile && pnpm publish --no-git-checks"
},
"typings": "./out/main.d.ts",
"version": "1.0.5"
}