forked from biomejs/biome
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc9fa17
commit d1f3485
Showing
20 changed files
with
418 additions
and
621 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,20 @@ | ||
{ | ||
"author": { | ||
"email": "Source/[email protected]", | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"url": "HTTPS://Editor.Land" | ||
}, | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"name": "@codeeditorland/benchmark", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "", | ||
"devDependencies": { | ||
"@playform/build": "0.2.0", | ||
"dprint": "0.47.6" | ||
}, | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"keywords": [ | ||
"codeeditorland", | ||
"land", | ||
"playform" | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"license": "MIT OR Apache-2.0", | ||
"author": "Biome Developers and Contributors", | ||
"type": "module", | ||
"main": "run.js", | ||
"name": "@biomejs/benchmark", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "Build 'Source/**/*.ts'" | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "8.17.0", | ||
"dprint": "0.47.6", | ||
"eslint": "9.16.0", | ||
"prettier": "3.3.3" | ||
}, | ||
"type": "module", | ||
"version": "0.0.1" | ||
"engines": { | ||
"node": ">20.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"author": { | ||
"email": "Source/[email protected]", | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"url": "HTTPS://Editor.Land" | ||
}, | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@playform/build": "0.2.0" | ||
}, | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"name": "prettier-tests", | ||
"version": "0.0.1", | ||
"private": false, | ||
"keywords": [ | ||
"codeeditorland", | ||
"land", | ||
"playform" | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"name": "prettier-tests", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": { | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"email": "Source/[email protected]", | ||
"url": "HTTPS://Editor.Land" | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
"prepublishOnly": "Build 'Source/**/*.ts'", | ||
"start": "node prepare_tests" | ||
}, | ||
"type": "module", | ||
"version": "0.0.1" | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@playform/build": "0.2.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,16 @@ | ||
{ | ||
"author": { | ||
"email": "Source/[email protected]", | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"url": "HTTPS://Editor.Land" | ||
}, | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"devDependencies": { | ||
"@playform/build": "0.2.0" | ||
}, | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"keywords": [ | ||
"codeeditorland", | ||
"land", | ||
"playform" | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"name": "@biomejs/monorepo", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" | ||
}, | ||
"name": "@codeeditorland/monorepo", | ||
"version": "0.0.0", | ||
"private": true, | ||
"keywords": [], | ||
"license": "MIT OR Apache-2.0", | ||
"author": "Biome Developers and Contributors", | ||
"scripts": { | ||
"ci": "cargo biome-cli-dev ci", | ||
"prepublishOnly": "Build 'Source/**/*.ts'" | ||
"check": "cargo biome-cli-dev check", | ||
"check:apply": "cargo biome-cli-dev check --fix --unsafe", | ||
"ci": "cargo biome-cli-dev ci" | ||
}, | ||
"type": "module", | ||
"version": "0.0.1" | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,44 @@ | ||
{ | ||
"author": { | ||
"email": "Source/[email protected]", | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"url": "HTTPS://Editor.Land" | ||
}, | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"name": "@codeeditorland/backend-jsonrpc", | ||
"version": "1.9.3", | ||
"description": "Bindings to the JSON-RPC Workspace API of the Biome daemon", | ||
"devDependencies": { | ||
"@playform/build": "0.2.0", | ||
"@types/node": "22.10.1" | ||
"keywords": [ | ||
"JavaScript", | ||
"TypeScript", | ||
"format", | ||
"lint", | ||
"toolchain" | ||
], | ||
"homepage": "https://biomejs.dev", | ||
"bugs": "https://github.com/biomejs/biome/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/biomejs/biome.git", | ||
"directory": "npm/backend-jsonrpc" | ||
}, | ||
"license": "MIT OR Apache-2.0", | ||
"author": "Biome Developers and Contributors", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/", | ||
"README.md", | ||
"LICENSE-APACHE", | ||
"LICENSE-MIT", | ||
"ROME-LICENSE-MIT" | ||
], | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"keywords": [ | ||
"codeeditorland", | ||
"land", | ||
"playform" | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"main": "dist/index.js", | ||
"name": "@biomejs/backend-jsonrpc", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "vitest", | ||
"test:ci": "pnpm build && vitest run", | ||
"tsc": "tsc --noEmit" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "20.17.9", | ||
"typescript": "5.7.2", | ||
"vite": "5.4.11", | ||
"vitest": "1.6.0" | ||
}, | ||
"optionalDependencies": { | ||
"@biomejs/cli-darwin-arm64": "1.9.4", | ||
"@biomejs/cli-darwin-x64": "1.9.4", | ||
|
@@ -38,19 +49,10 @@ | |
"@biomejs/cli-win32-arm64": "1.9.4", | ||
"@biomejs/cli-win32-x64": "1.9.4" | ||
}, | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublishOnly": "Build 'Source/**/*.ts'", | ||
"test:ci": "pnpm build && vitest run" | ||
"engines": { | ||
"node": ">=14.21.3" | ||
}, | ||
"type": "module", | ||
"version": "0.0.1" | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,36 @@ | ||
{ | ||
"author": { | ||
"email": "Source/[email protected]", | ||
"name": "🖋️ Source — 👐🏻 Open —", | ||
"url": "HTTPS://Editor.Land" | ||
"name": "@codeeditorland/biome", | ||
"version": "1.9.4", | ||
"description": "Biome is a toolchain for the web: formatter, linter and more", | ||
"keywords": [ | ||
"format", | ||
"lint", | ||
"toolchain", | ||
"JavaScript", | ||
"TypeScript", | ||
"JSON", | ||
"JSONC", | ||
"JSX", | ||
"TSX", | ||
"CSS", | ||
"GraphQL" | ||
], | ||
"homepage": "https://biomejs.dev", | ||
"bugs": "https://github.com/biomejs/biome/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/biomejs/biome.git", | ||
"directory": "packages/@biomejs/biome" | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/biome" | ||
}, | ||
"license": "MIT OR Apache-2.0", | ||
"author": "Emanuele Stoppa", | ||
"bin": { | ||
"biome": "bin/biome" | ||
}, | ||
"bugs": { | ||
"url": "HTTPS://GitHub.Com/CodeEditorLand/Biome/issues" | ||
}, | ||
"description": "Biome is a toolchain for the web: formatter, linter and more", | ||
"devDependencies": { | ||
"@playform/build": "0.2.0" | ||
}, | ||
"files": [ | ||
"bin/biome", | ||
"scripts/postinstall.js", | ||
|
@@ -23,18 +40,11 @@ | |
"LICENSE-MIT", | ||
"ROME-LICENSE-MIT" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/biome" | ||
"scripts": { | ||
"postinstall": "node scripts/postinstall.js" | ||
}, | ||
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/Biome#readme", | ||
"keywords": [ | ||
"codeeditorland", | ||
"land", | ||
"playform" | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"name": "@biomejs/biome", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"optionalDependencies": { | ||
"@biomejs/cli-darwin-arm64": "1.9.4", | ||
"@biomejs/cli-darwin-x64": "1.9.4", | ||
|
@@ -45,17 +55,10 @@ | |
"@biomejs/cli-win32-arm64": "1.9.4", | ||
"@biomejs/cli-win32-x64": "1.9.4" | ||
}, | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+HTTPS://github.com/CodeEditorLand/Biome.git" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "Build 'Source/**/*.ts'" | ||
"engines": { | ||
"node": ">=14.21.3" | ||
}, | ||
"type": "module", | ||
"version": "0.0.1" | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} |
Oops, something went wrong.