UNPKG

odata-parser

Version:
26 lines (25 loc) 571 B
{ "name": "odata-parser", "version": "1.4.1", "description": "OData query string parser", "main": "lib/index.js", "scripts": { "test": "rm -f lib/odata-parser.js && npm run-script prepublish && mocha -R spec", "prepublish": "pegjs src/odata.pegjs lib/odata-parser.js" }, "dependencies": {}, "devDependencies": { "pegjs": "0.7.0", "mocha": "2.1.0" }, "repository": { "type": "git", "url": "https://github.com/auth0/node-odata-parser" }, "keywords": [ "odata", "parser" ], "author": "auth0", "license": "MIT" }