projecte_ionic/node_modules/lilconfig/package.json
2022-02-09 18:30:03 +01:00

79 lines
2 KiB
JSON
Executable file

{
"_from": "lilconfig@^2.0.3",
"_id": "lilconfig@2.0.4",
"_inBundle": false,
"_integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==",
"_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.0.4.tgz",
"_shasum": "f4507d043d7058b380b6a8f5cb7bcd4b34cee082",
"_spec": "lilconfig@^2.0.3",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/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.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"
}