@mkbabb/value.js 0.1.0 → 0.2.0
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 +33 -0
- package/dist/value.cjs +8 -0
- package/dist/value.d.ts +1753 -0
- package/dist/value.js +3781 -0
- package/package.json +51 -40
- package/dist/index.cjs +0 -13792
- package/dist/index.cjs.map +0 -1
- package/dist/index.js +0 -13791
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,20 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mkbabb/value.js",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "CSS value units for color, length, angles, & c.",
|
|
5
|
+
"license": "GPL-3.0-only",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"css",
|
|
8
|
+
"value",
|
|
9
|
+
"unit",
|
|
10
|
+
"value-unit",
|
|
11
|
+
"css-value-unit",
|
|
12
|
+
"color",
|
|
13
|
+
"color-space",
|
|
14
|
+
"rgb",
|
|
15
|
+
"xyz",
|
|
16
|
+
"lab"
|
|
10
17
|
],
|
|
11
|
-
"keywords": [],
|
|
12
18
|
"type": "module",
|
|
13
19
|
"main": "./dist/value.js",
|
|
14
20
|
"module": "./dist/value.js",
|
|
15
21
|
"types": "./dist/value.d.ts",
|
|
22
|
+
"sideEffects": false,
|
|
16
23
|
"exports": {
|
|
17
24
|
".": {
|
|
25
|
+
"types": "./dist/value.d.ts",
|
|
18
26
|
"import": "./dist/value.js",
|
|
19
27
|
"require": "./dist/value.cjs"
|
|
20
28
|
}
|
|
@@ -23,59 +31,62 @@
|
|
|
23
31
|
"dist"
|
|
24
32
|
],
|
|
25
33
|
"scripts": {
|
|
26
|
-
"dev": "vite --port 8080
|
|
34
|
+
"dev": "vite --port 8080",
|
|
27
35
|
"build": "vite build --mode production",
|
|
28
36
|
"gh-pages": "vite build --mode gh-pages",
|
|
29
|
-
"test": "vitest"
|
|
37
|
+
"test": "vitest",
|
|
38
|
+
"test:e2e": "playwright test"
|
|
30
39
|
},
|
|
31
40
|
"repository": {
|
|
32
41
|
"type": "git",
|
|
33
42
|
"url": "git+https://github.com/mkbabb/value.js.git"
|
|
34
43
|
},
|
|
35
44
|
"author": "",
|
|
36
|
-
"
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=22"
|
|
47
|
+
},
|
|
37
48
|
"bugs": {
|
|
38
49
|
"url": "https://github.com/mkbabb/value.js/issues"
|
|
39
50
|
},
|
|
40
51
|
"homepage": "https://github.com/mkbabb/value.js#readme",
|
|
41
52
|
"dependencies": {
|
|
42
|
-
"
|
|
43
|
-
"parsimmon": "^1.18.1"
|
|
53
|
+
"@mkbabb/parse-that": "^0.6.0"
|
|
44
54
|
},
|
|
45
55
|
"devDependencies": {
|
|
46
|
-
"@iconify-json/radix-icons": "^1.
|
|
56
|
+
"@iconify-json/radix-icons": "^1.2.2",
|
|
47
57
|
"@iconify/vue": "^4.1.2",
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
58
|
+
"@playwright/test": "^1.58.2",
|
|
59
|
+
"@tailwindcss/cli": "^4.1.11",
|
|
60
|
+
"@tailwindcss/postcss": "^4.1.11",
|
|
61
|
+
"@types/katex": "^0.16.7",
|
|
62
|
+
"@types/node": "^24.1.0",
|
|
63
|
+
"@unovis/ts": "^1.5.2",
|
|
64
|
+
"@unovis/vue": "^1.5.2",
|
|
53
65
|
"@vee-validate/zod": "^4.13.2",
|
|
54
|
-
"@vitejs/plugin-vue": "^
|
|
55
|
-
"@
|
|
56
|
-
"
|
|
57
|
-
"class-variance-authority": "^0.7.
|
|
66
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
67
|
+
"@vue/test-utils": "^2.4.6",
|
|
68
|
+
"@vueuse/core": "^14.2.1",
|
|
69
|
+
"class-variance-authority": "^0.7.1",
|
|
58
70
|
"clsx": "^2.1.1",
|
|
59
|
-
"embla-carousel-vue": "^8.
|
|
60
|
-
"
|
|
61
|
-
"jsdom": "^
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"tailwind-merge": "^
|
|
67
|
-
"tailwindcss": "^
|
|
68
|
-
"
|
|
69
|
-
"typescript": "^5.
|
|
70
|
-
"unplugin-vue-
|
|
71
|
+
"embla-carousel-vue": "^8.6.0",
|
|
72
|
+
"highlight.js": "^11.11.1",
|
|
73
|
+
"jsdom": "^26.1.0",
|
|
74
|
+
"katex": "^0.16.22",
|
|
75
|
+
"lucide-vue-next": "^0.525.0",
|
|
76
|
+
"prettier": "^3.6.2",
|
|
77
|
+
"reka-ui": "^2.0.0",
|
|
78
|
+
"tailwind-merge": "^3.3.1",
|
|
79
|
+
"tailwindcss": "^4.1.11",
|
|
80
|
+
"tw-animate-css": "^1.2.5",
|
|
81
|
+
"typescript": "^5.8.3",
|
|
82
|
+
"unplugin-vue-markdown": "^29.2.0",
|
|
71
83
|
"v-calendar": "^3.1.2",
|
|
72
84
|
"vaul-vue": "^0.2.0",
|
|
73
85
|
"vee-validate": "^4.13.2",
|
|
74
|
-
"vite": "^
|
|
75
|
-
"vite-plugin-dts": "^
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"vue": "^3.4.31",
|
|
86
|
+
"vite": "^7.0.6",
|
|
87
|
+
"vite-plugin-dts": "^4.5.4",
|
|
88
|
+
"vitest": "^3.2.4",
|
|
89
|
+
"vue": "^3.5.18",
|
|
79
90
|
"vue-sonner": "^1.1.3",
|
|
80
91
|
"zod": "^3.23.8"
|
|
81
92
|
}
|