layerpro 0.0.65 → 0.0.66
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/index.js +1 -1
- package/package.json +141 -140
- package/.github/FUNDING.yml +0 -12
- package/.github/dependabot.yml +0 -12
- package/SECURITY.md +0 -3
- package/index.js.LICENSE.txt +0 -29
package/package.json
CHANGED
|
@@ -1,142 +1,143 @@
|
|
|
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
|
-
|
|
2
|
+
"name": "layerpro",
|
|
3
|
+
"version": "0.0.66",
|
|
4
|
+
"description": "Manage your popups and customize them",
|
|
5
|
+
"deprecated": false,
|
|
6
|
+
"appCode": "layerpro",
|
|
7
|
+
"appCodeRelease": "layerpro",
|
|
8
|
+
"appName": "layerpro",
|
|
9
|
+
"appType": "beta",
|
|
10
|
+
"appFolder": "/",
|
|
11
|
+
"appAPI": "api",
|
|
12
|
+
"apiDev": "",
|
|
13
|
+
"apiProd": "",
|
|
14
|
+
"main": "index.js",
|
|
15
|
+
"targets": {
|
|
16
|
+
"main": {
|
|
17
|
+
"includeNodeModules": {
|
|
18
|
+
"react": false,
|
|
19
|
+
"react-dom": false
|
|
20
|
+
},
|
|
21
|
+
"isLibrary": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"typing": [
|
|
25
|
+
"typings/images.d.ts",
|
|
26
|
+
"typings/index.d.ts",
|
|
27
|
+
"typings/layerpro.d.ts",
|
|
28
|
+
"typings/styles.d.ts"
|
|
29
|
+
],
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">=4.0.0"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"make-dist": "webpack --progress --color --mode production --config webpack.config.js",
|
|
35
|
+
"git": "cd node && node gitDeploy",
|
|
36
|
+
"git-tag": "cd node && node createTag",
|
|
37
|
+
"backup": "backup.bat",
|
|
38
|
+
"goLive": "cd node && node goLive",
|
|
39
|
+
"node:update": "cd node && node npmUpdate",
|
|
40
|
+
"test:lint": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
|
|
41
|
+
"test:cypress": "cypress open"
|
|
42
|
+
},
|
|
43
|
+
"eslintConfig": {
|
|
44
|
+
"globals": {
|
|
45
|
+
"window": true
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"author": {
|
|
49
|
+
"name": "Dario Passariello",
|
|
50
|
+
"url": "https://github.com/passariello/",
|
|
51
|
+
"email": "dariopassariello@gmail.com"
|
|
52
|
+
},
|
|
53
|
+
"contributors": [
|
|
54
|
+
{
|
|
55
|
+
"name": "Valeria Cala' Scaglitta",
|
|
56
|
+
"email": "valeriacalascaglitta@gamil.com"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"keywords": [
|
|
60
|
+
"layer",
|
|
61
|
+
"popup",
|
|
62
|
+
"modal",
|
|
63
|
+
"passariello",
|
|
64
|
+
"layerpro"
|
|
65
|
+
],
|
|
66
|
+
"license": "MIT",
|
|
67
|
+
"homepage": "https://github.com/passariello/layerpro",
|
|
68
|
+
"funding": [
|
|
69
|
+
{
|
|
70
|
+
"type": "individual",
|
|
71
|
+
"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"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "patreon",
|
|
75
|
+
"url": "https://www.patreon.com/passariello"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"repository": {
|
|
79
|
+
"type": "git",
|
|
80
|
+
"url": "git+https://github.com/passariello/layerpro.git",
|
|
81
|
+
"help": "git+https://github.com/passariello/layerpro.git#readme"
|
|
82
|
+
},
|
|
83
|
+
"bugs": {
|
|
84
|
+
"url": "https://github.com/passariello/layerpro/issues"
|
|
85
|
+
},
|
|
86
|
+
"files": [
|
|
87
|
+
"scripts",
|
|
88
|
+
"index.js",
|
|
89
|
+
"init.js",
|
|
90
|
+
"types/**/*.d.ts"
|
|
91
|
+
],
|
|
92
|
+
"devDependencies": {
|
|
93
|
+
"@types/react": "18.0.16",
|
|
94
|
+
"@types/react-dom": "18.0.6",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
96
|
+
"css-loader": "6.7.1",
|
|
97
|
+
"cypress": "10.4.0",
|
|
98
|
+
"eslint": "8.21.0",
|
|
99
|
+
"eslint-plugin-import": "2.26.0",
|
|
100
|
+
"eslint-plugin-node": "11.1.0",
|
|
101
|
+
"eslint-plugin-promise": "6.0.0",
|
|
102
|
+
"eslint-plugin-react": "7.30.1",
|
|
103
|
+
"eslint-plugin-unicorn": "43.0.2",
|
|
104
|
+
"file-loader": "6.2.0",
|
|
105
|
+
"less-loader": "11.0.0",
|
|
106
|
+
"sass-loader": "13.0.2",
|
|
107
|
+
"style-loader": "3.3.1",
|
|
108
|
+
"webpack-cli": "4.10.0"
|
|
109
|
+
},
|
|
110
|
+
"dependencies": {
|
|
111
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
112
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
|
113
|
+
"@babel/preset-env": "7.18.10",
|
|
114
|
+
"@babel/preset-react": "7.18.6",
|
|
115
|
+
"@babel/preset-typescript": "7.18.6",
|
|
116
|
+
"@testing-library/user-event": "^14.4.2",
|
|
117
|
+
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
118
|
+
"@typescript-eslint/parser": "5.32.0",
|
|
119
|
+
"babel-loader": "8.2.5",
|
|
120
|
+
"classnames": "2.3.1",
|
|
121
|
+
"cli-confirm": "1.0.1",
|
|
122
|
+
"compression-webpack-plugin": "10.0.0",
|
|
123
|
+
"concurrently": "7.3.0",
|
|
124
|
+
"copy-webpack-plugin": "11.0.0",
|
|
125
|
+
"css": "3.0.0",
|
|
126
|
+
"dotenv": "16.0.1",
|
|
127
|
+
"fs": "0.0.1-security",
|
|
128
|
+
"html-webpack-plugin": "5.5.0",
|
|
129
|
+
"jquery": "3.6.0",
|
|
130
|
+
"jsdom-worker": "0.2.1",
|
|
131
|
+
"jshint": "^2.13.5",
|
|
132
|
+
"less": "4.1.3",
|
|
133
|
+
"moment": "2.29.4",
|
|
134
|
+
"path": "0.12.7",
|
|
135
|
+
"progress-bar-webpack-plugin": "2.1.0",
|
|
136
|
+
"react": "18.2.0",
|
|
137
|
+
"react-dom": "18.2.0",
|
|
138
|
+
"sass": "1.54.3",
|
|
139
|
+
"terser-webpack-plugin": "5.3.3",
|
|
140
|
+
"typescript": "4.7.4",
|
|
141
|
+
"webpack": "5.74.0"
|
|
142
|
+
}
|
|
142
143
|
}
|
package/.github/FUNDING.yml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# These are supported funding model platforms
|
|
2
|
-
|
|
3
|
-
github: passariello
|
|
4
|
-
patreon: passariello
|
|
5
|
-
open_collective: # Replace with a single Open Collective username
|
|
6
|
-
ko_fi: passariello
|
|
7
|
-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
|
-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
-
liberapay: passariello
|
|
10
|
-
issuehunt: passariello
|
|
11
|
-
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom: ["https://dario.passariello.ca", "https://www.paypal.me/dariopassariello", "https://www.indiegogo.com/individuals/28513718"]
|
package/.github/dependabot.yml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Basic dependabot.yml file with
|
|
2
|
-
# minimum configuration for two package managers
|
|
3
|
-
|
|
4
|
-
version: 2
|
|
5
|
-
updates:
|
|
6
|
-
# Enable version updates for npm
|
|
7
|
-
- package-ecosystem: "npm"
|
|
8
|
-
# Look for `package.json` and `lock` files in the `root` directory
|
|
9
|
-
directory: "/"
|
|
10
|
-
# Check the npm registry for updates every day (weekdays)
|
|
11
|
-
schedule:
|
|
12
|
-
interval: "daily"
|
package/SECURITY.md
DELETED
package/index.js.LICENSE.txt
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-dom.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @license React
|
|
13
|
-
* react.production.min.js
|
|
14
|
-
*
|
|
15
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
16
|
-
*
|
|
17
|
-
* This source code is licensed under the MIT license found in the
|
|
18
|
-
* LICENSE file in the root directory of this source tree.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @license React
|
|
23
|
-
* scheduler.production.min.js
|
|
24
|
-
*
|
|
25
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
26
|
-
*
|
|
27
|
-
* This source code is licensed under the MIT license found in the
|
|
28
|
-
* LICENSE file in the root directory of this source tree.
|
|
29
|
-
*/
|