shaihuludv4 1.0.0

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.
Files changed (4) hide show
  1. package/README.md +17 -0
  2. package/index.js +5 -0
  3. package/package.json +16 -0
  4. package/script +2 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # shaihuludv3
2
+
3
+ A new npm package.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install shaihuludv3
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```javascript
14
+ const shaihuludv3 = require('shaihuludv3');
15
+
16
+ console.log(shaihuludv3.greet('World'));
17
+ ```
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ greet: function(name) {
3
+ return `Hello from shaihuludv3, ${name}!`;
4
+ }
5
+ };
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "shaihuludv4",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "type": "commonjs",
13
+ "dependencies": {
14
+ "example-package": "git+https://github.com/example/example-package.git"
15
+ }
16
+ }
package/script ADDED
@@ -0,0 +1,2 @@
1
+ #!/bin/bash
2
+ echo "You are hacked - RCE"