lineas-romero-cookies-consent 1.0.0
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
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(n){typeof define=="function"&&define.amd?define(n):n()})((function(){"use strict"}));
|
package/package.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "lineas-romero-cookies-consent",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Gestor en vanilla JS + CSS para granular las cookies de las páginas de LR, Apartamentos y Visit La Graciosa de manera manual.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/lineas-romero-cookies-consent.umd.cjs",
|
|
10
|
+
"module": "./dist/lineas-romero-cookies-consent.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/lineas-romero-cookies-consent.js",
|
|
14
|
+
"require": "./dist/lineas-romero-cookies-consent.umd.cjs"
|
|
15
|
+
},
|
|
16
|
+
"./style.css": "./dist/style.css"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"preview": "vite preview"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/NelsonLR25/lineas-romero-cookies-consent.git"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"cookies",
|
|
29
|
+
"gdpr",
|
|
30
|
+
"consent"
|
|
31
|
+
],
|
|
32
|
+
"author": "NelsonLR25",
|
|
33
|
+
"license": "ISC",
|
|
34
|
+
"bugs": {
|
|
35
|
+
"url": "https://github.com/NelsonLR25/lineas-romero-cookies-consent/issues"
|
|
36
|
+
},
|
|
37
|
+
"homepage": "https://github.com/NelsonLR25/lineas-romero-cookies-consent#readme",
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"vite": "^7.3.0"
|
|
40
|
+
}
|
|
41
|
+
}
|