{ "_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" }