testcucmanh5 1.0.0

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

Potentially problematic release.


This version of testcucmanh5 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": "testcucmanh5",
3
+ "version": "1.0.0",
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
+