UNPKG

ngast

Version:

Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.

36 lines 874 B
{ "name": "ngast", "version": "0.6.2", "description": "Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.", "main": "ngast.bundle.js", "module": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/ng-ast/ngast.git" }, "dependencies": { "@angular/compiler": "11.0.9", "@angular/compiler-cli": "11.0.9", "@angular/core": "11.0.9" }, "peerDependencies": { "tslib": "^2.0.0", "typescript": "~4.0.0" }, "keywords": [ "AST", "Angular", "Parser", "Compiler" ], "author": "Minko Gechev <mgechev@gmail.com>", "contributors": [ { "name": "GrandSchtroumpf", "email": "francois.guezengar@hotmail.fr", "url": "https://github.com/GrandSchtroumpf" } ], "license": "MIT" }