Changeset 59329aa for trip-planner-front/node_modules/find-up
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/find-up/package.json
rceaed42 r59329aa 1 1 { 2 "name": "find-up", 3 "version": "4.1.0", 4 "description": "Find a file or directory by walking up parent directories", 5 "license": "MIT", 6 "repository": "sindresorhus/find-up", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "find", 24 "up", 25 "find-up", 26 "findup", 27 "look-up", 28 "look", 29 "file", 30 "search", 31 "match", 32 "package", 33 "resolve", 34 "parent", 35 "parents", 36 "folder", 37 "directory", 38 "walk", 39 "walking", 40 "path" 41 ], 42 "dependencies": { 43 "locate-path": "^5.0.0", 44 "path-exists": "^4.0.0" 45 }, 46 "devDependencies": { 47 "ava": "^2.1.0", 48 "is-path-inside": "^2.1.0", 49 "tempy": "^0.3.0", 50 "tsd": "^0.7.3", 51 "xo": "^0.24.0" 52 } 2 "_args": [ 3 [ 4 "find-up@4.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "find-up@4.1.0", 10 "_id": "find-up@4.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", 13 "_location": "/find-up", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "find-up@4.1.0", 19 "name": "find-up", 20 "escapedName": "find-up", 21 "rawSpec": "4.1.0", 22 "saveSpec": null, 23 "fetchSpec": "4.1.0" 24 }, 25 "_requiredBy": [ 26 "/pkg-dir" 27 ], 28 "_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", 29 "_spec": "4.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/find-up/issues" 38 }, 39 "dependencies": { 40 "locate-path": "^5.0.0", 41 "path-exists": "^4.0.0" 42 }, 43 "description": "Find a file or directory by walking up parent directories", 44 "devDependencies": { 45 "ava": "^2.1.0", 46 "is-path-inside": "^2.1.0", 47 "tempy": "^0.3.0", 48 "tsd": "^0.7.3", 49 "xo": "^0.24.0" 50 }, 51 "engines": { 52 "node": ">=8" 53 }, 54 "files": [ 55 "index.js", 56 "index.d.ts" 57 ], 58 "homepage": "https://github.com/sindresorhus/find-up#readme", 59 "keywords": [ 60 "find", 61 "up", 62 "find-up", 63 "findup", 64 "look-up", 65 "look", 66 "file", 67 "search", 68 "match", 69 "package", 70 "resolve", 71 "parent", 72 "parents", 73 "folder", 74 "directory", 75 "walk", 76 "walking", 77 "path" 78 ], 79 "license": "MIT", 80 "name": "find-up", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/sindresorhus/find-up.git" 84 }, 85 "scripts": { 86 "test": "xo && ava && tsd" 87 }, 88 "version": "4.1.0" 53 89 }
Note:
See TracChangeset
for help on using the changeset viewer.