source: trip-planner-front/node_modules/lilconfig/package.json@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "lilconfig@^2.0.3",
3 "_id": "lilconfig@2.0.4",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==",
[59329aa]6 "_location": "/lilconfig",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "lilconfig@^2.0.3",
[6a3a178]12 "name": "lilconfig",
[59329aa]13 "escapedName": "lilconfig",
[e29cc2e]14 "rawSpec": "^2.0.3",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^2.0.3"
[59329aa]17 },
18 "_requiredBy": [
19 "/cssnano"
20 ],
[e29cc2e]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",
[59329aa]25 "author": {
26 "name": "antonk52"
27 },
28 "bugs": {
29 "url": "https://github.com/antonk52/lilconfig/issues"
30 },
[e29cc2e]31 "bundleDependencies": false,
32 "deprecated": false,
[59329aa]33 "description": "A zero-dependency alternative to cosmiconfig",
34 "devDependencies": {
[e29cc2e]35 "@types/jest": "^27.0.2",
[59329aa]36 "@types/node": "^14.17.2",
[e29cc2e]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",
[59329aa]41 "eslint-config-prettier": "^8.3.0",
[e29cc2e]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"
[59329aa]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",
[e29cc2e]77 "version": "2.0.4"
[6a3a178]78}
Note: See TracBrowser for help on using the repository browser.