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/@nodelib/fs.stat/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@nodelib/fs.stat",
    3   "version": "2.0.5",
     2  "_args": [
     3    [
     4      "@nodelib/fs.stat@2.0.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@nodelib/fs.stat@2.0.5",
     10  "_id": "@nodelib/fs.stat@2.0.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
     13  "_location": "/@nodelib/fs.stat",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@nodelib/fs.stat@2.0.5",
     19    "name": "@nodelib/fs.stat",
     20    "escapedName": "@nodelib%2ffs.stat",
     21    "scope": "@nodelib",
     22    "rawSpec": "2.0.5",
     23    "saveSpec": null,
     24    "fetchSpec": "2.0.5"
     25  },
     26  "_requiredBy": [
     27    "/@nodelib/fs.scandir",
     28    "/fast-glob"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
     31  "_spec": "2.0.5",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    433  "description": "Get the status of a file with some features",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
    7   "keywords": [
    8     "NodeLib",
    9     "fs",
    10     "FileSystem",
    11     "file system",
    12     "stat"
    13   ],
     34  "devDependencies": {
     35    "@nodelib/fs.macchiato": "1.0.4"
     36  },
    1437  "engines": {
    1538    "node": ">= 8"
     
    2043    "!out/**/*.spec.*"
    2144  ],
     45  "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
     46  "keywords": [
     47    "NodeLib",
     48    "fs",
     49    "FileSystem",
     50    "file system",
     51    "stat"
     52  ],
     53  "license": "MIT",
    2254  "main": "out/index.js",
    23   "typings": "out/index.d.ts",
     55  "name": "@nodelib/fs.stat",
     56  "repository": {
     57    "type": "git",
     58    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
     59  },
    2460  "scripts": {
     61    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2562    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    26     "lint": "eslint \"src/**/*.ts\" --cache",
    2763    "compile": "tsc -b .",
    2864    "compile:watch": "tsc -p . --watch --sourceMap",
     65    "lint": "eslint \"src/**/*.ts\" --cache",
    2966    "test": "mocha \"out/**/*.spec.js\" -s 0",
    30     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3167    "watch": "npm run clean && npm run compile:watch"
    3268  },
    33   "devDependencies": {
    34     "@nodelib/fs.macchiato": "1.0.4"
    35   },
    36   "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
     69  "typings": "out/index.d.ts",
     70  "version": "2.0.5"
    3771}
Note: See TracChangeset for help on using the changeset viewer.