You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.0 KiB
81 lines
2.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"lilconfig@2.1.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_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": [ |
|
"/postcss-load-config" |
|
], |
|
"_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", |
|
"_spec": "2.1.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"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" |
|
}
|
|
|