blob: 6efab34d3537678590ba82ec528376f61c6fc06b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "@nodelib/fs.walk@^1.2.3",
3 "_id": "@nodelib/fs.walk@1.2.4",
4 "_inBundle": false,
5 "_integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
6 "_location": "/@nodelib/fs.walk",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@nodelib/fs.walk@^1.2.3",
12 "name": "@nodelib/fs.walk",
13 "escapedName": "@nodelib%2ffs.walk",
14 "scope": "@nodelib",
15 "rawSpec": "^1.2.3",
16 "saveSpec": null,
17 "fetchSpec": "^1.2.3"
18 },
19 "_requiredBy": [
20 "/imagemin/fast-glob"
21 ],
22 "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
23 "_shasum": "011b9202a70a6366e436ca5c065844528ab04976",
24 "_spec": "@nodelib/fs.walk@^1.2.3",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin\\node_modules\\fast-glob",
26 "bundleDependencies": false,
27 "dependencies": {
28 "@nodelib/fs.scandir": "2.1.3",
29 "fastq": "^1.6.0"
30 },
31 "deprecated": false,
32 "description": "A library for efficiently walking a directory recursively",
33 "engines": {
34 "node": ">= 8"
35 },
36 "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
37 "keywords": [
38 "NodeLib",
39 "fs",
40 "FileSystem",
41 "file system",
42 "walk",
43 "scanner",
44 "crawler"
45 ],
46 "license": "MIT",
47 "main": "out/index.js",
48 "name": "@nodelib/fs.walk",
49 "repository": {
50 "type": "git",
51 "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
52 },
53 "scripts": {
54 "build": "npm run clean && npm run compile && npm run lint && npm test",
55 "clean": "rimraf {tsconfig.tsbuildinfo,out}",
56 "compile": "tsc -b .",
57 "compile:watch": "tsc -p . --watch --sourceMap",
58 "lint": "eslint \"src/**/*.ts\" --cache",
59 "test": "mocha \"out/**/*.spec.js\" -s 0",
60 "watch": "npm run clean && npm run compile:watch"
61 },
62 "typings": "out/index.d.ts",
63 "version": "1.2.4"
64}