source: trip-planner-front/node_modules/@nodelib/fs.scandir/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "@nodelib/fs.scandir@2.1.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@nodelib/fs.scandir@2.1.5",
10 "_id": "@nodelib/fs.scandir@2.1.5",
11 "_inBundle": false,
12 "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
13 "_location": "/@nodelib/fs.scandir",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@nodelib/fs.scandir@2.1.5",
19 "name": "@nodelib/fs.scandir",
20 "escapedName": "@nodelib%2ffs.scandir",
21 "scope": "@nodelib",
22 "rawSpec": "2.1.5",
23 "saveSpec": null,
24 "fetchSpec": "2.1.5"
25 },
26 "_requiredBy": [
27 "/@nodelib/fs.walk"
28 ],
29 "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
30 "_spec": "2.1.5",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "dependencies": {
33 "@nodelib/fs.stat": "2.0.5",
34 "run-parallel": "^1.1.9"
35 },
36 "description": "List files and directories inside the specified directory",
37 "devDependencies": {
38 "@nodelib/fs.macchiato": "1.0.4",
39 "@types/run-parallel": "^1.1.0"
40 },
41 "engines": {
42 "node": ">= 8"
43 },
44 "files": [
45 "out/**",
46 "!out/**/*.map",
47 "!out/**/*.spec.*"
48 ],
49 "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
50 "keywords": [
51 "NodeLib",
52 "fs",
53 "FileSystem",
54 "file system",
55 "scandir",
56 "readdir",
57 "dirent"
58 ],
59 "license": "MIT",
60 "main": "out/index.js",
61 "name": "@nodelib/fs.scandir",
62 "repository": {
63 "type": "git",
64 "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
65 },
66 "scripts": {
67 "build": "npm run clean && npm run compile && npm run lint && npm test",
68 "clean": "rimraf {tsconfig.tsbuildinfo,out}",
69 "compile": "tsc -b .",
70 "compile:watch": "tsc -p . --watch --sourceMap",
71 "lint": "eslint \"src/**/*.ts\" --cache",
72 "test": "mocha \"out/**/*.spec.js\" -s 0",
73 "watch": "npm run clean && npm run compile:watch"
74 },
75 "typings": "out/index.d.ts",
76 "version": "2.1.5"
77}
Note: See TracBrowser for help on using the repository browser.