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/find-cache-dir/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "find-cache-dir",
    3         "version": "3.3.1",
    4         "description": "Finds the common standard cache directory",
    5         "license": "MIT",
    6         "repository": "avajs/find-cache-dir",
    7         "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
    8         "engines": {
    9                 "node": ">=8"
    10         },
    11         "scripts": {
    12                 "test": "xo && nyc ava"
    13         },
    14         "files": [
    15                 "index.js"
    16         ],
    17         "keywords": [
    18                 "cache",
    19                 "directory",
    20                 "dir",
    21                 "caching",
    22                 "find",
    23                 "search"
    24         ],
    25         "dependencies": {
    26                 "commondir": "^1.0.1",
    27                 "make-dir": "^3.0.2",
    28                 "pkg-dir": "^4.1.0"
    29         },
    30         "devDependencies": {
    31                 "ava": "^2.4.0",
    32                 "coveralls": "^3.0.9",
    33                 "del": "^4.0.0",
    34                 "nyc": "^15.0.0",
    35                 "tempy": "^0.4.0",
    36                 "xo": "^0.25.3"
    37         },
    38         "nyc": {
    39                 "reporter": [
    40                         "lcov",
    41                         "text"
    42                 ]
    43         }
     2  "_args": [
     3    [
     4      "find-cache-dir@3.3.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "find-cache-dir@3.3.1",
     10  "_id": "find-cache-dir@3.3.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
     13  "_location": "/find-cache-dir",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "find-cache-dir@3.3.1",
     19    "name": "find-cache-dir",
     20    "escapedName": "find-cache-dir",
     21    "rawSpec": "3.3.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.3.1"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/babel-loader"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
     30  "_spec": "3.3.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "bugs": {
     33    "url": "https://github.com/avajs/find-cache-dir/issues"
     34  },
     35  "dependencies": {
     36    "commondir": "^1.0.1",
     37    "make-dir": "^3.0.2",
     38    "pkg-dir": "^4.1.0"
     39  },
     40  "description": "Finds the common standard cache directory",
     41  "devDependencies": {
     42    "ava": "^2.4.0",
     43    "coveralls": "^3.0.9",
     44    "del": "^4.0.0",
     45    "nyc": "^15.0.0",
     46    "tempy": "^0.4.0",
     47    "xo": "^0.25.3"
     48  },
     49  "engines": {
     50    "node": ">=8"
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
     56  "homepage": "https://github.com/avajs/find-cache-dir#readme",
     57  "keywords": [
     58    "cache",
     59    "directory",
     60    "dir",
     61    "caching",
     62    "find",
     63    "search"
     64  ],
     65  "license": "MIT",
     66  "name": "find-cache-dir",
     67  "nyc": {
     68    "reporter": [
     69      "lcov",
     70      "text"
     71    ]
     72  },
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/avajs/find-cache-dir.git"
     76  },
     77  "scripts": {
     78    "test": "xo && nyc ava"
     79  },
     80  "version": "3.3.1"
    4481}
Note: See TracChangeset for help on using the changeset viewer.