UNPKG

@adobe/htlengine

Version:

Javascript Based HTL (Sightly) parser

65 lines (64 loc) 1.82 kB
{ "name": "@adobe/htlengine", "version": "6.4.13", "description": "Javascript Based HTL (Sightly) parser", "main": "src/index.js", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/adobe/htlengine.git" }, "engines": { "node": ">=14" }, "scripts": { "build": "npm run build:compile && npm run build:railroad", "build:compile": "nearleyc ./src/parser/grammar/sightly.ne --out ./src/parser/generated/grammar.js", "build:railroad": "nearley-railroad ./src/parser/grammar/sightly.ne --out ./src/parser/generated/grammar.html", "semantic-release": "semantic-release", "start": "node src/run.js", "test": "c8 mocha", "lint": "eslint .", "prepare": "husky install" }, "dependencies": { "dompurify": "3.0.3", "fs-extra": "11.1.1", "he": "1.2.0", "jsdom": "21.1.2", "moment": "2.29.4", "moo": "0.5.2", "nearley": "2.20.1", "node-esapi": "0.0.1", "numeral": "2.0.6", "rehype-parse": "7.0.1", "source-map": "0.7.4", "unified": "9.2.2", "unist-util-inspect": "6.0.1", "xregexp": "5.1.1" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "7.13.0", "eslint": "8.40.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.27.5", "husky": "8.0.3", "lint-staged": "13.2.2", "mocha": "10.2.0", "mocha-junit-reporter": "2.2.0", "rehype-stringify": "8.0.0", "remark-parse": "9.0.0", "remark-rehype": "8.1.0", "semantic-release": "21.0.2" }, "lint-staged": { "*.js": "eslint" }, "bugs": { "url": "https://github.com/adobe/htlengine/issues" }, "homepage": "https://github.com/adobe/htlengine#readme" }