parsing
Version:
JSON grammar-based parser
42 lines (41 loc) • 874 B
JSON
{
"version": "2.3.0",
"name": "parsing",
"description": "JSON grammar-based parser",
"keywords": [
"grammar",
"parse",
"ast",
"ll"
],
"homepage": "https://github.com/asmblah/parsing",
"author": "Dan Phillimore <dan@ovms.co> (http://ovms.co)",
"repository": {
"type": "git",
"url": "https://github.com/asmblah/parsing"
},
"bugs": {
"email": "dan@ovms.co",
"url": "https://github.com/asmblah/parsing/issues"
},
"main": "index",
"scripts": {
"jshint": "jshint .",
"mocha": "mocha --recursive test/",
"test": "npm run jshint && npm run mocha"
},
"dependencies": {
"microdash": "^1.4.2"
},
"devDependencies": {
"chai": "^4.3.6",
"jshint": "^2.13.4",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"nowdoc": "^1.0.1"
},
"engines": {
"node": ">=0.6"
},
"license": "MIT"
}