vivth 1.5.0 → 1.5.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/dev/auto/.src.ignore +4 -1
- package/package.json +78 -78
package/dev/auto/.src.ignore
CHANGED
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
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
|
-
|
|
2
|
+
"name": "vivth",
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"description": "library primitives",
|
|
5
|
+
"devDependencies": {
|
|
6
|
+
"@types/bun": "^1.3.3",
|
|
7
|
+
"typescript": "^6.0.3",
|
|
8
|
+
"concurrently": "^9.2.1",
|
|
9
|
+
"vite": "^8.0.16",
|
|
10
|
+
"vivth": "link:vivth"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@assemblyscript/loader": "^0.28.17",
|
|
14
|
+
"@electron/asar": "^4.2.0",
|
|
15
|
+
"@types/mime-types": "^3.0.1",
|
|
16
|
+
"assemblyscript": "^0.28.17",
|
|
17
|
+
"chokidar": "^5.0.0",
|
|
18
|
+
"domino": "^2.1.7",
|
|
19
|
+
"esbuild": "^0.28.0",
|
|
20
|
+
"import-without-cache": "^0.4.0",
|
|
21
|
+
"lit-html": "^3.3.3",
|
|
22
|
+
"mime-types": "^3.0.2",
|
|
23
|
+
"path-unified": "^0.2.0",
|
|
24
|
+
"prettier": "^3.8.3",
|
|
25
|
+
"sass": "^1.99.0",
|
|
26
|
+
"strip-json-comments": "^5.0.3"
|
|
27
|
+
},
|
|
28
|
+
"peerDependencies": {},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/hakimjazuli/vivth.git"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"simple",
|
|
35
|
+
"primitive",
|
|
36
|
+
"collection of modules",
|
|
37
|
+
"signal",
|
|
38
|
+
"data driven"
|
|
39
|
+
],
|
|
40
|
+
"author": "hakim_jazuli",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/hakimjazuli/vivth/issues"
|
|
44
|
+
},
|
|
45
|
+
"homepage": "https://github.com/hakimjazuli/vivth#readme",
|
|
46
|
+
"scripts": {
|
|
47
|
+
"dev": "concurrently 'bun dev-a' 'bun t-w'",
|
|
48
|
+
"dev-a": "bun ./dev/auto-doc.mjs",
|
|
49
|
+
"t-w": "tsc --watch",
|
|
50
|
+
"test-bundle": "bun ./test/bundle.mjs",
|
|
51
|
+
"test-": "bun ./test/test_.mjs",
|
|
52
|
+
"test-dirmapper": "bun ./test/dirmapper.mjs",
|
|
53
|
+
"test-browser-dirmapper": "bun ./test/browserDirMapper/test.mjs"
|
|
54
|
+
},
|
|
55
|
+
"sideEffects": false,
|
|
56
|
+
"main": "./generated/vivth/exports/all.mjs",
|
|
57
|
+
"module": "./generated/vivth/exports/all.mjs",
|
|
58
|
+
"exports": {
|
|
59
|
+
"./node": {
|
|
60
|
+
"import": "./generated/vivth/exports/node.mjs",
|
|
61
|
+
"types": "./generated/types/generated/vivth/exports/node.d.mts"
|
|
62
|
+
},
|
|
63
|
+
"./neutral": {
|
|
64
|
+
"import": "./generated/vivth/exports/neutral.mjs",
|
|
65
|
+
"types": "./generated/types/generated/vivth/exports/neutral.d.mts"
|
|
66
|
+
},
|
|
67
|
+
"./all": {
|
|
68
|
+
"import": "./generated/vivth/exports/all.mjs",
|
|
69
|
+
"types": "./generated/types/generated/vivth/exports/all.d.mts"
|
|
70
|
+
},
|
|
71
|
+
"./unsupported": {
|
|
72
|
+
"import": "./generated/vivth/exports/unsupported.mjs",
|
|
73
|
+
"types": "./generated/types/generated/vivth/exports/unsupported.d.mts"
|
|
74
|
+
},
|
|
75
|
+
"./browser": {
|
|
76
|
+
"import": "./generated/vivth/exports/browser.mjs",
|
|
77
|
+
"types": "./generated/types/generated/vivth/exports/browser.d.mts"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
80
|
}
|