Comparing version 0.1.2 to 0.1.4
@@ -1,28 +0,40 @@ | ||
{ | ||
"name" : "node-dir", | ||
"version" : "0.1.2", | ||
"description" : "asynchronous file and directory operations for Node.js", | ||
"main" : "index", | ||
"homepage": "https://github.com/fshost", | ||
"author" : { | ||
"name" : "Nathan Cartwright", | ||
"email" : "fshost@yahoo.com", | ||
"url" : "https://github.com/fshost" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { "test": "node ./test/test.js" }, | ||
"engines": { "node": ">= 0.10.5" }, | ||
"licenses": ["MIT"], | ||
"keywords": [ | ||
"node-dir", | ||
"directory", | ||
"dir", | ||
"subdir", | ||
"file", | ||
"asynchronous", | ||
"Node.js", | ||
"fs" | ||
] | ||
} | ||
{ | ||
"name": "node-dir", | ||
"version": "0.1.4", | ||
"description": "asynchronous file and directory operations for Node.js", | ||
"main": "index", | ||
"homepage": "https://github.com/fshost", | ||
"repository": "https://github.com/fshost/node-dir", | ||
"author": { | ||
"name": "Nathan Cartwright", | ||
"email": "fshost@yahoo.com", | ||
"url": "https://github.com/fshost" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.5" | ||
}, | ||
"licenses": [ | ||
"MIT" | ||
], | ||
"keywords": [ | ||
"node-dir", | ||
"directory", | ||
"dir", | ||
"subdir", | ||
"file", | ||
"asynchronous", | ||
"Node.js", | ||
"fs" | ||
], | ||
"devDependencies": { | ||
"mocha": "~1.13.0", | ||
"should": "~2.0.2", | ||
"expect.js": "~0.2.0" | ||
} | ||
} |
@@ -108,8 +108,4 @@ # node-dir | ||
#### contributors | ||
- [Nathan Cartwright](https://github.com/fshost) | ||
- [robatron](https://github.com/robatron) | ||
- [nazomikan](https://github.com/nazomikan) | ||
## License | ||
MIT licensed (See LICENSE.txt) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14095
3
7
215
111