Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 9, 2024
1 parent bc9fa17 commit d1f3485
Show file tree
Hide file tree
Showing 20 changed files with 418 additions and 621 deletions.
11 changes: 0 additions & 11 deletions DEPENDENTS.md

This file was deleted.

47 changes: 15 additions & 32 deletions benchmark/package.json
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"
}
}
40 changes: 20 additions & 20 deletions crates/biome_formatter_test/Source/prettier/package.json
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"
}
}
43 changes: 12 additions & 31 deletions package.json
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]"
}
70 changes: 36 additions & 34 deletions packages/@biomejs/backend-jsonrpc/package.json
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",
Expand All @@ -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
}
}
71 changes: 37 additions & 34 deletions packages/@biomejs/biome/package.json
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",
Expand All @@ -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",
Expand All @@ -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
}
}
Loading

0 comments on commit d1f3485

Please sign in to comment.