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
| {
| "_from": "walk-back@^2.0.1",
| "_id": "walk-back@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-Nb6GvBR8UWX1D+Le+xUq0+Q1kFmRBIWVrfLnQAOmcpEzA9oAxwJ9gIr36t9TWYfzvWRvuMtjHiVsJYEkXWaTAQ==",
| "_location": "/config-master/walk-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "walk-back@^2.0.1",
| "name": "walk-back",
| "escapedName": "walk-back",
| "rawSpec": "^2.0.1",
| "saveSpec": null,
| "fetchSpec": "^2.0.1"
| },
| "_requiredBy": [
| "/config-master"
| ],
| "_resolved": "https://registry.npmjs.org/walk-back/-/walk-back-2.0.1.tgz",
| "_shasum": "554e2a9d874fac47a8cb006bf44c2f0c4998a0a4",
| "_spec": "walk-back@^2.0.1",
| "_where": "/home/l/plc/node-red/node_modules/config-master",
| "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": "^1.3.6",
| "tape": "^4.5.1"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "homepage": "https://github.com/75lb/walk-back#readme",
| "keywords": [
| "walk",
| "up",
| "back",
| "filesystem",
| "fs",
| "find",
| "file",
| "search",
| "system"
| ],
| "license": "MIT",
| "main": "./lib/walk-back.js",
| "name": "walk-back",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/walk-back.git"
| },
| "scripts": {
| "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
| "test": "tape test/*.js"
| },
| "version": "2.0.1"
| }
|
|