dphelper 3.2.7 → 3.2.8
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 +19 -7
- package/index.cjs +1 -0
- package/index.js +1 -163
- package/package.json +56 -27
- package/types/dphelper.d.ts +657 -0
- package/CODE_OF_CONDUCT.md +0 -108
- package/FUNDING.yml +0 -12
- package/SECURITY.md +0 -3
- package/dphelper.umd.js +0 -163
- package/tools/ai/interface.d.ts +0 -12
- package/tools/anchor/interface.d.ts +0 -7
- package/tools/array/interface.d.ts +0 -22
- package/tools/audio/interface.d.ts +0 -11
- package/tools/avoid/interface.d.ts +0 -3
- package/tools/browser/interface.d.ts +0 -11
- package/tools/check/interface.d.ts +0 -5
- package/tools/color/interface.d.ts +0 -7
- package/tools/cookie/interface.d.ts +0 -13
- package/tools/coords/interface.d.ts +0 -9
- package/tools/credits/interface.d.ts +0 -12
- package/tools/date/interface.d.ts +0 -26
- package/tools/disable/interface.d.ts +0 -9
- package/tools/dispatch/interface.d.ts +0 -5
- package/tools/elements/interface.d.ts +0 -4
- package/tools/events/interface.d.ts +0 -7
- package/tools/fetch/interface.d.ts +0 -16
- package/tools/form/interface.d.ts +0 -14
- package/tools/format/interface.d.ts +0 -4
- package/tools/json/interface.d.ts +0 -9
- package/tools/load/interface.d.ts +0 -9
- package/tools/logging/interface.d.ts +0 -9
- package/tools/math/interface.d.ts +0 -14
- package/tools/memory/interface.d.ts +0 -4
- package/tools/navigation/interface.d.ts +0 -5
- package/tools/objects/interface.d.ts +0 -16
- package/tools/path/interface.d.ts +0 -5
- package/tools/promise/interface.d.ts +0 -4
- package/tools/sanitize/interface.d.ts +0 -3
- package/tools/screen/interface.d.ts +0 -12
- package/tools/scrollbar/interface.d.ts +0 -10
- package/tools/security/interface.d.ts +0 -16
- package/tools/shortcut/interface.d.ts +0 -3
- package/tools/socket/interface.d.ts +0 -13
- package/tools/sse/interface.d.ts +0 -9
- package/tools/svg/interface.d.ts +0 -13
- package/tools/sync/interface.d.ts +0 -14
- package/tools/system/interface.d.ts +0 -3
- package/tools/text/interface.d.ts +0 -13
- package/tools/timer/interface.d.ts +0 -4
- package/tools/tools/interface.d.ts +0 -6
- package/tools/translators/interface.d.ts +0 -3
- package/tools/triggers/interface.d.ts +0 -44
- package/tools/types/interface.d.ts +0 -6
- package/tools/ui/interface.d.ts +0 -4
- package/tools/window/interface.d.ts +0 -10
- package/types/index.d.ts +0 -2
- package/types/scripts/generate-imports.d.ts +0 -1
- package/types/scripts/over.d.ts +0 -1
- package/types/scripts/setProps.d.ts +0 -1
- package/types/scripts/setupGlobal.d.ts +0 -1
- package/types/tools/ai/index.d.ts +0 -1
- package/types/tools/anchor/index.d.ts +0 -1
- package/types/tools/array/index.d.ts +0 -1
- package/types/tools/audio/index.d.ts +0 -1
- package/types/tools/avoid/index.d.ts +0 -1
- package/types/tools/browser/index.d.ts +0 -1
- package/types/tools/check/index.d.ts +0 -1
- package/types/tools/color/index.d.ts +0 -1
- package/types/tools/cookie/index.d.ts +0 -1
- package/types/tools/coords/index.d.ts +0 -1
- package/types/tools/credits/index.d.ts +0 -1
- package/types/tools/date/index.d.ts +0 -1
- package/types/tools/disable/index.d.ts +0 -1
- package/types/tools/dispatch/index.d.ts +0 -1
- package/types/tools/elements/index.d.ts +0 -1
- package/types/tools/events/index.d.ts +0 -1
- package/types/tools/fetch/index.d.ts +0 -1
- package/types/tools/form/index.d.ts +0 -1
- package/types/tools/format/index.d.ts +0 -1
- package/types/tools/json/index.d.ts +0 -1
- package/types/tools/load/index.d.ts +0 -1
- package/types/tools/logging/index.d.ts +0 -1
- package/types/tools/math/index.d.ts +0 -1
- package/types/tools/memory/index.d.ts +0 -1
- package/types/tools/navigation/index.d.ts +0 -1
- package/types/tools/objects/index.d.ts +0 -1
- package/types/tools/path/index.d.ts +0 -1
- package/types/tools/promise/index.d.ts +0 -1
- package/types/tools/sanitize/index.d.ts +0 -1
- package/types/tools/screen/index.d.ts +0 -1
- package/types/tools/screen/popupManager.d.ts +0 -32
- package/types/tools/scrollbar/index.d.ts +0 -1
- package/types/tools/security/index.d.ts +0 -1
- package/types/tools/shortcut/index.d.ts +0 -1
- package/types/tools/socket/index.d.ts +0 -1
- package/types/tools/sse/index.d.ts +0 -1
- package/types/tools/svg/index.d.ts +0 -1
- package/types/tools/sync/index.d.ts +0 -1
- package/types/tools/system/index.d.ts +0 -1
- package/types/tools/text/index.d.ts +0 -1
- package/types/tools/timer/index.d.ts +0 -1
- package/types/tools/tools/index.d.ts +0 -1
- package/types/tools/translators/index.d.ts +0 -1
- package/types/tools/triggers/index.d.ts +0 -1
- package/types/tools/types/index.d.ts +0 -1
- package/types/tools/ui/index.d.ts +0 -1
- package/types/tools/window/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"description": "dphelper devtools for developers",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"module": "./index.js",
|
|
5
|
+
"main": "./index.cjs",
|
|
6
|
+
"browser": "./index.cjs",
|
|
8
7
|
"types": "./index.d.ts",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
"typing": "./types/*",
|
|
9
|
+
"homepage": "https://a51.gitbook.io/dphelper",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"copyright": "Dario Passariello",
|
|
12
|
+
"author": "Dario Passariello",
|
|
13
|
+
"contributors": [
|
|
14
|
+
{
|
|
15
|
+
"name": "Dario Passariello",
|
|
16
|
+
"email": "dariopassarielloa@gmail.com"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Valeria Cala Scaglitta",
|
|
20
|
+
"email": "valeriacalascaglitta@gmail.com"
|
|
21
|
+
}
|
|
17
22
|
],
|
|
18
|
-
"scripts": {},
|
|
19
23
|
"keywords": [
|
|
20
24
|
"dphelper",
|
|
21
25
|
"front-end",
|
|
@@ -40,24 +44,49 @@
|
|
|
40
44
|
"idb",
|
|
41
45
|
"devtool"
|
|
42
46
|
],
|
|
43
|
-
"
|
|
44
|
-
"contributors": [
|
|
45
|
-
{
|
|
46
|
-
"name": "Dario Passariello",
|
|
47
|
-
"email": "dariopassariello@gmail.com"
|
|
48
|
-
},
|
|
47
|
+
"funding": [
|
|
49
48
|
{
|
|
50
|
-
"
|
|
51
|
-
"
|
|
49
|
+
"type": "patreon",
|
|
50
|
+
"url": "https://www.patreon.com/passariello"
|
|
52
51
|
}
|
|
53
52
|
],
|
|
54
|
-
"license": "MIT",
|
|
55
53
|
"engines": {
|
|
56
54
|
"node": ">=18.0.0"
|
|
57
55
|
},
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
"files": [
|
|
57
|
+
"**/*"
|
|
58
|
+
],
|
|
59
|
+
"repository": {
|
|
60
|
+
"type": "git",
|
|
61
|
+
"url": "git+https://github.com/a51-dev/a51.dphelper.public.git"
|
|
62
|
+
},
|
|
63
|
+
"bugs": {
|
|
64
|
+
"url": "https://github.com/a51-dev/a51.dphelper.public/issues"
|
|
65
|
+
},
|
|
66
|
+
"support": {
|
|
67
|
+
"name": "Dario Passariello",
|
|
68
|
+
"url": "https://dario.passariello.ca/",
|
|
69
|
+
"email": "dariopassariello@gmail.com"
|
|
70
|
+
},
|
|
71
|
+
"peerDependenciesMeta": {
|
|
72
|
+
"react": {
|
|
73
|
+
"optional": false
|
|
74
|
+
},
|
|
75
|
+
"react-dom": {
|
|
76
|
+
"optional": false
|
|
77
|
+
},
|
|
78
|
+
"jquery": {
|
|
79
|
+
"optional": false
|
|
61
80
|
}
|
|
62
|
-
|
|
63
|
-
|
|
81
|
+
},
|
|
82
|
+
"module": "./index.js",
|
|
83
|
+
"exports": {
|
|
84
|
+
".": {
|
|
85
|
+
"import": "./index.js",
|
|
86
|
+
"require": "./index.cjs",
|
|
87
|
+
"types": "./index.d.ts"
|
|
88
|
+
},
|
|
89
|
+
"./types/*": "./types/*"
|
|
90
|
+
},
|
|
91
|
+
"typings": "./index.d.ts"
|
|
92
|
+
}
|