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
62
63
64
65
66
67
68
69
70
71
| {
| "_from": "walk-back@^5.1.0",
| "_id": "walk-back@5.1.0",
| "_inBundle": false,
| "_integrity": "sha512-Uhxps5yZcVNbLEAnb+xaEEMdgTXl9qAQDzKYejG2AZ7qPwRQ81lozY9ECDbjLPNWm7YsO1IK5rsP1KoQzXAcGA==",
| "_location": "/walk-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "walk-back@^5.1.0",
| "name": "walk-back",
| "escapedName": "walk-back",
| "rawSpec": "^5.1.0",
| "saveSpec": null,
| "fetchSpec": "^5.1.0"
| },
| "_requiredBy": [
| "/dmd",
| "/jsdoc-api",
| "/jsdoc-to-markdown"
| ],
| "_resolved": "https://registry.npmjs.org/walk-back/-/walk-back-5.1.0.tgz",
| "_shasum": "486d6f29e67f56ab89b952d987028bbb1a4e956c",
| "_spec": "walk-back@^5.1.0",
| "_where": "/home/l/plc/node-red/node_modules/jsdoc-to-markdown",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/walk-back/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Walk up the directory tree until the specified path is found.",
| "devDependencies": {
| "jsdoc-to-markdown": "^7.0.1",
| "test-runner": "^0.9.8"
| },
| "engines": {
| "node": ">=12.17"
| },
| "exports": "./index.js",
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/75lb/walk-back#readme",
| "keywords": [
| "walk",
| "up",
| "back",
| "filesystem",
| "fs",
| "find",
| "file",
| "search",
| "system"
| ],
| "license": "MIT",
| "name": "walk-back",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/walk-back.git"
| },
| "scripts": {
| "docs": "jsdoc2md -t README.hbs index.js > README.md",
| "test": "test-runner test/test.js"
| },
| "version": "5.1.0"
| }
|
|