feat: with json body

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-04 22:34:31 +02:00
parent c34df2ccaa
commit 20ea4b66b9
10 changed files with 3426 additions and 1037 deletions

12
package-lock.json generated
View File

@@ -9,7 +9,8 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"nan": "^2.17.0"
"nan": "^2.17.0",
"tree-sitter-json": "^0.20.0"
},
"devDependencies": {
"prettier": "^2.8.8",
@@ -45,6 +46,15 @@
"bin": {
"tree-sitter": "cli.js"
}
},
"node_modules/tree-sitter-json": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/tree-sitter-json/-/tree-sitter-json-0.20.0.tgz",
"integrity": "sha512-PteOLH+Tx6Bz4ZA/d40/DbkiSXXRM/gKahhHI8hQ1lWNfFvdknnz9k3Mz84ol5srRyLboJ8wp8GSkhZ6ht9EGQ==",
"hasInstallScript": true,
"dependencies": {
"nan": "^2.14.1"
}
}
}
}