{ "_from": "filing-cabinet@^2.5.1", "_id": "filing-cabinet@2.5.1", "_inBundle": false, "_integrity": "sha512-GWOdObzou2L0HrJUk8MpJa01q0ZOwuTwTssM2+P+ABJWEGlVWd6ueEatANFdin94/3rdkVSdqpH14VqCNqp3RA==", "_location": "/filing-cabinet", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "filing-cabinet@^2.5.1", "name": "filing-cabinet", "escapedName": "filing-cabinet", "rawSpec": "^2.5.1", "saveSpec": null, "fetchSpec": "^2.5.1" }, "_requiredBy": [ "/dependency-tree" ], "_resolved": "https://registry.npmjs.org/filing-cabinet/-/filing-cabinet-2.5.1.tgz", "_shasum": "f920976d46310710595ed995f033a301570ef6ab", "_spec": "filing-cabinet@^2.5.1", "_where": "/home/suroh/Repos/work.suroh.tk/node_modules/dependency-tree", "author": { "name": "Joel Kemp", "email": "joel@mrjoelkemp.com", "url": "http://www.mrjoelkemp.com/" }, "bin": { "filing-cabinet": "bin/cli.js" }, "bugs": { "url": "https://github.com/mrjoelkemp/node-filing-cabinet/issues" }, "bundleDependencies": false, "dependencies": { "app-module-path": "^2.2.0", "commander": "^2.13.0", "debug": "^4.1.1", "decomment": "^0.9.2", "enhanced-resolve": "^4.1.0", "is-relative-path": "^1.0.2", "module-definition": "^3.0.0", "module-lookup-amd": "^6.1.0", "resolve": "^1.11.1", "resolve-dependency-path": "^2.0.0", "sass-lookup": "^3.0.0", "stylus-lookup": "^3.0.1", "typescript": "^3.0.3" }, "deprecated": false, "description": "Find files based on partial paths", "devDependencies": { "eslint": "^5.11.0", "jscs": "^3.0.7", "jscs-preset-mrjoelkemp": "^2.0.0", "mocha": "^5.0.0", "mock-fs": "^4.4.2", "rewire": "^4.0.1", "sinon": "^7.2.2" }, "engines": { "node": ">=6.0.0" }, "homepage": "https://github.com/mrjoelkemp/node-filing-cabinet", "keywords": [ "lookup", "es6", "amd", "commonjs", "sass", "less", "stylus", "partial", "resolution", "paths" ], "license": "MIT", "main": "index.js", "name": "filing-cabinet", "repository": { "type": "git", "url": "git+https://github.com/mrjoelkemp/node-filing-cabinet.git" }, "scripts": { "test": "jscs index.js test/test.js && eslint index.js test/test.js && ./node_modules/.bin/mocha test/test.js" }, "version": "2.5.1" }