dphelper 0.3.4 → 0.3.5
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/.github/FUNDING.yml +12 -12
- package/.github/dependabot.yml +12 -12
- package/assets/logos/logo.svg +64 -64
- package/index.js +1 -1
- package/package.json +245 -245
- package/types/dphelper.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,246 +1,246 @@
|
|
|
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
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
2
|
+
"name": "dphelper",
|
|
3
|
+
"displayName": "dphelper",
|
|
4
|
+
"description": "dphelper devtools | tools, store and state management brave developers",
|
|
5
|
+
"version": "0.3.5",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"relaseType": "beta",
|
|
8
|
+
"port": 3000,
|
|
9
|
+
"code": "vulcano",
|
|
10
|
+
"codeRelease": "dphelper",
|
|
11
|
+
"folder": "/",
|
|
12
|
+
"appPort": "",
|
|
13
|
+
"main": "index.tsx",
|
|
14
|
+
"target": "web",
|
|
15
|
+
"logo": "",
|
|
16
|
+
"theme": "default",
|
|
17
|
+
"deprecated": false,
|
|
18
|
+
"targets": "web",
|
|
19
|
+
"language": {
|
|
20
|
+
"en": {}
|
|
21
|
+
},
|
|
22
|
+
"proxy": {},
|
|
23
|
+
"url": {
|
|
24
|
+
"dev": "//localhost"
|
|
25
|
+
},
|
|
26
|
+
"apiPath": {
|
|
27
|
+
"folder": "api",
|
|
28
|
+
"local": "//api.biglogic.ca",
|
|
29
|
+
"dev": "//api.biglogic.ca",
|
|
30
|
+
"prod": "//api.biglogic.ca"
|
|
31
|
+
},
|
|
32
|
+
"socket": {
|
|
33
|
+
"test": "//ws.biglogic.ca",
|
|
34
|
+
"dev": "//ws.biglogic.ca"
|
|
35
|
+
},
|
|
36
|
+
"cdn": {},
|
|
37
|
+
"copyright": "Dario Passariello",
|
|
38
|
+
"homepage": "https://github.com/passariello/dphelper",
|
|
39
|
+
"author": {
|
|
40
|
+
"name": "Dario Passariello",
|
|
41
|
+
"url": "https://github.com/passariello/",
|
|
42
|
+
"email": "dariopassariello@gmail.com"
|
|
43
|
+
},
|
|
44
|
+
"support": {
|
|
45
|
+
"name": "Dario Passariello",
|
|
46
|
+
"url": "https://github.com/passariello/",
|
|
47
|
+
"email": "dariopassariello@gmail.com"
|
|
48
|
+
},
|
|
49
|
+
"company": {},
|
|
50
|
+
"contributors": [
|
|
51
|
+
{
|
|
52
|
+
"name": "Valeria Cala Scaglitta",
|
|
53
|
+
"email": "valeriacalascaglitta@gmail.com"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"workspaces": [
|
|
57
|
+
"mcp"
|
|
58
|
+
],
|
|
59
|
+
"cordova": {
|
|
60
|
+
"platforms": [
|
|
61
|
+
"android"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"npmName": "dphelper",
|
|
65
|
+
"npmFileMap": [
|
|
66
|
+
{
|
|
67
|
+
"basePath": "/dist/",
|
|
68
|
+
"files": [
|
|
69
|
+
"*.js"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"globals": {
|
|
74
|
+
"jQuery": {},
|
|
75
|
+
"$": {},
|
|
76
|
+
"dphelper": {},
|
|
77
|
+
"layerpro": {}
|
|
78
|
+
},
|
|
79
|
+
"browserslist": {
|
|
80
|
+
"production": [
|
|
81
|
+
"last 2 Chrome major versions",
|
|
82
|
+
"last 2 Firefox major versions",
|
|
83
|
+
"last 2 Safari major versions",
|
|
84
|
+
"last 2 Edge major versions",
|
|
85
|
+
"last 2 Opera versions",
|
|
86
|
+
"last 2 iOS major versions",
|
|
87
|
+
"last 1 Explorer major version",
|
|
88
|
+
"last 1 ChromeAndroid version",
|
|
89
|
+
"last 1 UCAndroid version",
|
|
90
|
+
"last 1 Samsung version",
|
|
91
|
+
"last 1 OperaMini version",
|
|
92
|
+
"Firefox ESR",
|
|
93
|
+
">0.2%",
|
|
94
|
+
"not dead",
|
|
95
|
+
"not op_mini all"
|
|
96
|
+
],
|
|
97
|
+
"development": [
|
|
98
|
+
"last 1 chrome version",
|
|
99
|
+
"last 1 firefox version",
|
|
100
|
+
"last 1 safari version"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"engines": {
|
|
104
|
+
"node": ">=12.0.0"
|
|
105
|
+
},
|
|
106
|
+
"eslintConfig": {
|
|
107
|
+
"globals": {
|
|
108
|
+
"window": true,
|
|
109
|
+
"dphelper": true
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"keywords": [
|
|
113
|
+
"helper",
|
|
114
|
+
"dphelper",
|
|
115
|
+
"utils",
|
|
116
|
+
"tools",
|
|
117
|
+
"uuid",
|
|
118
|
+
"random",
|
|
119
|
+
"window",
|
|
120
|
+
"store",
|
|
121
|
+
"easy",
|
|
122
|
+
"pro",
|
|
123
|
+
"powerful",
|
|
124
|
+
"state",
|
|
125
|
+
"status",
|
|
126
|
+
"dpHelper",
|
|
127
|
+
"dp helper",
|
|
128
|
+
"helper",
|
|
129
|
+
"local",
|
|
130
|
+
"storage",
|
|
131
|
+
"indexeddb",
|
|
132
|
+
"idb",
|
|
133
|
+
"devtool",
|
|
134
|
+
"dario",
|
|
135
|
+
"passariello"
|
|
136
|
+
],
|
|
137
|
+
"funding": [
|
|
138
|
+
{
|
|
139
|
+
"type": "individual",
|
|
140
|
+
"url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project¤cy_code=CAD"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "patreon",
|
|
144
|
+
"url": "https://www.patreon.com/passariello"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"repository": {
|
|
148
|
+
"type": "git",
|
|
149
|
+
"url": "git+https://github.com/passariello/dphelper.git",
|
|
150
|
+
"help": "git+https://github.com/passariello/dphelper.git#readme"
|
|
151
|
+
},
|
|
152
|
+
"bugs": {
|
|
153
|
+
"url": "https://github.com/passariello/dphelper/issues"
|
|
154
|
+
},
|
|
155
|
+
"scripts": {
|
|
156
|
+
"make-dist": "webpack --progress --color --mode production --config webpack.config.js --devtool hidden-source-map",
|
|
157
|
+
"watch": "webpack --watch --progress --color --mode production --config webpack.config.js",
|
|
158
|
+
"goLive": "cd mcp/node && node goLive",
|
|
159
|
+
"-": "--------------",
|
|
160
|
+
"git": "cd mcp/node && node gitDeploy",
|
|
161
|
+
"--": "-------------",
|
|
162
|
+
"prepublish1": "tsc",
|
|
163
|
+
"---": "------------",
|
|
164
|
+
"backup": "cd mcp/backup && run.bat",
|
|
165
|
+
"update": "cd mcp/node && node npmUpdate",
|
|
166
|
+
"lint": "eslint {/**/*,*}.{js,ts,jsx,tsx} --fix",
|
|
167
|
+
"": "--------------"
|
|
168
|
+
},
|
|
169
|
+
"devDependencies": {
|
|
170
|
+
"@babel/cli": "7.22.6",
|
|
171
|
+
"@babel/core": "7.22.6",
|
|
172
|
+
"@babel/eslint-parser": "^7.22.6",
|
|
173
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
174
|
+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
175
|
+
"@babel/plugin-transform-for-of": "^7.22.5",
|
|
176
|
+
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
|
177
|
+
"@babel/plugin-transform-runtime": "7.22.6",
|
|
178
|
+
"@babel/preset-env": "7.22.6",
|
|
179
|
+
"@babel/preset-react": "7.22.5",
|
|
180
|
+
"@babel/preset-typescript": "7.22.5",
|
|
181
|
+
"@babel/runtime": "^7.22.6",
|
|
182
|
+
"@testing-library/react": "^14.0.0",
|
|
183
|
+
"@testing-library/user-event": "^14.4.3",
|
|
184
|
+
"@types/node": "20.4.0",
|
|
185
|
+
"@types/react": "^18.2.14",
|
|
186
|
+
"@types/react-dom": "^18.2.6",
|
|
187
|
+
"@types/react-redux": "^7.1.25",
|
|
188
|
+
"@types/redux": "^3.6.31",
|
|
189
|
+
"@types/webpack-env": "1.18.1",
|
|
190
|
+
"@typescript-eslint/eslint-plugin": "5.61.0",
|
|
191
|
+
"@typescript-eslint/parser": "5.61.0",
|
|
192
|
+
"babel-loader": "9.1.2",
|
|
193
|
+
"babel-polyfill": "^6.26.0",
|
|
194
|
+
"babel-preset-es2015": "^6.24.1",
|
|
195
|
+
"babel-preset-stage-0": "^6.24.1",
|
|
196
|
+
"child_process": "^1.0.2",
|
|
197
|
+
"classnames": "2.3.2",
|
|
198
|
+
"cli-confirm": "1.0.1",
|
|
199
|
+
"compression-webpack-plugin": "^10.0.0",
|
|
200
|
+
"concurrently": "8.2.0",
|
|
201
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
202
|
+
"cordova-android": "^12.0.0",
|
|
203
|
+
"crypto-js": "4.1.1",
|
|
204
|
+
"css": "3.0.0",
|
|
205
|
+
"css-loader": "^6.8.1",
|
|
206
|
+
"dotenv": "^16.3.1",
|
|
207
|
+
"eslint": "8.44.0",
|
|
208
|
+
"eslint-config-airbnb": "19.0.4",
|
|
209
|
+
"eslint-import-resolver-webpack": "0.13.2",
|
|
210
|
+
"eslint-plugin-import": "2.27.5",
|
|
211
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
212
|
+
"eslint-plugin-node": "11.1.0",
|
|
213
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
214
|
+
"eslint-plugin-react": "7.32.2",
|
|
215
|
+
"eslint-plugin-react-app": "^6.2.2",
|
|
216
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
217
|
+
"eslint-plugin-unicorn": "47.0.0",
|
|
218
|
+
"file-loader": "6.2.0",
|
|
219
|
+
"fs": "0.0.1-security",
|
|
220
|
+
"html-webpack-plugin": "5.5.3",
|
|
221
|
+
"jquery": "3.7.0",
|
|
222
|
+
"jsdom-worker": "0.3.0",
|
|
223
|
+
"jshint": "^2.13.6",
|
|
224
|
+
"less": "4.1.3",
|
|
225
|
+
"less-loader": "^11.1.3",
|
|
226
|
+
"lint": "1.1.2",
|
|
227
|
+
"moment": "2.29.4",
|
|
228
|
+
"npm-check-updates": "16.10.13",
|
|
229
|
+
"path": "^0.12.7",
|
|
230
|
+
"progress-bar-webpack-plugin": "2.1.0",
|
|
231
|
+
"react": "18.2.0",
|
|
232
|
+
"react-app-polyfill": "^3.0.0",
|
|
233
|
+
"react-dom": "18.2.0",
|
|
234
|
+
"react-router": "^6.14.1",
|
|
235
|
+
"react-router-dom": "^6.14.1",
|
|
236
|
+
"sass": "^1.63.6",
|
|
237
|
+
"sass-loader": "^13.3.2",
|
|
238
|
+
"style-loader": "^3.3.3",
|
|
239
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
240
|
+
"ts-loader": "^9.4.4",
|
|
241
|
+
"typescript": "5.1.6",
|
|
242
|
+
"webpack": "^5.88.1",
|
|
243
|
+
"webpack-cli": "^5.1.4",
|
|
244
|
+
"webpack-dev-server": "^4.15.1"
|
|
245
|
+
}
|
|
246
|
+
}
|
package/types/dphelper.d.ts
CHANGED