UNPKG

angular-html-parser

Version:
55 lines (54 loc) 1.67 kB
{ "name": "angular-html-parser", "version": "8.0.1", "description": "A HTML parser extracted from Angular with some modifications", "repository": "https://github.com/prettier/angular-html-parser", "homepage": "https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "exports": { ".": { "types": "./lib/angular-html-parser/src/index.d.ts", "default": "./lib/angular-html-parser/src/index.js" }, "./*": "./*" }, "license": "MIT", "scripts": { "prepublish": "yarn run build", "build": "yarn clean && yarn build-lib && yarn codemod", "clean": "del-cli ./lib", "build-lib": "tsc -p tsconfig.build.json", "codemod": "node ./node_modules/jscodeshift/bin/jscodeshift.js -t postbuild-codemod.ts lib --extensions=js,ts --parser=ts", "test": "ts-node --project tsconfig.test.json -r tsconfig-paths/register node_modules/jasmine/bin/jasmine.js ../compiler/test/ml_parser/*_spec.ts ./test/*_spec.ts", "release": "standard-version" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@types/jscodeshift": "0.12.0", "del-cli": "6.0.0", "jasmine": "5.4.0", "jscodeshift": "17.1.1", "standard-version": "9.5.0", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typescript": "5.7.2" }, "engines": { "node": ">= 14" }, "files": [ "lib", "ThirdPartyNoticeText.txt" ], "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }