77 lines
1.8 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"sass-lookup@3.0.0",
"/Users/tatiana/selfdefined"
]
],
"_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": "version",
"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",
"_spec": "3.0.0",
"_where": "/Users/tatiana/selfdefined",
"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"
},
"dependencies": {
"commander": "^2.16.0"
},
"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"
}