Comparing version 0.0.0 to 1.0.0-alpha-01
{ | ||
"name": "bartlett", | ||
"version": "0.0.0", | ||
"version": "1.0.0-alpha-01", | ||
"description": "A functional recursive descent parsing library", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "src/parser.coffee", | ||
"repository": { | ||
@@ -15,3 +12,4 @@ "type": "git", | ||
"parser", | ||
"recursive-descent" | ||
"recursive", | ||
"descent" | ||
], | ||
@@ -18,0 +16,0 @@ "author": "Dan Yoder", |
Sorry, the diff of this file is not supported yet
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 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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5
1
1
5
2834