UNPKG

@starptech/expression-parser

Version:

Framework agnostic template expression parser

48 lines (47 loc) 1.14 kB
{ "name": "@starptech/expression-parser", "version": "0.10.0", "description": "Framework agnostic template expression parser", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/StarpTech/prettyhtml.git" }, "scripts": { "debug-test": "node --nolazy --inspect-brk=9229 node_modules/ava/profile.js -- ./test/index.js", "test-coverage": "nyc --reporter lcov ava ./test/index.js", "test": "ava ./test/index.js" }, "files": [ "index.js" ], "keywords": [ "formatter", "prettyhtml", "parser", "expressions", "angular", "vue", "riotjs", "html5" ], "author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)", "license": "MIT", "bugs": { "url": "https://github.com/StarpTech/prettyhtml/issues" }, "homepage": "https://github.com/StarpTech/prettyhtml#readme", "devDependencies": { "ava": "^2.1.0" }, "nyc": { "check-coverage": true, "lines": 90, "functions": 90, "branches": 85 }, "publishConfig": { "access": "public" }, "gitHead": "c417941cf747a0c94abd2dd17eb468395195e752" }