{ "_args": [ [ "filing-cabinet@2.3.3", "/Users/tatiana/selfdefined" ] ], "_from": "filing-cabinet@2.3.3", "_id": "filing-cabinet@2.3.3", "_inBundle": false, "_integrity": "sha512-Lp9FNBm74UnZI/0tVcH8WlJZmnYf9/qImt1/VUaEj3rlBl+V7M5yVAzYPJ7X1T2WxQeCrSQN4jN64SlQa6Rbew==", "_location": "/filing-cabinet", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "filing-cabinet@2.3.3", "name": "filing-cabinet", "escapedName": "filing-cabinet", "rawSpec": "2.3.3", "saveSpec": null, "fetchSpec": "2.3.3" }, "_requiredBy": [ "/dependency-tree" ], "_resolved": "https://registry.npmjs.org/filing-cabinet/-/filing-cabinet-2.3.3.tgz", "_spec": "2.3.3", "_where": "/Users/tatiana/selfdefined", "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" }, "dependencies": { "app-module-path": "^2.2.0", "commander": "^2.13.0", "debug": "^4.1.1", "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" }, "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.3.3" }