- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/lilconfig/package.json
r59329aa re29cc2e 1 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", 2 "_from": "lilconfig@^2.0.3", 3 "_id": "lilconfig@2.0.4", 11 4 "_inBundle": false, 12 "_integrity": "sha512- EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==",5 "_integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", 13 6 "_location": "/lilconfig", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "lilconfig@ 2.0.3",11 "raw": "lilconfig@^2.0.3", 19 12 "name": "lilconfig", 20 13 "escapedName": "lilconfig", 21 "rawSpec": " 2.0.3",14 "rawSpec": "^2.0.3", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.0.3"16 "fetchSpec": "^2.0.3" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/cssnano" 27 20 ], 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", 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", 31 25 "author": { 32 26 "name": "antonk52" … … 35 29 "url": "https://github.com/antonk52/lilconfig/issues" 36 30 }, 31 "bundleDependencies": false, 32 "deprecated": false, 37 33 "description": "A zero-dependency alternative to cosmiconfig", 38 34 "devDependencies": { 39 "@types/jest": "^2 6.0.23",35 "@types/jest": "^27.0.2", 40 36 "@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",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", 45 41 "eslint-config-prettier": "^8.3.0", 46 "eslint-plugin-prettier": "^ 3.4.0",47 "jest": "^2 6.6.3",48 "prettier": "^2. 3.1",49 "ts-jest": "^2 6.5.6",50 "typescript": "^4. 3.2"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" 51 47 }, 52 48 "engines": { … … 79 75 }, 80 76 "types": "dist/index.d.ts", 81 "version": "2.0. 3"77 "version": "2.0.4" 82 78 }
Note:
See TracChangeset
for help on using the changeset viewer.