Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/find-up/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "find-up",
    3         "version": "5.0.0",
    4         "description": "Find a file or directory by walking up parent directories",
    5         "license": "MIT",
    6         "repository": "sindresorhus/find-up",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=10"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts"
    22         ],
    23         "keywords": [
    24                 "find",
    25                 "up",
    26                 "find-up",
    27                 "findup",
    28                 "look-up",
    29                 "look",
    30                 "file",
    31                 "search",
    32                 "match",
    33                 "package",
    34                 "resolve",
    35                 "parent",
    36                 "parents",
    37                 "folder",
    38                 "directory",
    39                 "walk",
    40                 "walking",
    41                 "path"
    42         ],
    43         "dependencies": {
    44                 "locate-path": "^6.0.0",
    45                 "path-exists": "^4.0.0"
    46         },
    47         "devDependencies": {
    48                 "ava": "^2.1.0",
    49                 "is-path-inside": "^2.1.0",
    50                 "tempy": "^0.6.0",
    51                 "tsd": "^0.13.1",
    52                 "xo": "^0.33.0"
    53         }
     2  "_from": "find-up@5.0.0",
     3  "_id": "find-up@5.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
     6  "_location": "/find-up",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "find-up@5.0.0",
     12    "name": "find-up",
     13    "escapedName": "find-up",
     14    "rawSpec": "5.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "5.0.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
     22  "_shasum": "4c92819ecb7083561e4f4a240a86be5198f536fc",
     23  "_spec": "find-up@5.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "https://sindresorhus.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/sindresorhus/find-up/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {
     35    "locate-path": "^6.0.0",
     36    "path-exists": "^4.0.0"
     37  },
     38  "deprecated": false,
     39  "description": "Find a file or directory by walking up parent directories",
     40  "devDependencies": {
     41    "ava": "^2.1.0",
     42    "is-path-inside": "^2.1.0",
     43    "tempy": "^0.6.0",
     44    "tsd": "^0.13.1",
     45    "xo": "^0.33.0"
     46  },
     47  "engines": {
     48    "node": ">=10"
     49  },
     50  "files": [
     51    "index.js",
     52    "index.d.ts"
     53  ],
     54  "funding": "https://github.com/sponsors/sindresorhus",
     55  "homepage": "https://github.com/sindresorhus/find-up#readme",
     56  "keywords": [
     57    "find",
     58    "up",
     59    "find-up",
     60    "findup",
     61    "look-up",
     62    "look",
     63    "file",
     64    "search",
     65    "match",
     66    "package",
     67    "resolve",
     68    "parent",
     69    "parents",
     70    "folder",
     71    "directory",
     72    "walk",
     73    "walking",
     74    "path"
     75  ],
     76  "license": "MIT",
     77  "name": "find-up",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/sindresorhus/find-up.git"
     81  },
     82  "scripts": {
     83    "test": "xo && ava && tsd"
     84  },
     85  "version": "5.0.0"
    5486}
Note: See TracChangeset for help on using the changeset viewer.