dphelper 0.2.92 → 0.2.95

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +130 -130
package/package.json CHANGED
@@ -1,132 +1,132 @@
1
1
  {
2
- "name": "dphelper",
3
- "version": "0.2.92",
4
- "description": "Developer Tools by Dario Passariello",
5
- "deprecated": false,
6
- "appCode": "dphelper",
7
- "appCodeRelease": "dphelper",
8
- "appName": "dphelper",
9
- "appType": "beta",
10
- "appFolder": "/",
11
- "appPort": "",
12
- "appAPI": "api",
13
- "apiDev": "",
14
- "apiProd": "",
15
- "main": "index.js",
16
- "targets": {
17
- "main": {
18
- "includeNodeModules": {
19
- "react": false,
20
- "react-dom": false
21
- },
22
- "isLibrary": true
23
- }
24
- },
25
- "engines": {
26
- "node": ">=0.10.0"
27
- },
28
- "scripts": {
29
- "make-dist": "webpack --progress --color --mode production --config webpack.config.js",
30
- "git": "cd node && node gitDeploy",
31
- "git-tag": "cd node && node createTag",
32
- "backup": "backup.bat",
33
- "goLive": "cd node && node goLive",
34
- "node:update": "cd node && node npmUpdate",
35
- "test:lint": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
36
- "test:cypress": "cypress open"
37
- },
38
- "eslintConfig": {
39
- "globals": {
40
- "window": true,
41
- "dphelper": true
42
- }
43
- },
44
- "author": {
45
- "name": "Dario Passariello",
46
- "website": "https://dario.passariello.ca",
47
- "email": "dariopassariello@gmail.com"
48
- },
49
- "contributors": [
50
- {
51
- "name": "Dario Passariello",
52
- "email": "dariopassariello@gmail.com"
53
- },
54
- {
55
- "name": "Valeria Cala Scaglitta",
56
- "email": "valeriacalascaglitta@gmail.com"
57
- }
58
- ],
59
- "keywords": [
60
- "utils",
61
- "tools",
62
- "uuid",
63
- "random",
64
- "window",
65
- "store",
66
- "easy",
67
- "pro",
68
- "powerful",
69
- "passariello"
70
- ],
71
- "license": "Apache-2.0",
72
- "homepage": "https://github.com/passariello/dphelper",
73
- "funding": [
74
- {
75
- "type": "individual",
76
- "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&currency_code=CAD"
77
- },
78
- {
79
- "type": "patreon",
80
- "url": "https://www.patreon.com/passariello"
81
- }
82
- ],
83
- "repository": {
84
- "type": "git",
85
- "url": "https://github.com/passariello/dpHelper",
86
- "help": "https://github.com/passariello/dpHelper#readme"
87
- },
88
- "bugs": {
89
- "url": "https://github.com/passariello/dpHelper/issues"
90
- },
91
- "files": [
92
- "scripts",
93
- "index.js",
94
- "init.js",
95
- "types/**/*.d.ts"
96
- ],
97
- "devDependencies": {
98
- "@babel/plugin-proposal-class-properties": "7.18.6",
99
- "@babel/plugin-transform-runtime": "7.18.10",
100
- "@babel/preset-env": "7.18.10",
101
- "@babel/preset-react": "7.18.6",
102
- "@babel/preset-typescript": "7.18.6",
103
- "@testing-library/user-event": "^14.4.2",
104
- "babel-loader": "8.2.5",
105
- "child_process": "1.0.2",
106
- "cli-confirm": "1.0.1",
107
- "compression-webpack-plugin": "10.0.0",
108
- "copy-webpack-plugin": "11.0.0",
109
- "cypress": "10.4.0",
110
- "dotenv": "16.0.1",
111
- "eslint": "8.21.0",
112
- "file-loader": "6.2.0",
113
- "fs": "0.0.1-security",
114
- "html-webpack-plugin": "5.5.0",
115
- "lint": "1.1.2",
116
- "progress-bar-webpack-plugin": "2.1.0",
117
- "style-loader": "3.3.1",
118
- "webpack": "5.74.0",
119
- "webpack-cli": "4.10.0"
120
- },
121
- "dependencies": {
122
- "classnames": "2.3.1",
123
- "concurrently": "7.3.0",
124
- "css": "3.0.0",
125
- "jquery": "3.6.0",
126
- "jsdom-worker": "0.2.1",
127
- "moment": "2.29.4",
128
- "path": "0.12.7",
129
- "react": "18.2.0",
130
- "react-dom": "18.2.0"
131
- }
2
+ "name": "dphelper",
3
+ "version": "0.2.95",
4
+ "description": "Developer Tools by Dario Passariello",
5
+ "deprecated": false,
6
+ "appCode": "dphelper",
7
+ "appCodeRelease": "dphelper",
8
+ "appName": "dphelper",
9
+ "appType": "beta",
10
+ "appFolder": "/",
11
+ "appPort": "",
12
+ "appAPI": "api",
13
+ "apiDev": "",
14
+ "apiProd": "",
15
+ "main": "index.js",
16
+ "targets": {
17
+ "main": {
18
+ "includeNodeModules": {
19
+ "react": false,
20
+ "react-dom": false
21
+ },
22
+ "isLibrary": true
23
+ }
24
+ },
25
+ "engines": {
26
+ "node": ">=0.10.0"
27
+ },
28
+ "scripts": {
29
+ "make-dist": "webpack --progress --color --mode production --config webpack.config.js",
30
+ "backup": "mcp/backup/run.bat",
31
+ "git": "cd mcp/node && node gitDeploy",
32
+ "git-tag": "cd mcp/node && node createTag",
33
+ "goLive": "cd mcp/node && node goLive",
34
+ "node:update": "cd mcp/node && node npmUpdate",
35
+ "test:lint": "eslint --ext .ts,.tsx,.js,.jsx --fix",
36
+ "test:cypress": "cypress open"
37
+ },
38
+ "eslintConfig": {
39
+ "globals": {
40
+ "window": true,
41
+ "dphelper": true
42
+ }
43
+ },
44
+ "author": {
45
+ "name": "Dario Passariello",
46
+ "website": "https://dario.passariello.ca",
47
+ "email": "dariopassariello@gmail.com"
48
+ },
49
+ "contributors": [
50
+ {
51
+ "name": "Dario Passariello",
52
+ "email": "dariopassariello@gmail.com"
53
+ },
54
+ {
55
+ "name": "Valeria Cala Scaglitta",
56
+ "email": "valeriacalascaglitta@gmail.com"
57
+ }
58
+ ],
59
+ "keywords": [
60
+ "utils",
61
+ "tools",
62
+ "uuid",
63
+ "random",
64
+ "window",
65
+ "store",
66
+ "easy",
67
+ "pro",
68
+ "powerful",
69
+ "passariello"
70
+ ],
71
+ "license": "Apache-2.0",
72
+ "homepage": "https://github.com/passariello/dphelper",
73
+ "funding": [
74
+ {
75
+ "type": "individual",
76
+ "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&currency_code=CAD"
77
+ },
78
+ {
79
+ "type": "patreon",
80
+ "url": "https://www.patreon.com/passariello"
81
+ }
82
+ ],
83
+ "repository": {
84
+ "type": "git",
85
+ "url": "https://github.com/passariello/dpHelper",
86
+ "help": "https://github.com/passariello/dpHelper#readme"
87
+ },
88
+ "bugs": {
89
+ "url": "https://github.com/passariello/dpHelper/issues"
90
+ },
91
+ "files": [
92
+ "scripts",
93
+ "index.js",
94
+ "init.js",
95
+ "types/**/*.d.ts"
96
+ ],
97
+ "devDependencies": {
98
+ "@babel/plugin-proposal-class-properties": "7.18.6",
99
+ "@babel/plugin-transform-runtime": "7.18.10",
100
+ "@babel/preset-env": "7.18.10",
101
+ "@babel/preset-react": "7.18.6",
102
+ "@babel/preset-typescript": "7.18.6",
103
+ "@testing-library/user-event": "^14.4.2",
104
+ "babel-loader": "8.2.5",
105
+ "child_process": "1.0.2",
106
+ "cli-confirm": "1.0.1",
107
+ "compression-webpack-plugin": "10.0.0",
108
+ "copy-webpack-plugin": "11.0.0",
109
+ "cypress": "10.4.0",
110
+ "dotenv": "16.0.1",
111
+ "eslint": "8.21.0",
112
+ "file-loader": "6.2.0",
113
+ "fs": "0.0.1-security",
114
+ "html-webpack-plugin": "5.5.0",
115
+ "lint": "1.1.2",
116
+ "progress-bar-webpack-plugin": "2.1.0",
117
+ "style-loader": "3.3.1",
118
+ "webpack": "5.74.0",
119
+ "webpack-cli": "4.10.0"
120
+ },
121
+ "dependencies": {
122
+ "classnames": "2.3.1",
123
+ "concurrently": "7.3.0",
124
+ "css": "3.0.0",
125
+ "jquery": "3.6.0",
126
+ "jsdom-worker": "0.2.1",
127
+ "moment": "2.29.4",
128
+ "path": "0.12.7",
129
+ "react": "18.2.0",
130
+ "react-dom": "18.2.0"
131
+ }
132
132
  }