Add <%br= %> jqhtml syntax docs, class override detection, npm update
Document event handler placement and model fetch clarification 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
86
node_modules/lilconfig/package.json
generated
vendored
86
node_modules/lilconfig/package.json
generated
vendored
@@ -1,48 +1,42 @@
|
||||
{
|
||||
"name": "lilconfig",
|
||||
"version": "2.1.0",
|
||||
"description": "A zero-dependency alternative to cosmiconfig",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"prebuild": "npm run clean",
|
||||
"build": "tsc --declaration",
|
||||
"postbuild": "du -h ./dist/*",
|
||||
"clean": "rm -rf ./dist",
|
||||
"test": "jest --coverage",
|
||||
"lint": "eslint ./src/*.ts"
|
||||
},
|
||||
"keywords": [
|
||||
"cosmiconfig",
|
||||
"config",
|
||||
"configuration",
|
||||
"search"
|
||||
],
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antonk52/lilconfig"
|
||||
},
|
||||
"bugs": "https://github.com/antonk52/lilconfig/issues",
|
||||
"author": "antonk52",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/node": "^14.18.36",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"cosmiconfig": "^7.1.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^27.3.1",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-jest": "27.0.7",
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
"name": "lilconfig",
|
||||
"version": "3.1.3",
|
||||
"description": "A zero-dependency alternative to cosmiconfig",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "NODE_OPTIONS=--experimental-vm-modules ./node_modules/.bin/jest --coverage",
|
||||
"lint": "biome ci ./src",
|
||||
"types": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"cosmiconfig",
|
||||
"config",
|
||||
"configuration",
|
||||
"search"
|
||||
],
|
||||
"files": [
|
||||
"src/index.*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antonk52/lilconfig"
|
||||
},
|
||||
"bugs": "https://github.com/antonk52/lilconfig/issues",
|
||||
"author": "antonk52",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.6.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^14.18.63",
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"cosmiconfig": "^8.3.6",
|
||||
"jest": "^29.7.0",
|
||||
"typescript": "^5.3.3",
|
||||
"uvu": "^0.5.6"
|
||||
},
|
||||
"funding": "https://github.com/sponsors/antonk52",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user