mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
update
This commit is contained in:
parent
2b7b63a18c
commit
638ef7093e
140 changed files with 307 additions and 121 deletions
62
modules/desktop/astal/node_modules/@biomejs/biome/package.json
generated
vendored
Normal file
62
modules/desktop/astal/node_modules/@biomejs/biome/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"name": "@biomejs/biome",
|
||||
"version": "1.9.4",
|
||||
"bin": {
|
||||
"biome": "bin/biome"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
},
|
||||
"homepage": "https://biomejs.dev",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/biomejs/biome.git",
|
||||
"directory": "packages/@biomejs/biome"
|
||||
},
|
||||
"author": "Emanuele Stoppa",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"bugs": "https://github.com/biomejs/biome/issues",
|
||||
"description": "Biome is a toolchain for the web: formatter, linter and more",
|
||||
"files": [
|
||||
"bin/biome",
|
||||
"scripts/postinstall.js",
|
||||
"configuration_schema.json",
|
||||
"README.md",
|
||||
"LICENSE-APACHE",
|
||||
"LICENSE-MIT",
|
||||
"ROME-LICENSE-MIT"
|
||||
],
|
||||
"keywords": [
|
||||
"format",
|
||||
"lint",
|
||||
"toolchain",
|
||||
"JavaScript",
|
||||
"TypeScript",
|
||||
"JSON",
|
||||
"JSONC",
|
||||
"JSX",
|
||||
"TSX",
|
||||
"CSS",
|
||||
"GraphQL"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/biome"
|
||||
},
|
||||
"publishConfig": {
|
||||
"provenance": true
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@biomejs/cli-win32-x64": "1.9.4",
|
||||
"@biomejs/cli-win32-arm64": "1.9.4",
|
||||
"@biomejs/cli-darwin-x64": "1.9.4",
|
||||
"@biomejs/cli-darwin-arm64": "1.9.4",
|
||||
"@biomejs/cli-linux-x64": "1.9.4",
|
||||
"@biomejs/cli-linux-arm64": "1.9.4",
|
||||
"@biomejs/cli-linux-x64-musl": "1.9.4",
|
||||
"@biomejs/cli-linux-arm64-musl": "1.9.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue