{ "_args": [ [ "lilconfig@2.0.4", "/d" ] ], "_from": "lilconfig@2.0.4", "_id": "lilconfig@2.0.4", "_inBundle": false, "_integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", "_location": "/lilconfig", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "lilconfig@2.0.4", "name": "lilconfig", "escapedName": "lilconfig", "rawSpec": "2.0.4", "saveSpec": null, "fetchSpec": "2.0.4" }, "_requiredBy": [ "/postcss-load-config" ], "_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", "_spec": "2.0.4", "_where": "/d", "author": { "name": "antonk52" }, "bugs": { "url": "https://github.com/antonk52/lilconfig/issues" }, "description": "A zero-dependency alternative to cosmiconfig", "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" }, "files": [ "dist/*" ], "homepage": "https://github.com/antonk52/lilconfig#readme", "keywords": [ "cosmiconfig", "config", "configuration", "search" ], "license": "MIT", "main": "dist/index.js", "name": "lilconfig", "repository": { "type": "git", "url": "git+https://github.com/antonk52/lilconfig.git" }, "scripts": { "build": "tsc --declaration", "clean": "rm -rf ./dist", "lint": "eslint ./src/*.ts", "postbuild": "du -h ./dist/*", "prebuild": "npm run clean", "test": "jest --coverage" }, "types": "dist/index.d.ts", "version": "2.0.4" }