@shieldsbetter/nearley-indentify
Version:
Adapts Nearley-compatible lexers to generate indent/dedent events.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "@shieldsbetter/nearley-indentify",
"version": "0.0.12",
"description": "Adapts Nearley-compatible lexers to generate indent/dedent events.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"clone": "^2.1.2"
},
"devDependencies": {
"@shieldsbetter/sbtest": "0.0.2",
"codecov": "^3.6.2",
"dedent-js": "^1.0.1",
"gulp": "^4.0.2",
"gulp-format-md": "^2.0.0",
"gulp-jsbeautifier": "^3.0.0",
"gulp-prettier": "^2.1.0",
"jshint": "^2.9.7",
"moo": "^0.5.0",
"nyc": "^15.0.0"
},
"scripts": {
"test": "node ./test/tests.js",
"coverage": "nyc -r html node ./test/tests.js && xdg-open coverage/index.html",
"codecov-coverage": "nyc node ./test/tests.js && nyc report --reporter=text-lcov > coverage.lcov && codecov",
"jshint": "jshint index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hamptonsmith/nearley-indentify"
},
"keywords": [
"nearley",
"moo",
"lex",
"lexer",
"indent",
"indentation",
"dedent",
"indent-aware",
"indentation",
"indentation-aware"
],
"author": "Hampton Smith",
"license": "ISC",
"jshintConfig": {
"node": true,
"esversion": 6
}
}