Browse code

Add platform independent npm postinstall script

Benjamin Roth authored on22/02/2023 21:54:52
Showing1 changed files
... ...
@@ -1,38 +1,220 @@
1 1
 {
2 2
   "name": "contao-jbox",
3 3
   "version": "1.0.0",
4
-  "lockfileVersion": 2,
4
+  "lockfileVersion": 1,
5 5
   "requires": true,
6
-  "packages": {
7
-    "": {
8
-      "name": "contao-jbox",
6
+  "dependencies": {
7
+    "ansi-styles": {
8
+      "version": "3.2.1",
9
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
10
+      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
11
+      "requires": {
12
+        "color-convert": "^1.9.0"
13
+      }
14
+    },
15
+    "balanced-match": {
16
+      "version": "1.0.2",
17
+      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
18
+      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
19
+    },
20
+    "brace-expansion": {
21
+      "version": "1.1.11",
22
+      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
23
+      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
24
+      "requires": {
25
+        "balanced-match": "^1.0.0",
26
+        "concat-map": "0.0.1"
27
+      }
28
+    },
29
+    "chalk": {
30
+      "version": "2.4.2",
31
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
32
+      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
33
+      "requires": {
34
+        "ansi-styles": "^3.2.1",
35
+        "escape-string-regexp": "^1.0.5",
36
+        "supports-color": "^5.3.0"
37
+      }
38
+    },
39
+    "color-convert": {
40
+      "version": "1.9.3",
41
+      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
42
+      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
43
+      "requires": {
44
+        "color-name": "1.1.3"
45
+      }
46
+    },
47
+    "color-name": {
48
+      "version": "1.1.3",
49
+      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
50
+      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
51
+    },
52
+    "concat-map": {
53
+      "version": "0.0.1",
54
+      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
55
+      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
56
+    },
57
+    "escape-string-regexp": {
58
+      "version": "1.0.5",
59
+      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
60
+      "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
61
+    },
62
+    "fs.realpath": {
9 63
       "version": "1.0.0",
10
-      "hasInstallScript": true,
11
-      "dependencies": {
12
-        "jbox": "^1.3.3"
64
+      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
65
+      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
66
+    },
67
+    "function-bind": {
68
+      "version": "1.1.1",
69
+      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
70
+      "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
71
+    },
72
+    "gently-copy": {
73
+      "version": "3.2.0",
74
+      "resolved": "https://registry.npmjs.org/gently-copy/-/gently-copy-3.2.0.tgz",
75
+      "integrity": "sha512-IBLU4rCffg0Dvq3/7KyiPionCCdEdKnyfe94c00C8+VbgzIS2J9L2jHdLchG9sn8lDqBGzbvfuYVZB/ZlffS7g==",
76
+      "requires": {
77
+        "chalk": "^2.4.2",
78
+        "shelljs": "^0.8.3"
13 79
       }
14 80
     },
15
-    "node_modules/jbox": {
16
-      "version": "1.3.3",
17
-      "license": "MIT",
18
-      "dependencies": {
19
-        "jquery": "^3.6.0"
81
+    "glob": {
82
+      "version": "7.2.3",
83
+      "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
84
+      "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
85
+      "requires": {
86
+        "fs.realpath": "^1.0.0",
87
+        "inflight": "^1.0.4",
88
+        "inherits": "2",
89
+        "minimatch": "^3.1.1",
90
+        "once": "^1.3.0",
91
+        "path-is-absolute": "^1.0.0"
92
+      }
93
+    },
94
+    "has": {
95
+      "version": "1.0.3",
96
+      "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
97
+      "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
98
+      "requires": {
99
+        "function-bind": "^1.1.1"
100
+      }
101
+    },
102
+    "has-flag": {
103
+      "version": "3.0.0",
104
+      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
105
+      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
106
+    },
107
+    "inflight": {
108
+      "version": "1.0.6",
109
+      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
110
+      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
111
+      "requires": {
112
+        "once": "^1.3.0",
113
+        "wrappy": "1"
114
+      }
115
+    },
116
+    "inherits": {
117
+      "version": "2.0.4",
118
+      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
119
+      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
120
+    },
121
+    "interpret": {
122
+      "version": "1.4.0",
123
+      "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
124
+      "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA=="
125
+    },
126
+    "is-core-module": {
127
+      "version": "2.11.0",
128
+      "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
129
+      "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
130
+      "requires": {
131
+        "has": "^1.0.3"
20 132
       }
21 133
     },
22
-    "node_modules/jquery": {
23
-      "version": "3.6.3",
24
-      "license": "MIT"
25
-    }
26
-  },
27
-  "dependencies": {
28 134
     "jbox": {
29 135
       "version": "1.3.3",
136
+      "resolved": "https://registry.npmjs.org/jbox/-/jbox-1.3.3.tgz",
137
+      "integrity": "sha512-aayuZDf4Dc3w/adEdixUetNxJMIbThgt3r9Gfsxh8rWqBBEM3ODKON3YWSwpjgy7BzUHQjIeZ2sdPwV8RSVW6w==",
30 138
       "requires": {
31 139
         "jquery": "^3.6.0"
32 140
       }
33 141
     },
34 142
     "jquery": {
35
-      "version": "3.6.3"
143
+      "version": "3.6.3",
144
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
145
+      "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
146
+    },
147
+    "minimatch": {
148
+      "version": "3.1.2",
149
+      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
150
+      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
151
+      "requires": {
152
+        "brace-expansion": "^1.1.7"
153
+      }
154
+    },
155
+    "once": {
156
+      "version": "1.4.0",
157
+      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
158
+      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
159
+      "requires": {
160
+        "wrappy": "1"
161
+      }
162
+    },
163
+    "path-is-absolute": {
164
+      "version": "1.0.1",
165
+      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
166
+      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
167
+    },
168
+    "path-parse": {
169
+      "version": "1.0.7",
170
+      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
171
+      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
172
+    },
173
+    "rechoir": {
174
+      "version": "0.6.2",
175
+      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
176
+      "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
177
+      "requires": {
178
+        "resolve": "^1.1.6"
179
+      }
180
+    },
181
+    "resolve": {
182
+      "version": "1.22.1",
183
+      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
184
+      "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
185
+      "requires": {
186
+        "is-core-module": "^2.9.0",
187
+        "path-parse": "^1.0.7",
188
+        "supports-preserve-symlinks-flag": "^1.0.0"
189
+      }
190
+    },
191
+    "shelljs": {
192
+      "version": "0.8.5",
193
+      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
194
+      "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
195
+      "requires": {
196
+        "glob": "^7.0.0",
197
+        "interpret": "^1.0.0",
198
+        "rechoir": "^0.6.2"
199
+      }
200
+    },
201
+    "supports-color": {
202
+      "version": "5.5.0",
203
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
204
+      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
205
+      "requires": {
206
+        "has-flag": "^3.0.0"
207
+      }
208
+    },
209
+    "supports-preserve-symlinks-flag": {
210
+      "version": "1.0.0",
211
+      "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
212
+      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
213
+    },
214
+    "wrappy": {
215
+      "version": "1.0.2",
216
+      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
217
+      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
36 218
     }
37 219
   }
38 220
 }
Browse code

Initial commit

Benjamin Roth authored on12/01/2023 00:53:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,38 @@
1
+{
2
+  "name": "contao-jbox",
3
+  "version": "1.0.0",
4
+  "lockfileVersion": 2,
5
+  "requires": true,
6
+  "packages": {
7
+    "": {
8
+      "name": "contao-jbox",
9
+      "version": "1.0.0",
10
+      "hasInstallScript": true,
11
+      "dependencies": {
12
+        "jbox": "^1.3.3"
13
+      }
14
+    },
15
+    "node_modules/jbox": {
16
+      "version": "1.3.3",
17
+      "license": "MIT",
18
+      "dependencies": {
19
+        "jquery": "^3.6.0"
20
+      }
21
+    },
22
+    "node_modules/jquery": {
23
+      "version": "3.6.3",
24
+      "license": "MIT"
25
+    }
26
+  },
27
+  "dependencies": {
28
+    "jbox": {
29
+      "version": "1.3.3",
30
+      "requires": {
31
+        "jquery": "^3.6.0"
32
+      }
33
+    },
34
+    "jquery": {
35
+      "version": "3.6.3"
36
+    }
37
+  }
38
+}