@ts-graphviz/ast
Advanced tools
Comparing version 0.0.0-pr956-20240225073457 to 0.0.0-pr956-20240225091623
# @ts-graphviz/ast | ||
## 0.0.0-pr956-20240225073457 | ||
## 0.0.0-pr956-20240225091623 | ||
@@ -12,2 +12,2 @@ ### Major Changes | ||
- Updated dependencies [[`6b2f0e8`](https://github.com/ts-graphviz/ts-graphviz/commit/6b2f0e8349605b4fe0dd950147ba3a8285b24b24)]: | ||
- @ts-graphviz/common@0.0.0-pr956-20240225073457 | ||
- @ts-graphviz/common@0.0.0-pr956-20240225091623 |
{ | ||
"name": "@ts-graphviz/ast", | ||
"version": "0.0.0-pr956-20240225073457", | ||
"version": "0.0.0-pr956-20240225091623", | ||
"description": "", | ||
"keywords": [], | ||
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme", | ||
"bugs": { | ||
"url": "https://github.com/ts-graphviz/ts-graphviz/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ts-graphviz/ts-graphviz.git", | ||
"directory": "packages/ast" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/ts-graphviz" | ||
}, | ||
{ | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/ts-graphviz" | ||
} | ||
], | ||
"license": "NIT", | ||
"author": "", | ||
"type": "module", | ||
"main": "lib/ast.cjs", | ||
"module": "lib/ast.js", | ||
"types": "lib/ast.d.ts", | ||
"exports": { | ||
@@ -22,20 +41,13 @@ ".": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ts-graphviz/ts-graphviz.git", | ||
"directory": "packages/ast" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "NIT", | ||
"bugs": { | ||
"url": "https://github.com/ts-graphviz/ts-graphviz/issues" | ||
}, | ||
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme", | ||
"main": "lib/ast.cjs", | ||
"module": "lib/ast.js", | ||
"types": "lib/ast.d.ts", | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"CHANGELOG.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@ts-graphviz/common": "^0.0.0-pr956-20240225073457" | ||
"@ts-graphviz/common": "^0.0.0-pr956-20240225091623" | ||
}, | ||
@@ -49,6 +61,13 @@ "devDependencies": { | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
"codegen": "peggy --plugin ts-pegjs --extra-options-file src/dot-shim/parser/peggy.options.json -o src/dot-shim/parser/_parse.ts src/dot-shim/parser/dot.peggy", | ||
"build": "vite build" | ||
"build": "vite build", | ||
"codegen": "peggy --plugin ts-pegjs --extra-options-file src/dot-shim/parser/peggy.options.json -o src/dot-shim/parser/_parse.ts src/dot-shim/parser/dot.peggy" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304857
7
8875