Changeset 59329aa for trip-planner-front/node_modules/@nodelib/fs.walk
- 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.walk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@nodelib/fs.walk", 3 "version": "1.2.8", 2 "_args": [ 3 [ 4 "@nodelib/fs.walk@1.2.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@nodelib/fs.walk@1.2.8", 10 "_id": "@nodelib/fs.walk@1.2.8", 11 "_inBundle": false, 12 "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 13 "_location": "/@nodelib/fs.walk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@nodelib/fs.walk@1.2.8", 19 "name": "@nodelib/fs.walk", 20 "escapedName": "@nodelib%2ffs.walk", 21 "scope": "@nodelib", 22 "rawSpec": "1.2.8", 23 "saveSpec": null, 24 "fetchSpec": "1.2.8" 25 }, 26 "_requiredBy": [ 27 "/fast-glob" 28 ], 29 "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 30 "_spec": "1.2.8", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "dependencies": { 33 "@nodelib/fs.scandir": "2.1.5", 34 "fastq": "^1.6.0" 35 }, 4 36 "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", 37 "devDependencies": { 38 "@nodelib/fs.macchiato": "1.0.4" 39 }, 40 "engines": { 41 "node": ">= 8" 42 }, 43 "files": [ 44 "out/**", 45 "!out/**/*.map", 46 "!out/**/*.spec.*", 47 "!out/**/tests/**" 48 ], 49 "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8", 7 50 "keywords": [ 8 51 "NodeLib", … … 14 57 "crawler" 15 58 ], 16 "engines": { 17 "node": ">= 8" 59 "license": "MIT", 60 "main": "out/index.js", 61 "name": "@nodelib/fs.walk", 62 "repository": { 63 "type": "git", 64 "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk" 18 65 }, 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",27 66 "scripts": { 67 "build": "npm run clean && npm run compile && npm run lint && npm test", 28 68 "clean": "rimraf {tsconfig.tsbuildinfo,out}", 29 "lint": "eslint \"src/**/*.ts\" --cache",30 69 "compile": "tsc -b .", 31 70 "compile:watch": "tsc -p . --watch --sourceMap", 71 "lint": "eslint \"src/**/*.ts\" --cache", 32 72 "test": "mocha \"out/**/*.spec.js\" -s 0", 33 "build": "npm run clean && npm run compile && npm run lint && npm test",34 73 "watch": "npm run clean && npm run compile:watch" 35 74 }, 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" 75 "typings": "out/index.d.ts", 76 "version": "1.2.8" 44 77 }
Note:
See TracChangeset
for help on using the changeset viewer.