Initial commit
This commit is contained in:
+79
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "lilconfig@^2.0.6",
|
||||
"_id": "lilconfig@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",
|
||||
"_location": "/lilconfig",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lilconfig@^2.0.6",
|
||||
"name": "lilconfig",
|
||||
"escapedName": "lilconfig",
|
||||
"rawSpec": "^2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-load-config",
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
|
||||
"_shasum": "32a384558bd58af3d4c6e077dd1ad1d397bc69d4",
|
||||
"_spec": "lilconfig@^2.0.6",
|
||||
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater/node_modules/tailwindcss",
|
||||
"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.6"
|
||||
}
|
||||
Reference in New Issue
Block a user