-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.26 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.26 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
{
"name": "jgabc",
"version": "1.10.2",
"description": "Chant Tools",
"homepage": "https://github.com/bbloomf/jgabc#readme",
"bugs": {
"url": "https://github.com/bbloomf/jgabc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbloomf/jgabc.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Benjamin Bloomfield",
"type": "commonjs",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@prettier/sync": "^0.6.1",
"abbrev": "^3.0.1",
"android-versions": "^2.1.0",
"ansi": "^0.3.1",
"assert-plus": "^1.0.0",
"balanced-match": "^1.0.2",
"base64-js": "^1.5.1",
"big-integer": "^1.6.52",
"bplist-creator": "^0.1.0",
"bplist-parser": "^0.3.2",
"brace-expansion": "^1.1.12",
"braces": "^3.0.3",
"concat-map": "^0.0.1",
"cordova-android": "^14.0.1",
"cordova-common": "^5.0.1",
"cordova-ios": "^7.1.1",
"cordova-plugin-x-socialsharing": "^6.0.4",
"cross-spawn": "^7.0.6",
"dedent": "^1.6.0",
"elementtree": "^0.1.7",
"endent": "^2.1.0",
"es6-promise-plugin": "^4.2.2",
"execa": "^5.1.1",
"extsprintf": "^1.4.1",
"fast-glob": "^3.3.3",
"fast-json-parse": "^1.0.3",
"fastq": "^1.19.1",
"fill-range": "^7.1.1",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"get-stream": "^6.0.1",
"glob": "^7.2.3",
"glob-parent": "^5.1.2",
"hasown": "^2.0.2",
"human-signals": "^2.1.0",
"hypher": "^0.2.5",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"interpret": "^1.4.0",
"ios-sim": "^8.0.2",
"is-core-module": "^2.16.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-path-inside": "^3.0.3",
"is-stream": "^2.0.1",
"isexe": "^3.1.1",
"lodash": "^4.17.21",
"lodash.zip": "^4.2.0",
"merge-stream": "^2.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"mimic-fn": "^2.1.0",
"minimatch": "^3.1.2",
"nopt": "^8.1.0",
"npm-run-path": "^4.0.1",
"objectorarray": "^1.0.5",
"once": "^1.4.0",
"onetime": "^5.1.2",
"p-finally": "^1.0.0",
"p-try": "^2.2.0",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"path-parse": "^1.0.7",
"picomatch": "^2.3.1",
"pify": "^4.0.1",
"plist": "^3.1.0",
"prettier": "^3.6.2",
"properties-parser": "^0.6.0",
"q": "^1.5.1",
"queue-microtask": "^1.2.3",
"read-chunk": "^3.2.0",
"rechoir": "^0.6.2",
"resolve": "^1.22.10",
"reusify": "^1.1.0",
"run-parallel": "^1.2.0",
"sax": "^1.1.4",
"semver": "^7.7.2",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"shelljs": "^0.8.5",
"signal-exit": "^3.0.7",
"simctl": "^2.0.3",
"simple-plist": "^1.3.1",
"stream-buffers": "^2.2.0",
"string-argv": "^0.3.2",
"strip-bom": "^4.0.0",
"strip-final-newline": "^2.0.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"tail": "^0.4.0",
"to-regex-range": "^5.0.1",
"untildify": "^4.0.0",
"uuid": "^7.0.3",
"which": "^5.0.0",
"with-open-file": "^0.1.7",
"wrappy": "^1.0.2",
"xcode": "^3.0.1",
"xml-escape": "^1.1.0",
"xmlbuilder": "^15.1.1"
}
}