Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "checkdeps", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Check dependencies of a Node.js project against package.json", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"main": "dist/index.js", | ||
"bin": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "gulp" | ||
}, | ||
"preferGlobal": true, | ||
"repository": { | ||
@@ -17,3 +21,12 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/adamkdean/checkdeps#readme" | ||
"homepage": "https://github.com/adamkdean/checkdeps#readme", | ||
"devDependencies": { | ||
"del": "^2.2.0", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^6.1.1", | ||
"gulp-notice": "^1.0.3", | ||
"babel-plugin-transform-runtime": "^6.4.3", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-stage-3": "^6.3.13" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4190
9
65
0
7