-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
130 lines (130 loc) · 4.01 KB
/
package-lock.json
File metadata and controls
130 lines (130 loc) · 4.01 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "flaregun",
"version": "3.7.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flaregun",
"version": "3.7.6",
"license": "MIT",
"dependencies": {
"api": "github:treeder/api#semver:^1",
"dotenv": "^17.2.3",
"jsonc-parse": "^1.5.5",
"models": "github:treeder/models#semver:^1",
"nanoid": "^5.0.6"
},
"bin": {
"flaregun": "bin/flaregun.js"
},
"devDependencies": {
"migrations": "github:treeder/migrations#semver:^1",
"once": "github:treeder/once#semver:^1",
"prettier": "^3.6.2",
"testkit": "github:treeder/testkit#semver:^2"
}
},
"node_modules/@luxass/strip-json-comments": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@luxass/strip-json-comments/-/strip-json-comments-1.4.0.tgz",
"integrity": "sha512-Zl343to4u/t8jz1q7R/1UY6hLX+344cwPLEXsIYthVwdU5zyjuVBGcpf2E24+QZkwFfRfmnHTcscreQzWn3hiA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/api": {
"version": "1.0.6",
"resolved": "git+ssh://git@github.com/treeder/api.git#a4baede69ed5c9f2234e5a133afdb5259b50b543",
"license": "MIT"
},
"node_modules/dotenv": {
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz",
"integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/jsonc-parse": {
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/jsonc-parse/-/jsonc-parse-1.5.5.tgz",
"integrity": "sha512-6xSVqUb+VBwXSJoyDPzgK1toG+JoOcfjWrmZNBL5ZmKnokV9dLshqyLU8NkcLavKbT5tKEr+3T0d4/7d+wVdVw==",
"license": "MIT",
"dependencies": {
"@luxass/strip-json-comments": "^1.3.2"
},
"engines": {
"node": ">=18"
}
},
"node_modules/migrations": {
"version": "1.0.5",
"resolved": "git+ssh://git@github.com/treeder/migrations.git#74ae9ac038213635cc502483af7c92390f502d0f",
"dev": true
},
"node_modules/models": {
"version": "1.0.12",
"resolved": "git+ssh://git@github.com/treeder/models.git#d7a2f48111ab3097dd1d87fa544fc6f4ead4b16f",
"license": "MIT"
},
"node_modules/nanoid": {
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.7.tgz",
"integrity": "sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^18 || >=20"
}
},
"node_modules/once": {
"version": "1.0.4",
"resolved": "git+ssh://git@github.com/treeder/once.git#32da137fa00a9f976ec7f06baa9a0c071d10cd65",
"dev": true,
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/testkit": {
"version": "2.0.8",
"resolved": "git+ssh://git@github.com/treeder/testkit.git#8d6b02f21fd86b098a564c871e4304c08eaa0968",
"dev": true,
"license": "MIT",
"dependencies": {
"api": "github:treeder/api",
"dotenv": "^17.2.1"
},
"bin": {
"testkit": "bin/testkit.js"
}
}
}
}