- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@nodelib/fs.scandir/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@nodelib/fs.scandir", 3 "version": "2.1.5", 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 }, 4 36 "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", 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", 7 50 "keywords": [ 8 51 "NodeLib", … … 14 57 "dirent" 15 58 ], 16 "engines": { 17 "node": ">= 8" 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" 18 65 }, 19 "files": [20 "out/**",21 "!out/**/*.map",22 "!out/**/*.spec.*"23 ],24 "main": "out/index.js",25 "typings": "out/index.d.ts",26 66 "scripts": { 67 "build": "npm run clean && npm run compile && npm run lint && npm test", 27 68 "clean": "rimraf {tsconfig.tsbuildinfo,out}", 28 "lint": "eslint \"src/**/*.ts\" --cache",29 69 "compile": "tsc -b .", 30 70 "compile:watch": "tsc -p . --watch --sourceMap", 71 "lint": "eslint \"src/**/*.ts\" --cache", 31 72 "test": "mocha \"out/**/*.spec.js\" -s 0", 32 "build": "npm run clean && npm run compile && npm run lint && npm test",33 73 "watch": "npm run clean && npm run compile:watch" 34 74 }, 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" 75 "typings": "out/index.d.ts", 76 "version": "2.1.5" 44 77 }
Note:
See TracChangeset
for help on using the changeset viewer.