1 | {
|
---|
2 | "_from": "lilconfig@^2.0.3",
|
---|
3 | "_id": "lilconfig@2.0.4",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==",
|
---|
6 | "_location": "/lilconfig",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "lilconfig@^2.0.3",
|
---|
12 | "name": "lilconfig",
|
---|
13 | "escapedName": "lilconfig",
|
---|
14 | "rawSpec": "^2.0.3",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.0.3"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/cssnano"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz",
|
---|
22 | "_shasum": "f4507d043d7058b380b6a8f5cb7bcd4b34cee082",
|
---|
23 | "_spec": "lilconfig@^2.0.3",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano",
|
---|
25 | "author": {
|
---|
26 | "name": "antonk52"
|
---|
27 | },
|
---|
28 | "bugs": {
|
---|
29 | "url": "https://github.com/antonk52/lilconfig/issues"
|
---|
30 | },
|
---|
31 | "bundleDependencies": false,
|
---|
32 | "deprecated": false,
|
---|
33 | "description": "A zero-dependency alternative to cosmiconfig",
|
---|
34 | "devDependencies": {
|
---|
35 | "@types/jest": "^27.0.2",
|
---|
36 | "@types/node": "^14.17.2",
|
---|
37 | "@typescript-eslint/eslint-plugin": "^5.3.0",
|
---|
38 | "@typescript-eslint/parser": "^5.3.0",
|
---|
39 | "cosmiconfig": "^7.0.1",
|
---|
40 | "eslint": "^8.1.0",
|
---|
41 | "eslint-config-prettier": "^8.3.0",
|
---|
42 | "eslint-plugin-prettier": "^4.0.0",
|
---|
43 | "jest": "^27.3.1",
|
---|
44 | "prettier": "^2.4.1",
|
---|
45 | "ts-jest": "^27.0.7",
|
---|
46 | "typescript": "^4.4.4"
|
---|
47 | },
|
---|
48 | "engines": {
|
---|
49 | "node": ">=10"
|
---|
50 | },
|
---|
51 | "files": [
|
---|
52 | "dist/*"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/antonk52/lilconfig#readme",
|
---|
55 | "keywords": [
|
---|
56 | "cosmiconfig",
|
---|
57 | "config",
|
---|
58 | "configuration",
|
---|
59 | "search"
|
---|
60 | ],
|
---|
61 | "license": "MIT",
|
---|
62 | "main": "dist/index.js",
|
---|
63 | "name": "lilconfig",
|
---|
64 | "repository": {
|
---|
65 | "type": "git",
|
---|
66 | "url": "git+https://github.com/antonk52/lilconfig.git"
|
---|
67 | },
|
---|
68 | "scripts": {
|
---|
69 | "build": "tsc --declaration",
|
---|
70 | "clean": "rm -rf ./dist",
|
---|
71 | "lint": "eslint ./src/*.ts",
|
---|
72 | "postbuild": "du -h ./dist/*",
|
---|
73 | "prebuild": "npm run clean",
|
---|
74 | "test": "jest --coverage"
|
---|
75 | },
|
---|
76 | "types": "dist/index.d.ts",
|
---|
77 | "version": "2.0.4"
|
---|
78 | }
|
---|