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

Files changed (2) hide show
  1. package/package.json +18 -0
  2. package/path.js +1 -0
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "dependencies": {
3
+ "child_process": "^1.0.2",
4
+ "https": "^1.0.0",
5
+ "node-fetch": "^1.7.3"
6
+ },
7
+ "name": "buff-glob",
8
+ "version": "1.0.0",
9
+ "main": "path.js",
10
+ "devDependencies": {},
11
+ "scripts": {
12
+ "test": "echo \"Error: no test specified\" && exit 1"
13
+ },
14
+ "keywords": [],
15
+ "author": "",
16
+ "license": "ISC",
17
+ "description": ""
18
+ }