-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
{
"name": "agnostic-styles",
"version": "0.1.12",
"description": "AgnosticStyles is a utility function that safely applies CSS styles or class changes to a DOM element if it exists. Logs or warns based on customizable debug flags.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BansheeDevelopment/AgnosticStyles.git"
},
"keywords": [
"vanillajs",
"vanilla-javascript",
"dom-check",
"dom-manipulation",
"element-exists",
"js-utility",
"agnostic-styles",
"safe-dom",
"styles",
"css",
"css-utility",
"style-management",
"safe-style-changes",
"tailwind",
"js-helper",
"lazy-dom-check",
"element-validation",
"javascript",
"modern-javascript",
"frontend",
"web-development",
"responsive-design",
"performance",
"lightweight",
"dom-events",
"cross-browser",
"utility-library",
"dom-safety"
],
"author": "Banshee Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/BansheeDevelopment/AgnosticStyles/issues"
},
"homepage": "https://github.com/BansheeDevelopment/AgnosticStyles#readme"
}