blob: 1365ffde17ffa194a471239c432249969103b740 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "@mrmlnc/readdir-enhanced@^2.2.1",
3 "_id": "@mrmlnc/readdir-enhanced@2.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
6 "_location": "/@mrmlnc/readdir-enhanced",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@mrmlnc/readdir-enhanced@^2.2.1",
12 "name": "@mrmlnc/readdir-enhanced",
13 "escapedName": "@mrmlnc%2freaddir-enhanced",
14 "scope": "@mrmlnc",
15 "rawSpec": "^2.2.1",
16 "saveSpec": null,
17 "fetchSpec": "^2.2.1"
18 },
19 "_requiredBy": [
20 "/fast-glob"
21 ],
22 "_resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
23 "_shasum": "524af240d1a360527b730475ecfa1344aa540dde",
24 "_spec": "@mrmlnc/readdir-enhanced@^2.2.1",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\fast-glob",
26 "author": {
27 "name": "James Messinger",
28 "url": "http://bigstickcarpet.com"
29 },
30 "bugs": {
31 "url": "https://github.com/bigstickcarpet/readdir-enhanced/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "call-me-maybe": "^1.0.1",
36 "glob-to-regexp": "^0.3.0"
37 },
38 "deprecated": false,
39 "description": "fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.",
40 "devDependencies": {
41 "chai": "^4.1.2",
42 "codacy-coverage": "^2.0.3",
43 "coveralls": "^3.0.0",
44 "del": "^3.0.0",
45 "eslint": "^4.15.0",
46 "eslint-config-modular": "^4.1.1",
47 "istanbul": "^0.4.5",
48 "mkdirp": "^0.5.1",
49 "mocha": "^4.1.0",
50 "npm-check": "^5.5.2",
51 "through2": "^2.0.3",
52 "version-bump-prompt": "^4.0.0"
53 },
54 "engines": {
55 "node": ">=4"
56 },
57 "files": [
58 "lib",
59 "types.d.ts"
60 ],
61 "homepage": "https://github.com/bigstickcarpet/readdir-enhanced",
62 "keywords": [
63 "fs",
64 "readdir",
65 "stream",
66 "event",
67 "recursive",
68 "deep",
69 "filter",
70 "absolute"
71 ],
72 "license": "MIT",
73 "main": "lib/index.js",
74 "name": "@mrmlnc/readdir-enhanced",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/bigstickcarpet/readdir-enhanced.git"
78 },
79 "scripts": {
80 "bump": "bump --prompt --tag --push --all",
81 "cover": "istanbul cover _mocha",
82 "lint": "eslint lib test --fix",
83 "release": "npm run upgrade && npm test && npm run bump && npm publish",
84 "test": "mocha && npm run lint",
85 "upgrade": "npm-check -u"
86 },
87 "typings": "types.d.ts",
88 "version": "2.2.1"
89}