Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "apg-api", | ||
"version": "1.0.0", | ||
"description": "API for APG - an ABNF Parser Generator.", | ||
"version": "1.0.1", | ||
"description": "(Deprecated: use apg-js instead.) API for APG - an ABNF Parser Generator.", | ||
"main": "./src/api.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
## APG API | ||
_**Deprecated:** Use [apg-js](https://www.npmjs.com/package/apg-js) instead. See [apg-js-examples](https://www.npmjs.com/package/apg-js-examples) for usage._ | ||
**apg** has been split into two repositories, [**apg**]((https://github.com/ldthomas/apg-js2) | ||
and this developer's API. | ||
and this developer's API. | ||
This API accomplishes two goals. a) it provides much more flexible access to the underlying generation operations | ||
@@ -6,0 +8,0 @@ and b) it removes all I/O from the API. The node.js "fs" module is incompatible with some development frameworks. |
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
731983
11