Files
ast-grep/npm/platforms/linux-x64-gnu/package.json
T
HerringtonDarkholme 560353ec60 0.38.7
bump version
2025-07-09 23:52:00 -04:00

33 lines
568 B
JSON

{
"name": "@ast-grep/cli-linux-x64-gnu",
"version": "0.38.7",
"os": [
"linux"
],
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"files": [
"ast-grep"
],
"description": "Search and Rewrite code at large scale using precise AST pattern",
"keywords": [
"ast",
"pattern",
"codemod",
"search",
"rewrite"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/ast-grep/ast-grep"
}