Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/lilconfig/package.json

    rceaed42 r59329aa  
    11{
     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",
    219    "name": "lilconfig",
    3     "version": "2.0.3",
    4     "description": "A zero-dependency alternative to cosmiconfig",
    5     "main": "dist/index.js",
    6     "types": "dist/index.d.ts",
    7     "scripts": {
    8         "prebuild": "npm run clean",
    9         "build": "tsc --declaration",
    10         "postbuild": "du -h ./dist/*",
    11         "clean": "rm -rf ./dist",
    12         "test": "jest --coverage",
    13         "lint": "eslint ./src/*.ts"
    14     },
    15     "keywords": [
    16         "cosmiconfig",
    17         "config",
    18         "configuration",
    19         "search"
    20     ],
    21     "files": [
    22         "dist/*"
    23     ],
    24     "repository": {
    25         "type": "git",
    26         "url": "https://github.com/antonk52/lilconfig"
    27     },
    28     "bugs": "https://github.com/antonk52/lilconfig/issues",
    29     "author": "antonk52",
    30     "license": "MIT",
    31     "devDependencies": {
    32         "@types/jest": "^26.0.23",
    33         "@types/node": "^14.17.2",
    34         "@typescript-eslint/eslint-plugin": "^4.26.0",
    35         "@typescript-eslint/parser": "^4.26.0",
    36         "cosmiconfig": "7.0.0",
    37         "eslint": "^7.28.0",
    38         "eslint-config-prettier": "^8.3.0",
    39         "eslint-plugin-prettier": "^3.4.0",
    40         "jest": "^26.6.3",
    41         "prettier": "^2.3.1",
    42         "ts-jest": "^26.5.6",
    43         "typescript": "^4.3.2"
    44     },
    45     "engines": {
    46         "node": ">=10"
    47     }
     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"
    4882}
Note: See TracChangeset for help on using the changeset viewer.