@apt-repositories/generator
Advanced tools
Comparing version
@@ -11,2 +11,8 @@ #!/usr/bin/env node | ||
// source/observe.ts | ||
import { existsSync } from "node:fs"; | ||
import { mkdir, readFile, readdir, writeFile } from "node:fs/promises"; | ||
import { join } from "node:path"; | ||
import { argv } from "node:process"; | ||
// node_modules/@oliversalzburg/js-utils/data/nil.js | ||
@@ -182,6 +188,2 @@ function isNil(subject) { | ||
// source/observe.ts | ||
import { existsSync } from "node:fs"; | ||
import { mkdir, readFile, readdir, writeFile } from "node:fs/promises"; | ||
import { join } from "node:path"; | ||
import { argv } from "node:process"; | ||
var args = argv.slice(2).reduce((args2, arg) => { | ||
@@ -188,0 +190,0 @@ if (!arg.startsWith("--")) { |
@@ -11,2 +11,7 @@ #!/usr/bin/env node | ||
// source/validate.ts | ||
import { readFile, readdir, stat } from "node:fs/promises"; | ||
import { join } from "node:path"; | ||
import { argv } from "node:process"; | ||
// node_modules/@oliversalzburg/js-utils/format/bytes.js | ||
@@ -212,5 +217,2 @@ var BYTE_UNITS = ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"]; | ||
// source/validate.ts | ||
import { readFile, readdir, stat } from "node:fs/promises"; | ||
import { join } from "node:path"; | ||
import { argv } from "node:process"; | ||
var OUTPUT_DIRECTORY = process.env.OUTPUT_DIRECTORY ?? argv[2] ?? process.cwd(); | ||
@@ -217,0 +219,0 @@ var validateJsonRecursive = async (root) => { |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "1.0.2-dev.78", | ||
"version": "1.0.2-dev.79", | ||
"license": "MIT", | ||
@@ -32,5 +32,4 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", | ||
"lint": "yarn run lint:all", | ||
"lint:all": "yarn run lint:eslint && yarn run lint:prettier && yarn run lint:tsc", | ||
"lint:eslint": "eslint .", | ||
"lint:prettier": "prettier --check .", | ||
"lint:all": "yarn run lint:biome && yarn run lint:tsc", | ||
"lint:biome": "biome check .", | ||
"lint:tsc": "tsc --noEmit", | ||
@@ -51,23 +50,11 @@ "nextversion": "./.scripts/manifest-version.cjs", | ||
"devDependencies": { | ||
"@eslint/js": "9.21.0", | ||
"@oliversalzburg/eslint-config": "2.0.0", | ||
"@biomejs/biome": "1.9.4", | ||
"@types/chai": "5.0.1", | ||
"@types/eslint": "9.6.1", | ||
"@types/mocha": "10.0.10", | ||
"@types/node": "22.13.5", | ||
"esbuild": "0.25.0", | ||
"eslint": "9.21.0", | ||
"eslint-config-prettier": "10.0.1", | ||
"eslint-plugin-jsdoc": "50.6.3", | ||
"eslint-plugin-tsdoc": "0.4.0", | ||
"globals": "16.0.0", | ||
"lint-staged": "15.4.3", | ||
"prettier": "3.5.1", | ||
"prettier-package-json": "2.8.0", | ||
"prettier-plugin-organize-imports": "4.1.0", | ||
"prettier-plugin-sh": "0.15.0", | ||
"typescript": "5.7.3", | ||
"typescript-eslint": "8.24.1" | ||
"typescript": "5.7.3" | ||
}, | ||
"packageManager": "yarn@4.6.0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7
-63.16%21919
02382537
-0.02%