79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"_from": "lilconfig@^2.0.3",
|
|
"_id": "lilconfig@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
|
|
"_location": "/lilconfig",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "lilconfig@^2.0.3",
|
|
"name": "lilconfig",
|
|
"escapedName": "lilconfig",
|
|
"rawSpec": "^2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
|
|
"_shasum": "78e23ac89ebb7e1bfbf25b18043de756548e7f52",
|
|
"_spec": "lilconfig@^2.0.3",
|
|
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\cssnano",
|
|
"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.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"
|
|
}
|