breeze-odataparser
Advanced tools
ODATA query parser for Node
Weekly downloads
Readme
Node package Breeze OData query parsing
To compile odataParser.peg
insure that pegjs is installed both globally and locally
run from cmd.
pegjs odataParser.peg
this should generate a 'node' aware js file
odataParser.js
that can be used via
require("./odataParser.js");
To run odataParser testing
run "mocha" from this dir.
TODO: more precedence work - esp: not
FAQs
ODATA query parser for Node
The npm package breeze-odataparser receives a total of 587 weekly downloads. As such, breeze-odataparser popularity was classified as not popular.
We found that breeze-odataparser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.