123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_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": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz",
- "_shasum": "f4507d043d7058b380b6a8f5cb7bcd4b34cee082",
- "_spec": "lilconfig@2.0.4",
- "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
- "author": {
- "name": "antonk52"
- },
- "bugs": {
- "url": "https://github.com/antonk52/lilconfig/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|