{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":["sass","lookup","dependency","import","resolution"],"dist-tags":{"latest":"6.1.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"description":"Get the file associated with a Sass import","readme":"# sass-lookup\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-sass-lookup/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-sass-lookup/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/sass-lookup?logo=npm&logoColor=fff)](https://www.npmjs.com/package/sass-lookup)\n[![npm downloads](https://img.shields.io/npm/dm/sass-lookup)](https://www.npmjs.com/package/sass-lookup)\n\n> Get the file associated with a Sass import\n\nThis module replaces the Sass compiler's lookup algorithm for resolving a partial's path.\n\n* Handles underscored/non-underscored partials, partials with filenames, partials within subdirectories, partials with the `.scss` in the name, all of it.\n\n*Originally built for [Dependents](https://github.com/dependents/Dependents)*\n\n## Usage\n\n```js\nconst sassLookup = require('sass-lookup');\n\nsassLookup({\n  dependency: 'foo',\n  filename: 'path/to/filename',\n  directory: 'path/to/directory'\n})\n```\n\n* `dependency`: The partial's name\n  * If your sass file had `@import \"foo\";`, then `\"foo\"` would be the dependency name\n* `filename`: The file importing the dependency\n* `directory`: The location(s) of all sass files\n  * A list of multiple directories is also supported for this argument.\n\nExample:\n\n```js\nconst sassLookup = require('sass-lookup');\n\nsassLookup({\n  dependency: 'variables',\n  filename: 'app/styles/styles.scss',\n  directory: 'app/styles'\n}); // yields app/styles/variables.scss\n```\n\n* This assumes that the file `app/styles/styles.scss` has `@import \"variables\";` and that all of the other sass files are located within `app/styles`.\n* Would yield `app/styles/_variables.scss` if the partial had an underscored filename.\n\n## CLI\n\nAssumes a global install of sass-lookup with `npm install -g sass-lookup`\n\n```sh\nsass-lookup [options] path/to/file\n```\n\nRun `sass-lookup --help` to see all the options.\n\n## License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/dependents/node-sass-lookup.git"},"users":{"rubiadias":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"license":"MIT","versions":{"1.0.0":{"name":"sass-lookup","version":"1.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"dist":{"shasum":"9d6f76b7df03742775352ef9dc618bb0acaedadc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-1.0.0.tgz","integrity":"sha512-LclNPeoPBkIKiylUJej4Xzm0nsNsFYcPcX/CfUzddPkVBTQVrdcWxQxhZNTO6oqnbwEEJEeyF08FmfqLxXiO9g==","signatures":[{"sig":"MEUCIQCSlG86vZIOknLi//A37v15oegzAaGSMbQCj8XVhXn11wIgXDQCKq2Yj2vBjmV9L0VR85XoAUMJ6wGCfFhIgu+aIEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"9d6f76b7df03742775352ef9dc618bb0acaedadc","gitHead":"8b6a31ed592aa1874a88e2398aa1e4cb729aeed6","scripts":{"test":"jscs -p airbnb test index.js bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"2.7.1","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"1.6.2","dependencies":{"is-relative-path":"~1.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"~2.2.5","mock-fs":"~3.0.0"}},"1.0.1":{"name":"sass-lookup","version":"1.0.1","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@1.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"dist":{"shasum":"12963d72a830c8f6847e7d1258fabeff40dfab32","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-1.0.1.tgz","integrity":"sha512-S6CNk6rebtOsR5Psyq9L6Sgyh7vNFNszbjjgnSL4yXhaVErnOZpV2R+pDwCLO9XTikuugrIModArsZlhTxppJQ==","signatures":[{"sig":"MEQCIHNSHYTpH9sFgCfO0qzfe+fWxZTS7B1qNvWvK+SnP8fVAiAXJEItFUpAtuodHP5egdts2TLXKZ8b6KIUjAA9iPBETg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"12963d72a830c8f6847e7d1258fabeff40dfab32","gitHead":"f791ca6ba6bb313c22758e0b0e4b6aa31ba30b0a","scripts":{"test":"jscs -p airbnb test index.js bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"2.7.1","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"1.6.2","dependencies":{"commander":"~2.8.1","is-relative-path":"~1.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"~2.2.5","mock-fs":"~3.0.0"}},"1.0.2":{"name":"sass-lookup","version":"1.0.2","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@1.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"c15c4f7261dc2adb11b3d5912ded6b08a14b21c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-1.0.2.tgz","integrity":"sha512-XBVyY9PPJ2UWhHw0IZDQ0uZjYiCyPxPMKkIOKtyN7zotCFsL7itiU4fWVfogDqQ+eDiTT2Dq1T2a9kucWNfhWQ==","signatures":[{"sig":"MEUCIFvmpZzlSZ/Zw5BEUUEXtOSeXCbXbkOuuPMIfCYR10H+AiEA2qIl7rTLmw7BQdM3XR1928x+NgJFe9zGMHagEXHHrLE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c15c4f7261dc2adb11b3d5912ded6b08a14b21c8","gitHead":"6242777819ece61c56b1e58797f3b70881dd3e42","scripts":{"test":"jscs -p airbnb test index.js bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"2.7.1","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"1.6.2","dependencies":{"commander":"~2.8.1","is-relative-path":"~1.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"~2.2.5","mock-fs":"~3.0.0"}},"1.1.0":{"name":"sass-lookup","version":"1.1.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@1.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"da44a21beea5955f14effdb81bdee2751b6d15e2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-1.1.0.tgz","integrity":"sha512-JNEGe/3S4+UaXBjQuTF+uMnwaXYKsiNn/+7TqxHHF+GzLmOWHVRumJD8AknwqWKDHX1xdC5UELeqZaOtqInj6g==","signatures":[{"sig":"MEUCIQClH1a66uvVVX7ltJcDx3C1V6qdJWkkOiXKUJH3v7iv6AIgRAbWE8WsldhAfKgLXMbcX2u39bUkgwwq/1kQ63CSM+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"da44a21beea5955f14effdb81bdee2751b6d15e2","gitHead":"1d241748414caf6ae00832a82eee4c02fb2f74a0","scripts":{"test":"jscs -p airbnb test index.js bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"3.10.8","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"6.8.1","dependencies":{"commander":"~2.8.1","is-relative-path":"~1.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"~2.2.5","mock-fs":"^3.x.x"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup-1.1.0.tgz_1503710625169_0.3849942551460117","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"sass-lookup","version":"2.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"f2e11af381f0bd33ba0b0fde6b4924a474e58a76","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-2.0.0.tgz","fileCount":6,"integrity":"sha512-DZEg7g605XNZX3rxQMkndPmlSzaGR3ld33Rvx3XPTxP8hXBPErmCTrL2CPItzjCJqvjgt9kXhxQrzkbdJZToaA==","signatures":[{"sig":"MEUCIQCfcfX8SAcvvQ5oW/OQ9vraGU0vz86/9LeF/FfVRasHDQIgL7+rbN3XGkgGVpPUsMv4HhRlIHrOx/mjqw+Pcd0Bab4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRJQJCRA9TVsSAnZWagAAYrIP/jcVSe3A7YVrkO0tI+UV\nx9l5aYq50EHUjFm/r/mIc7hw2yW5BWQW3DNG6AgbqUkS1+6FbYJpbYQbku7Q\nnitvB5hSwYYwT/f6/53TYD3xwzexLG96VcHP9a9M+L1QScvfWRFE6LZRFoFK\n4pvuJjUnaOHeVeqwGuPSjoxiiLb0ifikQItLvBSLGw968yw/7MHtW4zUDpTF\n22sQ2y5BtQP/y0L875GbgEeJ2Bzi5Z1dnUpYRa28r0z6wgOUZV+tCd5xzyTm\n8TXfZvkuTjTaBCbVS4GEck+JZBE5P4tPdOM9SWLnQkHZvqlpMvt8nVVF4GPw\nmoZ3DVWFeUq5BoEoJyCy/q6FSW21f5t1Dboc9iIHgizVCoofAm649DuU18Oa\nu8BCj9uOqm2rPBWJXrRWlzBr6VuUeS8stnjMRTjZX9cFSndSBB+KfPW5EDWc\ncGFn03h5Zm6cCWL+Pp0THChkKqOtlkdz/iSJ4Q8D7x8zWg4+Q/FWs+KNWF7W\nFKzTYbAHN8pV1+oQ/E2VUUF2DDVZt8VGtjITD79LVT8qDzxLc4OG1DwKG8lI\nnEcGB5JJDN/X403L4dwyS4tL44QJQgvA3i1ezE6Mpj6uKBmxpFfDXF2JVDWD\nG1hsT/tazNGDr5f+ktq1EWXthzeJ1d6hQxI5FbME5b+1IJe9nAjJP9CDu0k1\nK3ix\r\n=gn5D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4.0.0"},"gitHead":"0f2aad502117dae151d528dc3aa93cd7d0f56287","scripts":{"test":"jscs -p airbnb test index.js bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"5.5.1","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"8.9.3","dependencies":{"commander":"^2.16.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~1.13.1","mocha":"^5.2.0","mock-fs":"^4.5.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_2.0.0_1531221001390_0.31726341676533365","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"sass-lookup","version":"3.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@3.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-sass-lookup","bugs":{"url":"https://github.com/mrjoelkemp/node-sass-lookup/issues"},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"3b395fa40569738ce857bc258e04df2617c48cac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-3.0.0.tgz","fileCount":7,"integrity":"sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg==","signatures":[{"sig":"MEYCIQC92b/rCCV4L5+zpVsrlR5SwKmzbzH4oMpvYq6gKuO10gIhAPZ8yy7hGQDyiyJKw+jXyAlCs781ifi5kx/97hi5YvJ4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8ZW2CRA9TVsSAnZWagAAsxMP/Rt7fmB4UtTLBaih3OAx\n+q8Z1aLpBddTg0jpyNKHK/J6U/kz8nNpVZlXbnCTyaJcKRrbrBIWXSIKAWcS\nuMIZGP68QKOU0Dh4HztOE3Lic6nupRBAbVkMmwQ1b3ftpe/2na6V6CExx7Nn\n3Txnm3o4IUDMpr9ii1rIHTO260FQjyhgF4ydHcRjEDJvKjxdCmq+wkNmroCe\nnPEpUXp6kVVWztuY8lQWRhnAxZ//LYbCWx6tczCR20V3gDgiwpQdrlQVQayw\nobSVnpKM1x6Z0avBPYPuBdv37mtnXWIGOqlCAlaTjRQ+hPbP0ssLIDHc4cxj\nvk8cH0M/QhOaTtiyEoMRCOojC3DjRDW3zPuSL9UquNhZz4eFjIHSVvKlbJ+2\n2knGuV3FpiA9e288gTJsR41j8VfZoIVXZkbjq5KW8xyW5hdZAgst/LvBmRz4\n8apSWLs/Ob1KbZRqt+Pjz4QwyW24MsUgzkDdlYIpTRnCZak19SZxedyHQejj\nM9jrn1tH3R/JPSwnBKDZFKY7e3sqBubX9H7+n469+buGh9PrqHvlwILekyQ8\nZrM8VH+n92dTeSaBm3ITFDWF3TktEf6zNxY4hYSCmF1LRpAJQpjdokHJ8/oR\nc6iTBjonlSCLce3GeqMK5NMBnWomyOZJizeic2zGXz3SmqogcE80IyFLT+jD\nMUlM\r\n=1RnU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0.0"},"gitHead":"c665a6add0ebb8ec6a462d6194af1b32d48c2231","scripts":{"test":"jscs test/test.js index.js bin && ./node_modules/.bin/mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-sass-lookup.git","type":"git"},"_npmVersion":"6.4.1","description":"Get the file associated with a Sass import","directories":{"test":"test"},"_nodeVersion":"8.12.0","dependencies":{"commander":"^2.16.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","mocha":"^5.2.0","mock-fs":"^4.5.0","jscs-preset-mrjoelkemp":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_3.0.0_1542559158234_0.6942444212954977","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"sass-lookup","version":"4.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@4.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",5],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"558e670a9a479685eec36728c24f35427d07a888","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-4.0.0.tgz","fileCount":5,"integrity":"sha512-qDb+H8oDt4W+DUUfM7o2Hk9X1E9i3cM0o9mCIJxWxtDn8H98459LHe6WgiUnxz7sNOZjfkVuzy6bcwju7lFBrw==","signatures":[{"sig":"MEQCIB8og64jeePJQmRVFtphzYJjt5oWOXX+PjLiDTVvGc/gAiAhWjBK6+hGOq4a1RKnSzi11oj0db3vX6aVMCTi22OICg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkREZbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0nA//TlYX9T8wG2vqRzAQKRGHFG21gSgtI62IAKpFwUM+oPUU650n\r\nRkxUn5xe6nJOT7LeZIHgpxBbeLOal+6xVn0gfULZGAIeFrtK6sPh3rxFozIG\r\nc1vkOMXcSBdHUIR0jo8+qTVItlOCBaa4s8QxuApf0w9O/jxYAXUTpn5ER40l\r\n/syySQSoibJuc0JWgaQpJV1iCK3b+TH5GET2lWJQFjHoCobxLKjFigECKOFM\r\n1om6huo2jMoJo/gmep9+AHV4AzleNT+WhE6yTlYr+I+zWwmYdm031utmG3SL\r\nOxJSk4zbug8ARbVZqKpTUPN/DECdJKwMMupNW5nbv2yVw3gw/ALGD+PGsKEI\r\nvgYNNgPSlAQYRBnHDQzBmU2ZDwDHOcZs9N1W73YCMJY/YlbDcgk3CckrD781\r\n1qxjK8iV9FiiEPFq9ymsfnKseTX9d7U+Y9Zym4ATW/UglRXSvLWMZ1EHGCFP\r\nEHepzmYjnese3JSV9c1LS3rVwZRC6y9naXqts80qLChUcwUjXAZVbnt6IyOn\r\nxaf25qFnjVAO1Zlv/8TUnrT83rXjc0iQMvyfSKFDjn3YsdpwgGj5pdjOgaFN\r\nBkZZajD1TIseU2+pTouD/v4PgX1ZAyDEIinE72hG4WWE9jhW+0tjC50Oy9BZ\r\nZmiB027XryrQZbg22dNT8z3cyvRZm0/zwGg=\r\n=WsJH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"1e4a0a38addb7fbf90839c50f26bbdd10321a445","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"18.16.0","dependencies":{"commander":"^9.5.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.52.4","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_4.0.0_1682196059171_0.6530616565459901","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"sass-lookup","version":"4.0.1","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@4.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",5],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"7bbcfc87ed3d4599e0fbd732b40957d525aff49a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-4.0.1.tgz","fileCount":5,"integrity":"sha512-qhdS0fSsaqZmg2uIPOknIBmVgvkJAqn5iiTds+nvBMQJ4dCCvLzQwAOZauGa4ZD/CjFHGD3EkV8MObbXULXcVw==","signatures":[{"sig":"MEUCIHGRG/uoEJL0thy5Gd1Vd+k6Wt/o7TxyqemNcV510S2NAiEAuNYOJQ8mT4s6GA/bQa5F4XoT1QZpWyUFYuk2LDPkw0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRsSyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqj9w/9FgZAsYyiHdfph+r3U2FtxUMU0fd12KNvHsTT1smCpaAOpOYA\r\ntCxJvVFGzh+C9bFfU/qoa5ehObf0hKpLYWgePAtsRhAeoTk1DBByAEVizDEZ\r\nThKooXE/q4xO/2BD08j+59c7xgYLuAzjwqcQPzuLB3XOj0SaFs5S+vZKxeVQ\r\nxkKzIPfQzWUJxQhIuGAFxmwK79gCGmhE8jwknW2MnAEtT4ZdrjkzP4HkbjS9\r\n1f99fclkg8G+q3W2hb7kAVeHzOQa8lVT4PDF4XmmOngERAiR7w0mnYNQQSdk\r\nRsIPAph6v4Ojs7aPOwecw5U5NQVuszX/rDxpHkSys1FBdw0u7+4jmhQgEN9v\r\nQEv9/ARpSkWdlr2VmXihK6Q1B3gWeeNEhUFEdV22UoAa1tqA3+WGDQsbacG4\r\n2lDA29MBpJ8xYiZ0XHuTwHjp1SCI7/h+me846cK3sxyP7G+fBXStkd4q93Oc\r\nUmzpZ5a/fElYyJB/wVUX6KPApNUG2vtyLh8gjx66PH3wO0RkLQPONdE2Oo6z\r\n506H6Okgqj2l2h3W/DwI16QCH6fK1ew6YceCPfon8NaEDBvGX4tYXT67wN1J\r\ndBEXuifPFh+hI10t5/HSJzhewcu+fBvLAxCZIpvoQIZJFGp9HaiFkzhbmt88\r\npJpLKFmyrcrmGpYO/6jQ9OiXkh6b/dOZZ1A=\r\n=2i5U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"93123aaffe9ffdc8c568ed8d10584f074d734ba1","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"18.16.0","dependencies":{"commander":"^9.5.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.52.4","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_4.0.1_1682359474624_0.8183763266798612","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"sass-lookup","version":"5.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@5.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"3f1e2d613c718d158ce3b81f041a1a69e2af4e5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-5.0.0.tgz","fileCount":5,"integrity":"sha512-KxGbW/XLElvNfbJGdVrwD0eCDm/UBUtN8LddH7muAoUUvMZsqxrAXTWa5M0AUsS2oyYDZ8FWUGLAQyrPMg677g==","signatures":[{"sig":"MEQCIHhb85FYfhX9xipoB79GNC6I/xstLGgwomrm08FOG7hvAiAcUM6iib6/fqHH4GaWSjlnbdfXQ3Q5genXJdBjOTAbfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVJiDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUAA//dpBRKwGyc29iybiCuCauFGap/BJVzz6gt/wrukupHXPmlxj2\r\nEndldjkNU1yyJG89wvTXJizOnZIL5x7Rm/d7Lm/XLlLpYOva+bAtYTKN75ho\r\nSWVgWL1REEpx69wVw/IC+swMMc4LNpFuvilJQNRUFwwGkSRxzmbleV2OXdVi\r\nyXlCoVHcZghL1C+xDdLOncmgVbBkFj8is3wW2YgmvZGbnKcztjwHDfh/O+Sc\r\npkq0DDkad/MMCumLTyL2SkyaN8b7/HqlCSIZ6iSlOFNKFEBG0VVzNaHoGEc8\r\nWXVzVfOcwM+H1gJ7MUTph0u50Gw9JXIN4ererj9Kcyuy49FdYo8/cyeHx1ZX\r\nxR1h/ypTw0XngvfIJAhT+FEsnvQ+F7uoaUVL5LwGGQ7e4oFTLlkCBEst/VXl\r\nUX58dYS1CcgKaO/HsC5wBG7/PKhpCGbLDfrXMLF9MGkun7JcjztsLSyg/Bj1\r\nIDdG1PeF5h7wVWVseuv5XWYPmEU7gzIs2VnhmOZvPCpJgYhMC2pts3zVlSf5\r\nXJfOd4kZciQmCYCmvEJh0jN3BZ7wc+nSq5o3yLOme/moY5lUUEx9fD2zYiJc\r\nCVN3Y/0UNRpVRJx6ldgKZweNGfw3Y7Wn5iPpQFD/PuFwLZ25Vt7FVIoDYrXE\r\ns8CL2bUYHc8OCjjgw+N60ycQ/bBYSAupbaw=\r\n=Gb6F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"c9a81caebedf87c46b7e7b4ba028a3752deb271f","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"18.16.0","dependencies":{"commander":"^10.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_5.0.0_1683265667648_0.009875215988855546","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"sass-lookup","version":"5.0.1","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@5.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"1f01d7ff21e09d8c9dcf8d05b3fca28f2f96e6ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-5.0.1.tgz","fileCount":5,"integrity":"sha512-t0X5PaizPc2H4+rCwszAqHZRtr4bugo4pgiCvrBFvIX0XFxnr29g77LJcpyj9A0DcKf7gXMLcgvRjsonYI6x4g==","signatures":[{"sig":"MEYCIQCzJ0uk7Hf2ElQy06MvPZ9WJLmsqJ+RB3rw35Np7vyvCQIhAIDOxOO0Vwyp0X2l1tk3rzKj+gl5Koon7eDFVli/mGw1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7793},"main":"index.js","engines":{"node":">=14"},"gitHead":"449f1d1e0df95d3fd3a16de948517576199e58ef","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"18.16.0","dependencies":{"commander":"^10.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_5.0.1_1683958887503_0.8919441391086338","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"sass-lookup","version":"6.0.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@6.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"47af7d39911cef195cb8ebee1be56995c14de69c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-6.0.0.tgz","fileCount":5,"integrity":"sha512-QE+VD+QMhcjK9ZYVxVM2Hkw5jNncY2RJcyuql/v5v8z2ooD1Y/ymqDhBu51X4q6WqAndiofLc1drT0+41YC9fg==","signatures":[{"sig":"MEUCIDd3LVytPc7ahaqPVYJ7Whi9Eh9erGIXP/Vudk/SQsYBAiEA/mIs8+iOjz/2XSk80YQfc5mI35j70EDniXTO1VKsicM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7796},"main":"index.js","engines":{"node":">=14"},"gitHead":"745cdfc7a3d66795e10935289194b3c748aec01d","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"20.11.1","dependencies":{"commander":"^12.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_6.0.0_1712729042169_0.7787108046800935","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"sass-lookup","version":"6.0.1","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@6.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"6f80a06d86b1d9590c49df425f542fdbb9f119cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-6.0.1.tgz","fileCount":5,"integrity":"sha512-nl9Wxbj9RjEJA5SSV0hSDoU2zYGtE+ANaDS4OFUR7nYrquvBFvPKZZtQHe3lvnxCcylEDV00KUijjdMTUElcVQ==","signatures":[{"sig":"MEUCIArceCVrU42XYiDjjdj4k0ID8UHiJ7S9lJISsCAKdxd+AiEA5k9AkskhIIz8iuhW0Ncx6kOUAwZG7kat44S390imdcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7796},"main":"index.js","engines":{"node":">=18"},"gitHead":"922998bbf1bb01371ee7253a7408049a7b694f92","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"20.11.1","dependencies":{"commander":"^12.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","uvu":"^0.5.6","mock-fs":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_6.0.1_1712729719429_0.790753910580331","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"sass-lookup","version":"6.1.0","keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"sass-lookup@6.1.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-sass-lookup","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"sass-lookup":"bin/cli.js"},"dist":{"shasum":"a13b1f31dd44d2b4bcd55ba8f72763db4d95bd7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-6.1.0.tgz","fileCount":5,"integrity":"sha512-Zx+lVyoWqXZxHuYWlTA17Z5sczJ6braNT2C7rmClw+c4E7r/n911Zwss3h1uHI9reR5AgHZyNHF7c2+VIp5AUA==","signatures":[{"sig":"MEQCIGOzsJbCEf2dokcqEUkz9t6nJGuMRob0hAyVzGq+/mOkAiBWFKNiaiUQGVvQzhsLh/h9hrJFwb5rf8QIlGQ/vrL5TA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9115},"main":"index.js","engines":{"node":">=18"},"gitHead":"fa8627630fd3c2e2c72333b054e540f3cd940132","scripts":{"fix":"xo --fix","uvu":"uvu test -i fixtures","lint":"xo","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-sass-lookup.git","type":"git"},"_npmVersion":"10.8.2","description":"Get the file associated with a Sass import","directories":{},"_nodeVersion":"20.18.2","dependencies":{"commander":"^12.1.0","enhanced-resolve":"^5.18.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","uvu":"^0.5.6","mock-fs":"^5.4.1"},"_npmOperationalInternal":{"tmp":"tmp/sass-lookup_6.1.0_1738255552702_0.34214211445015263","host":"s3://npm-registry-packages-npm-production"}},"6.1.1":{"name":"sass-lookup","version":"6.1.1","description":"Get the file associated with a Sass import","main":"index.js","bin":{"sass-lookup":"bin/cli.js"},"scripts":{"lint":"xo","fix":"xo --fix","uvu":"uvu test -i fixtures","test":"npm run lint && npm run uvu","test:ci":"c8 npm run uvu"},"repository":{"type":"git","url":"git+https://github.com/dependents/node-sass-lookup.git"},"keywords":["sass","lookup","dependency","import","resolution"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","bugs":{"url":"https://github.com/dependents/node-sass-lookup/issues"},"homepage":"https://github.com/dependents/node-sass-lookup","engines":{"node":">=18"},"dependencies":{"commander":"^12.1.0","enhanced-resolve":"^5.20.0"},"devDependencies":{"c8":"^10.1.3","mock-fs":"^5.5.0","uvu":"^0.5.6","xo":"^0.60.0"},"xo":{"space":true,"ignores":["test/fixtures/*"],"rules":{"arrow-body-style":"off","capitalized-comments":"off","comma-dangle":["error","never"],"curly":["error","multi-line"],"operator-linebreak":["error","after"],"object-curly-spacing":["error","always"],"prefer-template":"error","space-before-function-paren":["error","never"],"unicorn/no-anonymous-default-export":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":"off"}},"gitHead":"6856dfd16074fc395b1f42c4770c2c5deb3dc775","_id":"sass-lookup@6.1.1","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-12dvZdQYTeKZ1ypjuiijZYuMZ1m0F+4+BkRX5yJi2WA9W3DBUrcdCt7bVuKlagHl11n8eYtalWDle+m98Ol2DA==","shasum":"1e0eeef27fff868b460ce833914cba9c11bc2866","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/sass-lookup/-/sass-lookup-6.1.1.tgz","fileCount":5,"unpackedSize":9119,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHcBZkQTjySiAWioyAynLzFCEnHV807zcmM6gl1RLRt6AiAvzhQCPSjhV+yE2Dhxq1zlbSy6vWXxoA11n6nhcYzJMA=="}]},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/sass-lookup_6.1.1_1773593370022_0.8645018883089279"},"_hasShrinkwrap":false}},"name":"sass-lookup","time":{"created":"2015-06-28T02:46:39.778Z","modified":"2026-03-15T16:49:30.334Z","1.0.0":"2015-06-28T02:46:39.778Z","1.0.1":"2015-06-28T03:15:02.170Z","1.0.2":"2015-06-29T02:09:59.319Z","1.1.0":"2017-08-26T01:23:46.145Z","2.0.0":"2018-07-10T11:10:01.504Z","3.0.0":"2018-11-18T16:39:18.356Z","4.0.0":"2023-04-22T20:40:59.334Z","4.0.1":"2023-04-24T18:04:34.868Z","5.0.0":"2023-05-05T05:47:47.803Z","5.0.1":"2023-05-13T06:21:27.656Z","6.0.0":"2024-04-10T06:04:02.316Z","6.0.1":"2024-04-10T06:15:19.672Z","6.1.0":"2025-01-30T16:45:52.914Z","6.1.1":"2026-03-15T16:49:30.167Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/node-sass-lookup"}