34 lines
641 B
JSON
34 lines
641 B
JSON
{
|
|
"name": "@ast-grep/napi-linux-x64-musl",
|
|
"version": "0.35.0",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
],
|
|
"main": "ast-grep-napi.linux-x64-musl.node",
|
|
"files": [
|
|
"ast-grep-napi.linux-x64-musl.node"
|
|
],
|
|
"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"
|
|
} |