source: trip-planner-front/node_modules/lilconfig/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "lilconfig@2.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "lilconfig@2.0.3",
10 "_id": "lilconfig@2.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==",
13 "_location": "/lilconfig",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "lilconfig@2.0.3",
19 "name": "lilconfig",
20 "escapedName": "lilconfig",
21 "rawSpec": "2.0.3",
22 "saveSpec": null,
23 "fetchSpec": "2.0.3"
24 },
25 "_requiredBy": [
26 "/cssnano"
27 ],
28 "_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.3.tgz",
29 "_spec": "2.0.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "antonk52"
33 },
34 "bugs": {
35 "url": "https://github.com/antonk52/lilconfig/issues"
36 },
37 "description": "A zero-dependency alternative to cosmiconfig",
38 "devDependencies": {
39 "@types/jest": "^26.0.23",
40 "@types/node": "^14.17.2",
41 "@typescript-eslint/eslint-plugin": "^4.26.0",
42 "@typescript-eslint/parser": "^4.26.0",
43 "cosmiconfig": "7.0.0",
44 "eslint": "^7.28.0",
45 "eslint-config-prettier": "^8.3.0",
46 "eslint-plugin-prettier": "^3.4.0",
47 "jest": "^26.6.3",
48 "prettier": "^2.3.1",
49 "ts-jest": "^26.5.6",
50 "typescript": "^4.3.2"
51 },
52 "engines": {
53 "node": ">=10"
54 },
55 "files": [
56 "dist/*"
57 ],
58 "homepage": "https://github.com/antonk52/lilconfig#readme",
59 "keywords": [
60 "cosmiconfig",
61 "config",
62 "configuration",
63 "search"
64 ],
65 "license": "MIT",
66 "main": "dist/index.js",
67 "name": "lilconfig",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/antonk52/lilconfig.git"
71 },
72 "scripts": {
73 "build": "tsc --declaration",
74 "clean": "rm -rf ./dist",
75 "lint": "eslint ./src/*.ts",
76 "postbuild": "du -h ./dist/*",
77 "prebuild": "npm run clean",
78 "test": "jest --coverage"
79 },
80 "types": "dist/index.d.ts",
81 "version": "2.0.3"
82}
Note: See TracBrowser for help on using the repository browser.