{ "_from": "sass-lookup@^3.0.0", "_id": "sass-lookup@3.0.0", "_inBundle": false, "_integrity": "sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg==", "_location": "/sass-lookup", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sass-lookup@^3.0.0", "name": "sass-lookup", "escapedName": "sass-lookup", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/filing-cabinet" ], "_resolved": "https://registry.npmjs.org/sass-lookup/-/sass-lookup-3.0.0.tgz", "_shasum": "3b395fa40569738ce857bc258e04df2617c48cac", "_spec": "sass-lookup@^3.0.0", "_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet", "author": { "name": "Joel Kemp", "email": "joel@mrjoelkemp.com", "url": "http://www.mrjoelkemp.com/" }, "bin": { "sass-lookup": "bin/cli.js" }, "bugs": { "url": "https://github.com/mrjoelkemp/node-sass-lookup/issues" }, "bundleDependencies": false, "dependencies": { "commander": "^2.16.0" }, "deprecated": false, "description": "Get the file associated with a Sass import", "devDependencies": { "jscs": "^3.0.7", "jscs-preset-mrjoelkemp": "^2.0.0", "mocha": "^5.2.0", "mock-fs": "^4.5.0" }, "directories": { "test": "test" }, "engines": { "node": ">=6.0.0" }, "homepage": "https://github.com/mrjoelkemp/node-sass-lookup", "keywords": [ "sass", "lookup", "dependency", "import", "resolution" ], "license": "MIT", "main": "index.js", "name": "sass-lookup", "repository": { "type": "git", "url": "git+https://github.com/mrjoelkemp/node-sass-lookup.git" }, "scripts": { "test": "jscs test/test.js index.js bin && ./node_modules/.bin/mocha test/test.js" }, "version": "3.0.0" }