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

F4 Finalna Verzija

Location:
imaps-frontend/node_modules/@nodelib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@nodelib/fs.scandir/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@nodelib/fs.scandir",
    3   "version": "2.1.5",
     2  "_from": "@nodelib/fs.scandir@2.1.5",
     3  "_id": "@nodelib/fs.scandir@2.1.5",
     4  "_inBundle": false,
     5  "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
     6  "_location": "/@nodelib/fs.scandir",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@nodelib/fs.scandir@2.1.5",
     12    "name": "@nodelib/fs.scandir",
     13    "escapedName": "@nodelib%2ffs.scandir",
     14    "scope": "@nodelib",
     15    "rawSpec": "2.1.5",
     16    "saveSpec": null,
     17    "fetchSpec": "2.1.5"
     18  },
     19  "_requiredBy": [
     20    "/@nodelib/fs.walk"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
     23  "_shasum": "7619c2eb21b25483f6d167548b4cfd5a7488c3d5",
     24  "_spec": "@nodelib/fs.scandir@2.1.5",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.walk",
     26  "bundleDependencies": false,
     27  "dependencies": {
     28    "@nodelib/fs.stat": "2.0.5",
     29    "run-parallel": "^1.1.9"
     30  },
     31  "deprecated": false,
    432  "description": "List files and directories inside the specified directory",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
     33  "devDependencies": {
     34    "@nodelib/fs.macchiato": "1.0.4",
     35    "@types/run-parallel": "^1.1.0"
     36  },
     37  "engines": {
     38    "node": ">= 8"
     39  },
     40  "files": [
     41    "out/**",
     42    "!out/**/*.map",
     43    "!out/**/*.spec.*"
     44  ],
     45  "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
    746  "keywords": [
    847    "NodeLib",
     
    1453    "dirent"
    1554  ],
    16   "engines": {
    17     "node": ">= 8"
     55  "license": "MIT",
     56  "main": "out/index.js",
     57  "name": "@nodelib/fs.scandir",
     58  "repository": {
     59    "type": "git",
     60    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
    1861  },
    19   "files": [
    20     "out/**",
    21     "!out/**/*.map",
    22     "!out/**/*.spec.*"
    23   ],
    24   "main": "out/index.js",
    25   "typings": "out/index.d.ts",
    2662  "scripts": {
     63    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2764    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    28     "lint": "eslint \"src/**/*.ts\" --cache",
    2965    "compile": "tsc -b .",
    3066    "compile:watch": "tsc -p . --watch --sourceMap",
     67    "lint": "eslint \"src/**/*.ts\" --cache",
    3168    "test": "mocha \"out/**/*.spec.js\" -s 0",
    32     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3369    "watch": "npm run clean && npm run compile:watch"
    3470  },
    35   "dependencies": {
    36     "@nodelib/fs.stat": "2.0.5",
    37     "run-parallel": "^1.1.9"
    38   },
    39   "devDependencies": {
    40     "@nodelib/fs.macchiato": "1.0.4",
    41     "@types/run-parallel": "^1.1.0"
    42   },
    43   "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
     71  "typings": "out/index.d.ts",
     72  "version": "2.1.5"
    4473}
  • imaps-frontend/node_modules/@nodelib/fs.stat/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@nodelib/fs.stat",
    3   "version": "2.0.5",
     2  "_from": "@nodelib/fs.stat@2.0.5",
     3  "_id": "@nodelib/fs.stat@2.0.5",
     4  "_inBundle": false,
     5  "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
     6  "_location": "/@nodelib/fs.stat",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@nodelib/fs.stat@2.0.5",
     12    "name": "@nodelib/fs.stat",
     13    "escapedName": "@nodelib%2ffs.stat",
     14    "scope": "@nodelib",
     15    "rawSpec": "2.0.5",
     16    "saveSpec": null,
     17    "fetchSpec": "2.0.5"
     18  },
     19  "_requiredBy": [
     20    "/@nodelib/fs.scandir"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
     23  "_shasum": "5bd262af94e9d25bd1e71b05deed44876a222e8b",
     24  "_spec": "@nodelib/fs.stat@2.0.5",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.scandir",
     26  "bundleDependencies": false,
     27  "deprecated": false,
    428  "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   ],
     29  "devDependencies": {
     30    "@nodelib/fs.macchiato": "1.0.4"
     31  },
    1432  "engines": {
    1533    "node": ">= 8"
     
    2038    "!out/**/*.spec.*"
    2139  ],
     40  "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
     41  "keywords": [
     42    "NodeLib",
     43    "fs",
     44    "FileSystem",
     45    "file system",
     46    "stat"
     47  ],
     48  "license": "MIT",
    2249  "main": "out/index.js",
    23   "typings": "out/index.d.ts",
     50  "name": "@nodelib/fs.stat",
     51  "repository": {
     52    "type": "git",
     53    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
     54  },
    2455  "scripts": {
     56    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2557    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    26     "lint": "eslint \"src/**/*.ts\" --cache",
    2758    "compile": "tsc -b .",
    2859    "compile:watch": "tsc -p . --watch --sourceMap",
     60    "lint": "eslint \"src/**/*.ts\" --cache",
    2961    "test": "mocha \"out/**/*.spec.js\" -s 0",
    30     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3162    "watch": "npm run clean && npm run compile:watch"
    3263  },
    33   "devDependencies": {
    34     "@nodelib/fs.macchiato": "1.0.4"
    35   },
    36   "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
     64  "typings": "out/index.d.ts",
     65  "version": "2.0.5"
    3766}
  • imaps-frontend/node_modules/@nodelib/fs.walk/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@nodelib/fs.walk",
    3   "version": "1.2.8",
     2  "_from": "@nodelib/fs.walk@1.2.8",
     3  "_id": "@nodelib/fs.walk@1.2.8",
     4  "_inBundle": false,
     5  "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
     6  "_location": "/@nodelib/fs.walk",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@nodelib/fs.walk@1.2.8",
     12    "name": "@nodelib/fs.walk",
     13    "escapedName": "@nodelib%2ffs.walk",
     14    "scope": "@nodelib",
     15    "rawSpec": "1.2.8",
     16    "saveSpec": null,
     17    "fetchSpec": "1.2.8"
     18  },
     19  "_requiredBy": [
     20    "/eslint"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
     23  "_shasum": "e95737e8bb6746ddedf69c556953494f196fe69a",
     24  "_spec": "@nodelib/fs.walk@1.2.8",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     26  "bundleDependencies": false,
     27  "dependencies": {
     28    "@nodelib/fs.scandir": "2.1.5",
     29    "fastq": "^1.6.0"
     30  },
     31  "deprecated": false,
    432  "description": "A library for efficiently walking a directory recursively",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
     33  "devDependencies": {
     34    "@nodelib/fs.macchiato": "1.0.4"
     35  },
     36  "engines": {
     37    "node": ">= 8"
     38  },
     39  "files": [
     40    "out/**",
     41    "!out/**/*.map",
     42    "!out/**/*.spec.*",
     43    "!out/**/tests/**"
     44  ],
     45  "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
    746  "keywords": [
    847    "NodeLib",
     
    1453    "crawler"
    1554  ],
    16   "engines": {
    17     "node": ">= 8"
     55  "license": "MIT",
     56  "main": "out/index.js",
     57  "name": "@nodelib/fs.walk",
     58  "repository": {
     59    "type": "git",
     60    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
    1861  },
    19   "files": [
    20     "out/**",
    21     "!out/**/*.map",
    22     "!out/**/*.spec.*",
    23     "!out/**/tests/**"
    24   ],
    25   "main": "out/index.js",
    26   "typings": "out/index.d.ts",
    2762  "scripts": {
     63    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2864    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    29     "lint": "eslint \"src/**/*.ts\" --cache",
    3065    "compile": "tsc -b .",
    3166    "compile:watch": "tsc -p . --watch --sourceMap",
     67    "lint": "eslint \"src/**/*.ts\" --cache",
    3268    "test": "mocha \"out/**/*.spec.js\" -s 0",
    33     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3469    "watch": "npm run clean && npm run compile:watch"
    3570  },
    36   "dependencies": {
    37     "@nodelib/fs.scandir": "2.1.5",
    38     "fastq": "^1.6.0"
    39   },
    40   "devDependencies": {
    41     "@nodelib/fs.macchiato": "1.0.4"
    42   },
    43   "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8"
     71  "typings": "out/index.d.ts",
     72  "version": "1.2.8"
    4473}
Note: See TracChangeset for help on using the changeset viewer.