PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` { "name": "lilconfig", "version": "2.0.6", "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.17.2", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "cosmiconfig": "^7.0.1", "eslint": "^8.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.3.1", "prettier": "^2.4.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" }, "engines": { "node": ">=10" } }