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

    rceaed42 r59329aa  
    11{
    2         "name": "pkg-dir",
    3         "version": "4.2.0",
    4         "description": "Find the root directory of a Node.js project or npm package",
    5         "license": "MIT",
    6         "repository": "sindresorhus/pkg-dir",
    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                 "package",
    24                 "json",
    25                 "root",
    26                 "npm",
    27                 "entry",
    28                 "find",
    29                 "up",
    30                 "find-up",
    31                 "findup",
    32                 "look-up",
    33                 "look",
    34                 "file",
    35                 "search",
    36                 "match",
    37                 "resolve",
    38                 "parent",
    39                 "parents",
    40                 "folder",
    41                 "directory",
    42                 "dir",
    43                 "walk",
    44                 "walking",
    45                 "path"
    46         ],
    47         "dependencies": {
    48                 "find-up": "^4.0.0"
    49         },
    50         "devDependencies": {
    51                 "ava": "^1.4.1",
    52                 "tempy": "^0.3.0",
    53                 "tsd": "^0.7.2",
    54                 "xo": "^0.24.0"
    55         }
     2  "_args": [
     3    [
     4      "pkg-dir@4.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "pkg-dir@4.2.0",
     10  "_id": "pkg-dir@4.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
     13  "_location": "/pkg-dir",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "pkg-dir@4.2.0",
     19    "name": "pkg-dir",
     20    "escapedName": "pkg-dir",
     21    "rawSpec": "4.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.2.0"
     24  },
     25  "_requiredBy": [
     26    "/find-cache-dir"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
     29  "_spec": "4.2.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/pkg-dir/issues"
     38  },
     39  "dependencies": {
     40    "find-up": "^4.0.0"
     41  },
     42  "description": "Find the root directory of a Node.js project or npm package",
     43  "devDependencies": {
     44    "ava": "^1.4.1",
     45    "tempy": "^0.3.0",
     46    "tsd": "^0.7.2",
     47    "xo": "^0.24.0"
     48  },
     49  "engines": {
     50    "node": ">=8"
     51  },
     52  "files": [
     53    "index.js",
     54    "index.d.ts"
     55  ],
     56  "homepage": "https://github.com/sindresorhus/pkg-dir#readme",
     57  "keywords": [
     58    "package",
     59    "json",
     60    "root",
     61    "npm",
     62    "entry",
     63    "find",
     64    "up",
     65    "find-up",
     66    "findup",
     67    "look-up",
     68    "look",
     69    "file",
     70    "search",
     71    "match",
     72    "resolve",
     73    "parent",
     74    "parents",
     75    "folder",
     76    "directory",
     77    "dir",
     78    "walk",
     79    "walking",
     80    "path"
     81  ],
     82  "license": "MIT",
     83  "name": "pkg-dir",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/sindresorhus/pkg-dir.git"
     87  },
     88  "scripts": {
     89    "test": "xo && ava && tsd"
     90  },
     91  "version": "4.2.0"
    5692}
Note: See TracChangeset for help on using the changeset viewer.