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
| {
| "_from": "read-config-file@6.2.0",
| "_id": "read-config-file@6.2.0",
| "_inBundle": false,
| "_integrity": "sha512-gx7Pgr5I56JtYz+WuqEbQHj/xWo+5Vwua2jhb1VwM4Wid5PqYmZ4i00ZB0YEGIfkVBsCv9UrjgyqCiQfS/Oosg==",
| "_location": "/read-config-file",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "read-config-file@6.2.0",
| "name": "read-config-file",
| "escapedName": "read-config-file",
| "rawSpec": "6.2.0",
| "saveSpec": null,
| "fetchSpec": "6.2.0"
| },
| "_requiredBy": [
| "/app-builder-lib",
| "/electron-builder"
| ],
| "_resolved": "https://registry.npmmirror.com/read-config-file/-/read-config-file-6.2.0.tgz",
| "_shasum": "71536072330bcd62ba814f91458b12add9fc7ade",
| "_spec": "read-config-file@6.2.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/electron-builder",
| "author": {
| "name": "Vladimir Krivosheev"
| },
| "bugs": {
| "url": "https://github.com/develar/read-config-file/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "dotenv": "^9.0.2",
| "dotenv-expand": "^5.1.0",
| "js-yaml": "^4.1.0",
| "json5": "^2.2.0",
| "lazy-val": "^1.0.4"
| },
| "deprecated": false,
| "description": "Read configuration file in various formats:",
| "devDependencies": {
| "@types/js-yaml": "^4.0.1",
| "@types/node": "^15.0.2",
| "typescript": "^4.2.4"
| },
| "engines": {
| "node": ">=12.0.0"
| },
| "files": [
| "out"
| ],
| "homepage": "https://github.com/develar/read-config-file",
| "license": "MIT",
| "main": "out/main.js",
| "name": "read-config-file",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/develar/read-config-file.git"
| },
| "scripts": {
| "compile": "tsc",
| "release": "pnpm compile && pnpm publish --no-git-checks"
| },
| "typings": "./out/main.d.ts",
| "version": "6.2.0"
| }
|
|