is-valid-app
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -29,4 +29,4 @@ /*! | ||
var debug = utils.debug('base:generate:' + name); | ||
debug('initializing from <%s>', module.parent.id); | ||
debug('initializing from <%s>', (module.parent && module.parent.id) || __dirname); | ||
return true; | ||
}; |
{ | ||
"name": "is-valid-app", | ||
"description": "Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/jonschlinkert/is-valid-app", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/node-base/is-valid-app", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"repository": "jonschlinkert/is-valid-app", | ||
"contributors": [ | ||
"Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)", | ||
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)" | ||
], | ||
"repository": "node-base/is-valid-app", | ||
"bugs": { | ||
"url": "https://github.com/jonschlinkert/is-valid-app/issues" | ||
"url": "https://github.com/node-base/is-valid-app/issues" | ||
}, | ||
@@ -34,3 +38,7 @@ "license": "MIT", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"app", | ||
"is", | ||
"valid" | ||
], | ||
"verb": { | ||
@@ -37,0 +45,0 @@ "toc": false, |
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7110
5
1
1
0
81