@cmmn/tools 1.6.0 → 1.6.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/bin.js +0 -0
- package/package.json +77 -77
package/bin.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@cmmn/tools",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "Compilation, bundling, code generator, testing.",
|
|
5
|
-
"main": "dist/rollup.config.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"repository": {
|
|
8
|
-
"url": "https://github.com/franzzua/cmmn/tree/master/tools"
|
|
9
|
-
},
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"access": "public"
|
|
12
|
-
},
|
|
13
|
-
"scripts": {},
|
|
14
|
-
"bin": {
|
|
15
|
-
"cmmn": "bin.js"
|
|
16
|
-
},
|
|
17
|
-
"exports": {
|
|
18
|
-
"./test": "./test/index.js",
|
|
19
|
-
"./test/config": "./test/jest.config.js"
|
|
20
|
-
},
|
|
21
|
-
"typesVersions": {
|
|
22
|
-
"*": {
|
|
23
|
-
"test": [
|
|
24
|
-
"./test/index.d.ts"
|
|
25
|
-
],
|
|
26
|
-
".": [
|
|
27
|
-
"./compile/typings.d.ts"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"typings": "compile/typings.d.ts",
|
|
32
|
-
"files": [
|
|
33
|
-
"bin.js",
|
|
34
|
-
"gen/*",
|
|
35
|
-
"compile/*",
|
|
36
|
-
"bundle/*",
|
|
37
|
-
"plugins/*",
|
|
38
|
-
"test/*"
|
|
39
|
-
],
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@jest/globals": "27.x.x",
|
|
42
|
-
"@open-wc/rollup-plugin-html": "^1.2.5",
|
|
43
|
-
"@rollup/plugin-alias": "3",
|
|
44
|
-
"@rollup/plugin-commonjs": "^21",
|
|
45
|
-
"@rollup/plugin-json": "4",
|
|
46
|
-
"@rollup/plugin-node-resolve": "^13",
|
|
47
|
-
"@rollup/plugin-replace": "4.x.x",
|
|
48
|
-
"@rollup/plugin-typescript": "^8",
|
|
49
|
-
"@swc/jest": "0.2.17",
|
|
50
|
-
"@testdeck/jest": "0.2.0",
|
|
51
|
-
"@types/jest": "27.x.x",
|
|
52
|
-
"@types/sinon": "10.x.x",
|
|
53
|
-
"@web/rollup-plugin-html": "^1.10.1",
|
|
54
|
-
"fast-glob": "^3.2.11",
|
|
55
|
-
"jest": "27.x.x",
|
|
56
|
-
"less": "^4",
|
|
57
|
-
"rollup": "^2",
|
|
58
|
-
"rollup-plugin-img": "1.x.x",
|
|
59
|
-
"rollup-plugin-livereload": "^2.0.5",
|
|
60
|
-
"rollup-plugin-node-builtins": "^2.1.2",
|
|
61
|
-
"rollup-plugin-node-globals": "^1.4.0",
|
|
62
|
-
"rollup-plugin-postcss": "4.x.x",
|
|
63
|
-
"rollup-plugin-serve": "^1.1.0",
|
|
64
|
-
"rollup-plugin-string": "^3.0.0",
|
|
65
|
-
"rollup-plugin-styles": "^4",
|
|
66
|
-
"rollup-plugin-terser": "^7",
|
|
67
|
-
"rollup-plugin-visualizer": "^5.5.4",
|
|
68
|
-
"sinon": "10.x.x",
|
|
69
|
-
"ts-jest": "27.x.x",
|
|
70
|
-
"ttypescript": "1.5.13",
|
|
71
|
-
"typescript": "4.x.x",
|
|
72
|
-
"typescript-transform-paths": "^3.3.1"
|
|
73
|
-
},
|
|
74
|
-
"author": "",
|
|
75
|
-
"license": "ISC",
|
|
76
|
-
"gitHead": "
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@cmmn/tools",
|
|
3
|
+
"version": "1.6.1",
|
|
4
|
+
"description": "Compilation, bundling, code generator, testing.",
|
|
5
|
+
"main": "dist/rollup.config.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"repository": {
|
|
8
|
+
"url": "https://github.com/franzzua/cmmn/tree/master/tools"
|
|
9
|
+
},
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {},
|
|
14
|
+
"bin": {
|
|
15
|
+
"cmmn": "bin.js"
|
|
16
|
+
},
|
|
17
|
+
"exports": {
|
|
18
|
+
"./test": "./test/index.js",
|
|
19
|
+
"./test/config": "./test/jest.config.js"
|
|
20
|
+
},
|
|
21
|
+
"typesVersions": {
|
|
22
|
+
"*": {
|
|
23
|
+
"test": [
|
|
24
|
+
"./test/index.d.ts"
|
|
25
|
+
],
|
|
26
|
+
".": [
|
|
27
|
+
"./compile/typings.d.ts"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"typings": "compile/typings.d.ts",
|
|
32
|
+
"files": [
|
|
33
|
+
"bin.js",
|
|
34
|
+
"gen/*",
|
|
35
|
+
"compile/*",
|
|
36
|
+
"bundle/*",
|
|
37
|
+
"plugins/*",
|
|
38
|
+
"test/*"
|
|
39
|
+
],
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@jest/globals": "27.x.x",
|
|
42
|
+
"@open-wc/rollup-plugin-html": "^1.2.5",
|
|
43
|
+
"@rollup/plugin-alias": "3",
|
|
44
|
+
"@rollup/plugin-commonjs": "^21",
|
|
45
|
+
"@rollup/plugin-json": "4",
|
|
46
|
+
"@rollup/plugin-node-resolve": "^13",
|
|
47
|
+
"@rollup/plugin-replace": "4.x.x",
|
|
48
|
+
"@rollup/plugin-typescript": "^8",
|
|
49
|
+
"@swc/jest": "0.2.17",
|
|
50
|
+
"@testdeck/jest": "0.2.0",
|
|
51
|
+
"@types/jest": "27.x.x",
|
|
52
|
+
"@types/sinon": "10.x.x",
|
|
53
|
+
"@web/rollup-plugin-html": "^1.10.1",
|
|
54
|
+
"fast-glob": "^3.2.11",
|
|
55
|
+
"jest": "27.x.x",
|
|
56
|
+
"less": "^4",
|
|
57
|
+
"rollup": "^2",
|
|
58
|
+
"rollup-plugin-img": "1.x.x",
|
|
59
|
+
"rollup-plugin-livereload": "^2.0.5",
|
|
60
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
61
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
62
|
+
"rollup-plugin-postcss": "4.x.x",
|
|
63
|
+
"rollup-plugin-serve": "^1.1.0",
|
|
64
|
+
"rollup-plugin-string": "^3.0.0",
|
|
65
|
+
"rollup-plugin-styles": "^4",
|
|
66
|
+
"rollup-plugin-terser": "^7",
|
|
67
|
+
"rollup-plugin-visualizer": "^5.5.4",
|
|
68
|
+
"sinon": "10.x.x",
|
|
69
|
+
"ts-jest": "27.x.x",
|
|
70
|
+
"ttypescript": "1.5.13",
|
|
71
|
+
"typescript": "4.x.x",
|
|
72
|
+
"typescript-transform-paths": "^3.3.1"
|
|
73
|
+
},
|
|
74
|
+
"author": "",
|
|
75
|
+
"license": "ISC",
|
|
76
|
+
"gitHead": "85610cde052017550ebf22518bcf134e7bbea65c"
|
|
77
|
+
}
|