mana-scribe 2.0.1 → 2.1.1
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/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mana-scribe",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Library for parsing and querying Magic: The Gathering mana costs — with support for CMC, devotion, and color identity.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"mtg",
|
|
7
|
-
"magic the gathering",
|
|
8
|
-
"mana",
|
|
9
|
-
"cost",
|
|
10
|
-
"parser"
|
|
11
|
-
],
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/matortheeternal/mana-scribe/issues"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/matortheeternal/mana-scribe.git"
|
|
18
|
-
},
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"author": "mator",
|
|
21
|
-
"type": "module",
|
|
22
|
-
"main": "./src/index.js",
|
|
23
|
-
"exports": {
|
|
24
|
-
".": "./src/index.js"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"c8": "^10.1.3",
|
|
28
|
-
"jasmine": "^5.12.0"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"test": "jasmine --config=jasmine.json",
|
|
32
|
-
"debug:test": "node --inspect-brk node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
|
|
33
|
-
"coverage": "c8 npm test"
|
|
34
|
-
},
|
|
35
|
-
"files": [
|
|
36
|
-
"src/",
|
|
37
|
-
"README.md",
|
|
38
|
-
"LICENSE",
|
|
39
|
-
"package.json"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mana-scribe",
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"description": "Library for parsing and querying Magic: The Gathering mana costs — with support for CMC, devotion, and color identity.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"mtg",
|
|
7
|
+
"magic the gathering",
|
|
8
|
+
"mana",
|
|
9
|
+
"cost",
|
|
10
|
+
"parser"
|
|
11
|
+
],
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/matortheeternal/mana-scribe/issues"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/matortheeternal/mana-scribe.git"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"author": "mator",
|
|
21
|
+
"type": "module",
|
|
22
|
+
"main": "./src/index.js",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": "./src/index.js"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"c8": "^10.1.3",
|
|
28
|
+
"jasmine": "^5.12.0"
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"test": "jasmine --config=jasmine.json",
|
|
32
|
+
"debug:test": "node --inspect-brk node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
|
|
33
|
+
"coverage": "c8 npm test"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"src/",
|
|
37
|
+
"README.md",
|
|
38
|
+
"LICENSE",
|
|
39
|
+
"package.json"
|
|
40
|
+
]
|
|
41
|
+
}
|