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
| {
| "_from": "config-file-ts@^0.2.8-rc1",
| "_id": "config-file-ts@0.2.8-rc1",
| "_inBundle": false,
| "_integrity": "sha512-GtNECbVI82bT4RiDIzBSVuTKoSHufnU7Ce7/42bkWZJZFLjmDF2WBpVsvRkhKCfKBnTBb3qZrBwPpFBU/Myvhg==",
| "_location": "/config-file-ts",
| "_phantomChildren": {
| "balanced-match": "1.0.2",
| "foreground-child": "3.3.0",
| "jackspeak": "3.4.3",
| "package-json-from-dist": "1.0.0",
| "path-scurry": "1.11.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "config-file-ts@^0.2.8-rc1",
| "name": "config-file-ts",
| "escapedName": "config-file-ts",
| "rawSpec": "^0.2.8-rc1",
| "saveSpec": null,
| "fetchSpec": "^0.2.8-rc1"
| },
| "_requiredBy": [
| "/ee-bin"
| ],
| "_resolved": "https://registry.npmmirror.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz",
| "_shasum": "fb7fc6ccb2e313f69dbeb78f1db0b00038049de0",
| "_spec": "config-file-ts@^0.2.8-rc1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-bin",
| "author": {
| "name": "lee mighdoll"
| },
| "bugs": {
| "url": "https://github.com/mighdoll/config-file-ts/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "glob": "^10.3.12",
| "typescript": "^5.4.3"
| },
| "deprecated": false,
| "description": "Use Typescript for configuration files. Types for safety. Compiled for speed.",
| "devDependencies": {
| "@types/glob": "^8.1.0",
| "@types/node": "^20.11.30",
| "rimraf": "^5.0.5",
| "rollup": "^4.13.2",
| "rollup-plugin-typescript2": "^0.36.0",
| "vitest": "^1.4.0"
| },
| "files": [
| "dist",
| "src"
| ],
| "homepage": "https://github.com/mighdoll/config-file-ts#readme",
| "keywords": [
| "typescript",
| "config",
| "configuration",
| "conf",
| "cli",
| "cached",
| "command",
| "cmd",
| "command-line"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "config-file-ts",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mighdoll/config-file-ts.git"
| },
| "scripts": {
| "test": "vitest"
| },
| "sideEffects": false,
| "types": "dist/index.d.ts",
| "version": "0.2.8-rc1"
| }
|
|