tree-sitter/lib/binding_web/package.json
dependabot[bot] 3cf8b24157
build(deps): bump the npm group across 1 directory with 5 updates
Bumps the npm group with 5 updates in the /lib/binding_web directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.1` | `25.0.3` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.1` | `0.27.2` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.1` | `8.50.0` |



Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@types/node` from 24.10.1 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.1...v0.27.2)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2)

Updates `typescript-eslint` from 8.48.1 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: esbuild
  dependency-version: 0.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 22:34:40 +00:00

100 lines
2.8 KiB
JSON

{
"name": "web-tree-sitter",
"version": "0.27.0",
"description": "Tree-sitter bindings for the web",
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
"directory": "lib/binding_web"
},
"license": "MIT",
"author": {
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"
},
"maintainers": [
{
"name": "Amaan Qureshi",
"email": "amaanq12@gmail.com"
}
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./web-tree-sitter.d.ts",
"default": "./web-tree-sitter.js"
},
"require": {
"types": "./web-tree-sitter.d.cts",
"default": "./web-tree-sitter.cjs"
}
},
"./web-tree-sitter.wasm": "./web-tree-sitter.wasm",
"./debug": {
"import": {
"types": "./web-tree-sitter.d.ts",
"default": "./debug/web-tree-sitter.js"
},
"require": {
"types": "./web-tree-sitter.d.cts",
"default": "./debug/web-tree-sitter.cjs"
}
},
"./debug/web-tree-sitter.wasm": "./debug/web-tree-sitter.wasm"
},
"types": "web-tree-sitter.d.ts",
"keywords": [
"incremental",
"parsing",
"tree-sitter",
"wasm"
],
"files": [
"web-tree-sitter.cjs",
"web-tree-sitter.cjs.map",
"web-tree-sitter.js",
"web-tree-sitter.js.map",
"web-tree-sitter.wasm",
"web-tree-sitter.wasm.map",
"debug/web-tree-sitter.cjs",
"debug/web-tree-sitter.cjs.map",
"debug/web-tree-sitter.js",
"debug/web-tree-sitter.js.map",
"debug/web-tree-sitter.wasm",
"debug/web-tree-sitter.wasm.map",
"web-tree-sitter.d.ts",
"web-tree-sitter.d.ts.map",
"web-tree-sitter.d.cts",
"web-tree-sitter.d.cts.map"
],
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/emscripten": "^1.41.5",
"@types/node": "^25.0.9",
"@vitest/coverage-v8": "^3.0.5",
"dts-buddy": "^0.6.2",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"source-map": "^0.7.4",
"tsx": "^4.21.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.53.0",
"vitest": "^3.0.5"
},
"scripts": {
"build:ts": "tsc -b . && node script/build.js",
"build:wasm": "cd ../../ && cargo xtask build-wasm",
"build:wasm:debug": "cd ../../ && cargo xtask build-wasm --debug",
"build": "npm run build:wasm && npm run build:ts",
"build:debug": "npm run build:wasm:debug && npm run build:ts -- --debug",
"build:dts": "node script/generate-dts.js",
"lint": "eslint src/*.ts script/*.ts test/*.ts",
"lint:fix": "eslint src/*.ts script/*.ts test/*.ts --fix",
"test": "vitest run",
"test:watch": "vitest",
"prepack": "cp ../../LICENSE .",
"postpack": "rm LICENSE",
"prepublishOnly": "tsx script/check-artifacts-fresh.ts"
}
}