@coderline/alphatab 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -19
- package/dist/alphaTab.d.ts +2258 -1683
- package/dist/alphaTab.js +6421 -4516
- package/dist/alphaTab.min.js +3 -3
- package/dist/alphaTab.min.mjs +17 -0
- package/dist/alphaTab.mjs +44466 -0
- package/dist/font/{FONTLOG.txt → Bravura-FONTLOG.txt} +0 -0
- package/dist/font/{OFL-FAQ.txt → Bravura-OFL-FAQ.txt} +0 -0
- package/dist/font/{OFL.txt → Bravura-OFL.txt} +0 -0
- package/package.json +89 -82
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,84 +1,91 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "@coderline/alphatab",
|
|
3
|
+
"version": "1.2.3",
|
|
4
|
+
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"guitar",
|
|
7
|
+
"music-notation",
|
|
8
|
+
"music-sheet",
|
|
9
|
+
"html5",
|
|
10
|
+
"svg",
|
|
11
|
+
"guitar-tablature"
|
|
12
|
+
],
|
|
13
|
+
"homepage": "https://alphatab.net",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/coderline/alphaTab/issues"
|
|
16
|
+
},
|
|
17
|
+
"author": "Daniel Kuschny",
|
|
18
|
+
"license": "MPL-2.0",
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/coderline/alphaTab"
|
|
22
|
+
},
|
|
23
|
+
"main": "dist/alphaTab.js",
|
|
24
|
+
"module": "dist/alphaTab.mjs",
|
|
25
|
+
"typings": "dist/alphaTab.d.ts",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"import": "./dist/alphaTab.mjs",
|
|
29
|
+
"require": "./dist/alphaTab.js"
|
|
30
|
+
},
|
|
31
|
+
"./soundfont/*": "./dist/soundfont/*",
|
|
32
|
+
"./font/*": "./dist/font/*"
|
|
33
|
+
},
|
|
34
|
+
"engines": {
|
|
35
|
+
"node": ">=6.0.0"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"clean": "rimraf dist",
|
|
39
|
+
"lint": "tslint --project tsconfig.build.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
40
|
+
"generate-typescript": "rimraf src/generated && ts-node --project tsconfig.build-csharp.json src.compiler/typescript/AlphaTabGenerator.ts --project tsconfig.build-csharp.json",
|
|
41
|
+
"generate-csharp": "npm run generate-typescript && ts-node --project tsconfig.build-csharp.json src.compiler/csharp/CSharpTranspiler.ts --project tsconfig.build-csharp.json",
|
|
42
|
+
"build": "npm run generate-typescript && tsc --project tsconfig.build.json && rollup -c rollup.config.js",
|
|
43
|
+
"build-ci": "npm run clean && npm run build && npm pack",
|
|
44
|
+
"build-csharp": "npm run generate-csharp && cd src.csharp && dotnet build -c Release",
|
|
45
|
+
"build-csharp-ci": "npm run clean && npm run generate-csharp && cd src.csharp && dotnet build -c Release",
|
|
46
|
+
"start": "node scripts/setup-playground.js && npm run build && concurrently --kill-others \"tsc --project tsconfig.build.json --watch\" \"rollup -c rollup.config.js -w\"",
|
|
47
|
+
"test": "npm run generate-typescript && tsc --project tsconfig.json && concurrently --kill-others \"tsc --project tsconfig.json -w\" \"karma start karma.conf.js --browsers Chrome --no-single-run --reporters spec,kjhtml\"",
|
|
48
|
+
"test-ci": "npm run generate-typescript && tsc --project tsconfig.json && karma start karma.conf.js --browsers ChromeHeadless --single-run --reporters spec",
|
|
49
|
+
"test-csharp": "cd src.csharp && dotnet test -c Release",
|
|
50
|
+
"test-csharp-ci": "cd src.csharp && dotnet test -c Release"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@rollup/plugin-commonjs": "^23.0.0",
|
|
54
|
+
"@types/jasmine": "^4.0.3",
|
|
55
|
+
"concurrently": "^7.2.1",
|
|
56
|
+
"cors": "^2.8.5",
|
|
57
|
+
"fs-extra": "^10.1.0",
|
|
58
|
+
"karma": "^6.3.20",
|
|
59
|
+
"karma-chrome-launcher": "^3.1.1",
|
|
60
|
+
"karma-express-http-server": "0.0.1",
|
|
61
|
+
"karma-jasmine": "^5.0.1",
|
|
62
|
+
"karma-jasmine-html-reporter": "^2.0.0",
|
|
63
|
+
"karma-rollup-preprocessor": "^7.0.8",
|
|
64
|
+
"karma-spec-reporter": "0.0.34",
|
|
65
|
+
"multer": "^1.4.5-lts.1",
|
|
66
|
+
"rimraf": "^3.0.2",
|
|
67
|
+
"rollup": "^2.75.1",
|
|
68
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
69
|
+
"rollup-plugin-dts": "^4.2.2",
|
|
70
|
+
"rollup-plugin-license": "^2.8.0",
|
|
71
|
+
"rollup-plugin-serve": "^2.0.0",
|
|
72
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
73
|
+
"terser": "^5.13.1",
|
|
74
|
+
"ts-node": "^10.8.0",
|
|
75
|
+
"tslint": "^6.1.3",
|
|
76
|
+
"tslint-config-prettier": "^1.18.0",
|
|
77
|
+
"tslint-config-standard": "^9.0.0",
|
|
78
|
+
"typescript": "^4.8.3"
|
|
79
|
+
},
|
|
80
|
+
"files": [
|
|
81
|
+
"/dist/alphaTab.js",
|
|
82
|
+
"/dist/alphaTab.mjs",
|
|
83
|
+
"/dist/alphaTab.min.js",
|
|
84
|
+
"/dist/alphaTab.min.mjs",
|
|
85
|
+
"/dist/alphaTab.d.ts",
|
|
86
|
+
"/dist/font/Bravura.*",
|
|
87
|
+
"/dist/font/*.txt",
|
|
88
|
+
"/dist/soundfont/*",
|
|
89
|
+
"LICENSE.header"
|
|
90
|
+
]
|
|
84
91
|
}
|