12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "lilconfig@2.1.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "lilconfig@2.1.0",
- "_id": "lilconfig@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
- "_location": "/lilconfig",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "lilconfig@2.1.0",
- "name": "lilconfig",
- "escapedName": "lilconfig",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/cssnano"
- ],
- "_resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/Users/mac/projects/mime/mine",
- "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.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"
- },
- "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.1.0"
- }
|