-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.27 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
{
"name": "pomodoro",
"version": "1.0.0",
"description": "バニラJS(HTML / CSS / JavaScript)で作ったポモドーロタイマーです。 \r JavaScriptの基礎を手書きで学びながら、自分が毎日使う道具として作りました。",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IKcoding-jp/Pomo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/IKcoding-jp/Pomo/issues"
},
"homepage": "https://github.com/IKcoding-jp/Pomo#readme",
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.6.0",
"globals": "^17.6.0",
"prettier": "^3.8.4"
},
"dependencies": {
"acorn": "^8.17.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.15.0",
"balanced-match": "^4.0.4",
"brace-expansion": "^5.0.6",
"cross-spawn": "^7.0.6",
"debug": "^4.4.3",
"deep-is": "^0.1.4",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^9.1.2",
"eslint-visitor-keys": "^5.0.1",
"espree": "^11.2.0",
"esquery": "^1.7.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"file-entry-cache": "^8.0.0",
"find-up": "^5.0.0",
"flat-cache": "^4.0.1",
"flatted": "^3.4.2",
"glob-parent": "^6.0.2",
"ignore": "^5.3.2",
"imurmurhash": "^0.1.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"isexe": "^2.0.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"keyv": "^4.5.4",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"minimatch": "^10.2.5",
"ms": "^2.1.3",
"natural-compare": "^1.4.0",
"optionator": "^0.9.4",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"type-check": "^0.4.0",
"uri-js": "^4.4.1",
"which": "^2.0.2",
"word-wrap": "^1.2.5",
"yocto-queue": "^0.1.0"
}
}