Files
botgroup.chat/node_modules/lilconfig/package.json
2025-02-12 17:18:18 +08:00

74 lines
1.9 KiB
JSON

{
"_from": "lilconfig@^3.1.3",
"_id": "lilconfig@3.1.3",
"_inBundle": false,
"_integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
"_location": "/lilconfig",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lilconfig@^3.1.3",
"name": "lilconfig",
"escapedName": "lilconfig",
"rawSpec": "^3.1.3",
"saveSpec": null,
"fetchSpec": "^3.1.3"
},
"_requiredBy": [
"/postcss-load-config",
"/tailwindcss"
],
"_resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
"_shasum": "a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4",
"_spec": "lilconfig@^3.1.3",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/tailwindcss",
"author": {
"name": "antonk52"
},
"bugs": {
"url": "https://github.com/antonk52/lilconfig/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A zero-dependency alternative to cosmiconfig",
"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"
},
"engines": {
"node": ">=14"
},
"files": [
"src/index.*"
],
"funding": "https://github.com/sponsors/antonk52",
"homepage": "https://github.com/antonk52/lilconfig#readme",
"keywords": [
"cosmiconfig",
"config",
"configuration",
"search"
],
"license": "MIT",
"main": "src/index.js",
"name": "lilconfig",
"repository": {
"type": "git",
"url": "git+https://github.com/antonk52/lilconfig.git"
},
"scripts": {
"lint": "biome ci ./src",
"test": "NODE_OPTIONS=--experimental-vm-modules ./node_modules/.bin/jest --coverage",
"types": "tsc"
},
"types": "src/index.d.ts",
"version": "3.1.3"
}