1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| {
| "_from": "file-set@^4.0.2",
| "_id": "file-set@4.0.2",
| "_inBundle": false,
| "_integrity": "sha512-fuxEgzk4L8waGXaAkd8cMr73Pm0FxOVkn8hztzUW7BAHhOGH90viQNXbiOsnecCWmfInqU6YmAMwxRMdKETceQ==",
| "_location": "/file-set",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "file-set@^4.0.2",
| "name": "file-set",
| "escapedName": "file-set",
| "rawSpec": "^4.0.2",
| "saveSpec": null,
| "fetchSpec": "^4.0.2"
| },
| "_requiredBy": [
| "/dmd",
| "/jsdoc-api"
| ],
| "_resolved": "https://registry.npmjs.org/file-set/-/file-set-4.0.2.tgz",
| "_shasum": "8d67c92a864202c2085ac9f03f1c9909c7e27030",
| "_spec": "file-set@^4.0.2",
| "_where": "/home/l/plc/node-red/node_modules/dmd",
| "author": {
| "name": "Lloyd Brookes"
| },
| "bugs": {
| "url": "https://github.com/75lb/file-set/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "array-back": "^5.0.0",
| "glob": "^7.1.6"
| },
| "deprecated": false,
| "description": "Expands file paths and glob expressions, returning matched and unmatched files and directories",
| "devDependencies": {
| "jsdoc-to-markdown": "^7.0.0",
| "test-runner": "^0.8.13"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/75lb/file-set#readme",
| "license": "MIT",
| "name": "file-set",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/file-set.git"
| },
| "scripts": {
| "docs": "jsdoc2md -t README.hbs index.js > README.md",
| "test": "test-runner test/*.js"
| },
| "version": "4.0.2"
| }
|
|