{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":["detective","sass","ast","dependencies"],"dist-tags":{"latest":"6.0.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"description":"Find the dependencies of a sass file","readme":"# detective-sass\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-sass/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-sass/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/detective-sass?logo=npm&logoColor=fff)](https://www.npmjs.com/package/detective-sass)\n[![npm downloads](https://img.shields.io/npm/dm/detective-sass)](https://www.npmjs.com/package/detective-sass)\n\n> Find the dependencies of a sass file\n\n```sh\nnpm install detective-sass\n```\n\n**Note:** This is specific to the .sass style syntax of the Sass preprocessor. For SCSS support, please see [node-detective-scss](https://github.com/dependents/node-detective-scss).\n\nIt's the SASS counterpart to [detective](https://github.com/substack/node-detective), [detective-amd](https://github.com/dependents/node-detective-amd), and [detective-es6](https://github.com/dependents/node-detective-es6).\n\n* The AST is generated using the [gonzales-pe](https://github.com/tonyganch/gonzales-pe) parser.\n\n## Usage\n\n```js\nconst fs = require('fs');\nconst detective = require('detective-sass');\n\nconst content = fs.readFileSync('styles.sass', 'utf8');\n\n// list of imported file names (ex: '_foo.sass', '_foo', etc)\nconst dependencies = detective(content);\n\n// or to also detect any url() references to images, fonts, etc.\nconst allDependencies = detective(content, { url: true });\n```\n\n### Options\n\n* `url` (optional): (`Boolean`) also detect any `url()` references to images, fonts, etc.\n\n## Related\n\n* [node-sass-lookup](https://github.com/dependents/node-sass-lookup) if you want to map a sass/scss dependency to a file on your filesystem.\n* [node-precinct](https://github.com/dependents/node-precinct) if you want to also support finding dependencies for JavaScript and other languages.\n\n## License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/dependents/node-detective-sass.git"},"users":{"rubiadias":true},"bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"license":"MIT","versions":{"0.0.0":{"name":"detective-sass","version":"0.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@0.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"92f4ef010f095060898530923335324eee4a50ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-0.0.0.tgz","integrity":"sha512-hTw2Cvm4BSo+Rtm16JZ1SDdYKW6pG1xwJqHrOsMj9jAWaO7srclTO4i+mi2vZub0/SIhyDTDayJwXkRGRIdUxg==","signatures":[{"sig":"MEUCIQDEe9FUhKHADJnDBaqZkraTfOFrS4WUMCOWHgRDdSrm5gIgXsWQZWkZ35aRrqFJRZZscI2DzUD5z9IWxS9poFFklcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"92f4ef010f095060898530923335324eee4a50ca","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"1.4.14","description":"Find the dependencies of a sass file by traversing the AST.","directories":{}},"1.0.0":{"name":"detective-sass","version":"1.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"282e8016fe358d7938dbf48aac84f8e075cca7e7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.0.0.tgz","integrity":"sha512-8WdCNLYP66ziLA3DWY2GmzYndRUU4SJFtlylUX4fEzt+Hvo8qif2q2TvXhxyIN1Umh2EKqfo8U5gUeY/DnC0PQ==","signatures":[{"sig":"MEUCIQDxyZz9A2bjZgDWEdPtJpzOYAtqLWXVdV88tmVF+eLF/AIgfQKY3F27l8tT+CcNckabcYZyFDFwew7Rqw/ttvqKjUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"282e8016fe358d7938dbf48aac84f8e075cca7e7","gitHead":"c127a83d3e644ccb0ea375440a062a4efb7046aa","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"1.4.14","description":"Find the dependencies of a sass file by traversing the AST.","directories":{},"dependencies":{},"devDependencies":{"mocha":"~2.0.1"}},"1.0.1":{"name":"detective-sass","version":"1.0.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"b2295f20e45b2aa57d09d4eac5eb622bbbfc024a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.0.1.tgz","integrity":"sha512-4iGL9H73ROc5dNG8uAGYXySphwkBp4cp/3XBI68O0ZIbDp14tr+YHFU4pSHKS6jGhQn/Q70dVjJjD+Y7sq79Yw==","signatures":[{"sig":"MEYCIQDQZy4h46UiNiyGVbYb5kEivbqQ6ET2Ud+L0jP+IKO7MAIhAOm9/PQ61ba9GL3Y/pus4fYZ5nH5UYB2UITJAA37X8hb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"b2295f20e45b2aa57d09d4eac5eb622bbbfc024a","gitHead":"a77e0607f58acc213ce18267cb67019c2312d336","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"1.4.28","description":"Find the dependencies of a sass file by traversing the AST.","directories":{},"dependencies":{},"devDependencies":{"mocha":"~2.0.1"}},"1.0.2":{"name":"detective-sass","version":"1.0.2","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"73bd1ff12757c80fc68d8617bfce11cae855fb51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.0.2.tgz","integrity":"sha512-pD8StFd63OveuNy/rekA4ZeJ1UiuhOj5i5AnjQMAVnViSs0+m5PCOYol1xCdvRz0oLt+ERRN7bErL3H7kg8GFg==","signatures":[{"sig":"MEYCIQDBXQufwEsnoLN+CkHR9MdKW4nCtsldNcifi7ndhVoZsgIhALHGtMGxSsBu245qMLaqt3qbxBjPdD8GVet+UbbV2x3x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"73bd1ff12757c80fc68d8617bfce11cae855fb51","gitHead":"fdb3c5b008d317ecb4d1ab42ca575a3346d1a8a4","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"2.7.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"1.6.2","dependencies":{},"devDependencies":{"mocha":"~2.0.1"}},"1.0.3":{"name":"detective-sass","version":"1.0.3","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.0.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"27a8cadd9a0a24c77b3a0c3f98acf0afa0119b83","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.0.3.tgz","integrity":"sha512-bCrJWCwvhES0Fu7Q440x7BKCId4jvV0YpR6jGWdi33kPmoVbYOm5Y9R5e7nj8nY3Rc0nHdYBX61pD7KYe8TmVA==","signatures":[{"sig":"MEUCIQCWMuho8ywNalfMukKroMj75AEmTffU7sT7K0smDqicvgIgWmhfJLGmIOCnUN9tL5GjaSlntxCRLe89KbLkvzy8DTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"27a8cadd9a0a24c77b3a0c3f98acf0afa0119b83","gitHead":"850d26922fefdd8283a77c43119b18b9a42b3dda","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.8.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"0.12.6","dependencies":{"node-sass":"~3.8.0","sass-thematic":"git://github.com/dependents/sass-thematic.git#master","node-source-walk":"~3.0.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.0.3.tgz_1466356698324_0.7685990047175437","host":"packages-12-west.internal.npmjs.com"}},"1.0.4":{"name":"detective-sass","version":"1.0.4","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.0.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"b22d9284ea60c61375d5bea2ce7613d1d8786cf6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.0.4.tgz","integrity":"sha512-FVVqI/rLZGHeAMtyuMbL1cfurNQ7sNCNohx5x+fKep4In96/qmGbxp1I/GWa1/QwrJjQ7ln0Il7jyj0imQkJNA==","signatures":[{"sig":"MEUCIBUfItcy3m3W2YbL1BacPqEW53gpQba6cY2mjBLV7BNlAiEAzJE9DuizPzjWYQWeY8/6k9h7HnemPagxAhf3JoMH6rA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"b22d9284ea60c61375d5bea2ce7613d1d8786cf6","gitHead":"d85a9f4a7f30174713b902524a9e5249489b8f57","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.8.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"0.12.6","dependencies":{"node-sass":"~3.8.0","node-source-walk":"~3.0.0","dependents-sass-thematic":"~2.0.4"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.0.4.tgz_1466501220660_0.08899518987163901","host":"packages-12-west.internal.npmjs.com"}},"1.1.0":{"name":"detective-sass","version":"1.1.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"95ff07d3cee5d9679e7fa749f811f923765ecd38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.1.0.tgz","integrity":"sha512-wt5YGkoVEEmWxBWRETgX/8XFaFSNZxQpBG1AdVvwTCS0jHJ7Qta31E5rCAR8DNehstDrjGoPWzA6ITZ5CWg7og==","signatures":[{"sig":"MEQCIAd4hZKQb6MSGQMVzLiGsIszSnwYSn5JHghVC2moqUVlAiBNoNl4aN+tVkjj4HFdijzNlfYXCBtpEjyF1ruKyz3skg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"95ff07d3cee5d9679e7fa749f811f923765ecd38","gitHead":"7fdf5b8ef634516b5151b17a9c1c1e3fbf72f753","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.8.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"0.12.6","dependencies":{"gonzales-pe":"~3.3.6","node-source-walk":"~3.0.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.1.0.tgz_1467680804003_0.03345726756379008","host":"packages-12-west.internal.npmjs.com"}},"1.2.0":{"name":"detective-sass","version":"1.2.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.2.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"9d88414d147b45784f047bba97119c026ee85fab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.2.0.tgz","integrity":"sha512-t2TB3GCIkXzGWlJ6DkKyrr3nGI2gLCHKUg0ntLELBUggKbypSkrtg5vKmkIaCSTULZcSOLPZVXU4nN6oRpV18Q==","signatures":[{"sig":"MEYCIQCwRrzLyFurn+qk7GNR2H6vo+ihFKZt+k7TjxiCx/wf6AIhAIaZkeuPY0AkKg7HNeHgzfBStlwLhiJAYvbUxA3V2Ajg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"9d88414d147b45784f047bba97119c026ee85fab","gitHead":"de97d3051f1d4f1b80101cd54088f94e4d8a331a","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.8.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"0.12.6","dependencies":{"debug":"~2.2.0","gonzales-pe":"~3.3.6","node-source-walk":"~3.0.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.2.0.tgz_1468770439368_0.967000531964004","host":"packages-12-west.internal.npmjs.com"}},"1.2.1":{"name":"detective-sass","version":"1.2.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.2.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"700fcb16557cf2032c74c63b4a3b8513d621e602","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.2.1.tgz","integrity":"sha512-bNnaYMIqfh2537nOFS1+03KZ1f8t6QFxCGKo0nHfwfTCeE1VZJXp2fCdACOO8EokiJat9IP0DzS7SRnC7QGOpw==","signatures":[{"sig":"MEUCIHq07IV5qKwFYEdf4rW5U9HEAZ+wGP9Sk+tyPxCTfYjQAiEAjKqG8P8w+4Lyj0C6JxktgNPAEe6UBMLBQMFaF5dUUok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"700fcb16557cf2032c74c63b4a3b8513d621e602","gitHead":"152408800b2282e6f60f947e8bf38a4c2d237151","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.10.3","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"6.3.1","dependencies":{"debug":"~2.2.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.2.1.tgz_1473094626364_0.6052562277764082","host":"packages-12-west.internal.npmjs.com"}},"1.2.2":{"name":"detective-sass","version":"1.2.2","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@1.2.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"7ac1dda582125cb4bfbc338be84647119e0ba5f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-1.2.2.tgz","integrity":"sha512-tLBntifDOEtGFST+seFl+GMRk02jJ2zbqeejAjG2qv9dxj5CRKFQ9+20nzqLQtfsYG0+1WpMvsOpTBi/yUbCjw==","signatures":[{"sig":"MEYCIQDlkTVQcOulz4IuP2aped8zf7F5jPpRlKkizSXok1KZAwIhANsAXvsJYn1kIQI8PXu594p4Gs1XJPjgh8mbzQlIGzmi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"7ac1dda582125cb4bfbc338be84647119e0ba5f1","gitHead":"bfee1248d5601e950f69e516d61df15723089ef8","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.10.8","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"6.8.1","dependencies":{"debug":"~2.2.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-1.2.2.tgz_1482875313457_0.15414456673897803","host":"packages-12-west.internal.npmjs.com"}},"2.0.0":{"name":"detective-sass","version":"2.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"0af18ac639c8c36e9d37db1a74e2bf849f0a548e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-2.0.0.tgz","integrity":"sha512-1U31vNLWY8lPfsfZiOEn4XO6yQ9v4PsR8UUI8b3igvdOt0R9IaPKKy2qKu2/xxTq5xxus/t8t1tR5qO+jGc9pQ==","signatures":[{"sig":"MEUCIF3RjGQD/1RuMRqVJsmRVWJLMyneh69I6m+S1RA2LfQqAiEAl1FyZtiAyw3c6L7+ksT/mnY5g4r3N9cU9Z5rBjGUHa8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"0af18ac639c8c36e9d37db1a74e2bf849f0a548e","gitHead":"061345960c9f39db3caef3b0c93c611019110207","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.10.8","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"6.8.1","dependencies":{"debug":"~2.2.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-2.0.0.tgz_1483157937610_0.7044519130140543","host":"packages-12-west.internal.npmjs.com"}},"2.0.1":{"name":"detective-sass","version":"2.0.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@2.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"05660aa1b95cfd87f574643bface3e8a268112a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-2.0.1.tgz","integrity":"sha512-+gcbXjkW+cPS2HMuRSy9y23kp2vixZ2DdGXEsu6TjMnWvEiEs4KFLTLINbChTW8faPZXfB5elvsL+j6TGcKW4A==","signatures":[{"sig":"MEYCIQD84nAgHAIJHq5QhC5b+jLkuOURL1i5bdR0wagEPE3TxgIhAPomKCrJ6+myzONJDrgKbV8BrowoNpz2FksjezqfepM0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"05660aa1b95cfd87f574643bface3e8a268112a1","gitHead":"5cb9a11dfab6aa23dee56973e56eb61f02acc618","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"3.10.8","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"6.8.1","dependencies":{"debug":"^3.1.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass-2.0.1.tgz_1506735755365_0.08692411170341074","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"detective-sass","version":"3.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@3.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"832c80fc076dfd1f8250b73b7e98e1f388f47649","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-3.0.0.tgz","fileCount":3,"integrity":"sha512-f03DULR4EipUpb1HCTHNGUWoRuLi9SDMgMdp+JiSVAWD5kwjI2NY1IOUiqmGbA3C/zQIWXBrC8+U2C3bMJqCFQ==","signatures":[{"sig":"MEYCIQCqO/oRABr0Ef3lR9V+pDzJ0QNUa7t20x1kUdi+E/3y/gIhAPd894aVz07nG4aBc+arixnWgmvsRwiCW8X8adH1Aviy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkTRpCRA9TVsSAnZWagAAelkP/32grFooGL6PYYWJ1/FE\nSvzg22m7hlDmlqvr2Jc4lviUEqMkKdYLOayvgIMC1eegntdWapuUvJDIwhCG\n3T5wa+U0dyMt8CtkP1tOcZwmP4qd97IE/uyEqdxzVLIMsolDvW8ec9YvAvGQ\njUobejTfEQvXvZO/BXIpnSjGVeh2mOUVJSNEj2E91qAkkl2POlQomBHNvWVw\nv5og/QkPx86ddHvjRFDHfJJxRgCImTNjQxhBz2JM+qLmWGWUFcLd0/D/LdaD\nv7XmWxuP9JKHuDkqDyW1nuTKLRR/A2uXn153JMdylRO0XDoPeKP4RY50/hDI\nYvY2AkaxhlZxWDqKKQfI9M0IEKBpgrMfNBg4eZoGa6F9bqr56tbFUKf6bLQK\ndnz3GolmfgYTwABxKh3Sbgld1bJaXi+7Xjj8YfqO3Ls3Qa3QLUoK1C7fo1Oy\nlegVmF3IaG/ozVTnA/DpFaXEVeiJ1MFl9w7svFvgA5VBq0QqxaRlao5jKBRe\nwOB0+ouB4+dOP2YX7Ni/J4hIEPPJv6kcPXOHL5wB/lqsjXgI+lQgxI0sonWn\nA8vEXpE015BgKjKIs/DmR20aj304dt6ato3fGYTEu/SmXpZVVNeK9TeQya40\nuITOYfQG3/ue4eO5IgyqeL1+g9o+BJOoJy1YS/vSeGpcko05NCP3n/hfS0zc\n44K4\r\n=dA2e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.0"},"gitHead":"c4c432aba6cc13dd6ee96202b1c3ee2f36acafbb","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"5.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"8.9.3","dependencies":{"debug":"^3.1.0","gonzales-pe":"^4.2.3","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_3.0.0_1536242791674_0.43765506277140176","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"detective-sass","version":"3.0.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@3.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-detective-sass","bugs":{"url":"https://github.com/mrjoelkemp/node-detective-sass/issues"},"dist":{"shasum":"496b819efd1f5c4dd3f0e19b43a8634bdd6927c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-3.0.1.tgz","fileCount":3,"integrity":"sha512-oSbrBozRjJ+QFF4WJFbjPQKeakoaY1GiR380NPqwdbWYd5wfl5cLWv0l6LsJVqrgWfFN1bjFqSeo32Nxza8Lbw==","signatures":[{"sig":"MEUCIG1BzyIWPzb1qFUToO14QllBmHSD0037qpn1kOWG7xqcAiEAmqKHAs3+GlfHniMpJxWHnRd5q38DcD5UePZAXMUVy9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP9tECRA9TVsSAnZWagAA2I4QAJcDoqnIgE3LlpLb90iY\nIE2F4x+pEOwe6bRKj8Au2oZD8qrkG7Vu5QzIx9SqaDTrUKGUNTlRRDQ14qi6\n0G2pL6VwHnGmlB2LhcsRuczwmoxh3utSjLwpHxEwwwETdx4UaW6D+wiTCyah\nMgoXMNb5xtldlBbpnS/j08MkjZV6MIuzIjAX1BeycPi4ExF+0QrJgFnIt+C7\nKovLbt/U83VfbNqcvvR6oEAyLKNKoDK5Eit8/Lswxg/dboxj17GGeYHyaVOn\n7nVhW4NajDgX0DV4h1M0q0R1pmD6T3bQ36I4c12kOBPUBNWzyiSLvzzPUOjZ\nhFGJLsHs0XxF7B2k5NZ3kOFo49i22vGlN7S5uGYByk37aKmGp7WuZo9TfahC\nPhXrVLt6dMmqqAPkB0AMBg07ZmIzoJ739zJoBgxIM1YWM28nFRqBJXwaELGI\nuOiETryuyqtZyYKVJSzPOxPcMRiWOBTaNgVxS4Rr4z6lbuObfDOmKrtX0DTw\nXpgNcJnX+w8jSipXTR1bb6pxDzYUoPR5b+s9jg1/4IeGA3oDl3SikkTc0mB5\nK+A4khcupl+Dct0lspP/CZcB4ds+Sc62zyquvEWXH3BO5NoIxVGMi6Td7/uH\nXR0oaxJHH/mDmjAp3vA5EWc95MeUoSXj4OjxvxwzSQKiFTEn9UP7a7gq2Nyk\nLZQP\r\n=grlI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.0"},"gitHead":"e767fe42c155406a03b04762717af3ea1d9773e1","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-detective-sass.git","type":"git"},"_npmVersion":"6.4.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"8.12.0","dependencies":{"debug":"^4.1.1","gonzales-pe":"^4.2.3","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_3.0.1_1547688772141_0.5643040323075457","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"detective-sass","version":"3.0.2","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@3.0.2","maintainers":[{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"dist":{"shasum":"e0f35aac79a4d2f6409c284d95b8f7ecd5973afd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-3.0.2.tgz","fileCount":4,"integrity":"sha512-DNVYbaSlmti/eztFGSfBw4nZvwsTaVXEQ4NsT/uFckxhJrNRFUh24d76KzoCC3aarvpZP9m8sC2L1XbLej4F7g==","signatures":[{"sig":"MEQCIHEQNYvy3PWToD/Qq+e301y4qxPh8soAtIp0c4ojLKirAiBmA0S/EB18DEpq2Ahz5t/uu75oAYMhkHP8Dpd5IB2i5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFL7hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr88g/+LUNpRRCUSIOCi4WGeHkur1c1iff6B8ASscK4oL55yVblr3l9\r\nm/FFaT7c6wtuf0DmT8Bc4cLjqAgSrhBske6AZqpTMzPYS6bgRJwoYyaoUAdA\r\nbTMHnYVuKX43MKyZPAS9tWwnbjZ1gfk2A0JeRZrTYP7gO6448D6QWeZHRNor\r\n+8S/6yNwy6ELh1rfxQ12O4mhbr9jpcMdaB1CxS8Rq7ZoheClihaHok2DSV6w\r\nc21nHhVVfe0ZF87CdLQrMIDKBv2Bbnwtawwp/HWs53aPFLsCkGsMa3f3/fG5\r\nzvCHkRqaqcDNabhiBkZEZshHZ59pFL2GSFG8SMpxS+Ye/SdvsDrzuyjsd5JD\r\njF8xoEiycge3fMqJI4Q2F6QZBj8BYiAftopzf1A4lB4pHuDMpogtcK77Aimj\r\neeZ+d8p3YMNiNDNHCxa8qp1Ij1GKJer62eRjl6VvI8Apx9iLNUrUYez+GGxw\r\nHTzyLiCiKWMheUPB+Ch8KeEOVhmbFezBmTP7G2LiWXQTqWx3wwo9gazbD2d4\r\nufNP2QmU7oJqUWqsBDczWkVQxxAd1rQ4S/+2L15jlW6ZmoPaqjkrDCrva8UJ\r\nqvMwgM9APrTrmObamE6b/XkQhjGCkNAlgGaarrWkK1yVJYdCj1P9z8XlHxP4\r\npAJe88+fQq0OkTdlob1Yp+BguZ6YWfgRpWE=\r\n=6nvE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"076bc50a51a77c1ebc4ba8fefcfd67b1a8db4124","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-sass.git","type":"git"},"_npmVersion":"8.3.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"16.14.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^6.2.3","eslint":"^5.16.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_3.0.2_1645526753628_0.5271344555443367","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"detective-sass","version":"4.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"dist":{"shasum":"948a95d4822c9201eb9112df3b8f5f21efa450ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.0.0.tgz","fileCount":4,"integrity":"sha512-qcCWfnd8hfZQCdHUYt2FJ9ZAqDDgEQxrX+W1eQ1OGnPE2kdYXrlNMJ/zFQPl46clVZPBSRggkNMyMjI2J+7Xew==","signatures":[{"sig":"MEUCIQCAItsZoXPf2H0ODJpH5dbsybnp+l+lRB6FK0lMt+tssgIgdmO5NFzkOWtZFjGgDUc10+2kDiM8OtRdbVft2jhmAaU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiILVAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPRA/8DJJEtocCpV4CU1uayyy0ptcCMqPzIawtrYJF2dF61Sk9K54S\r\nMHrXgVE0H0W4rVvP832Sdg3YU3Iwftjz1Fi01+QBm+JCt3CLSs3WMg2YEQ44\r\n7aik39aYn/vKbg40oPDVhCX1H56jm+pAUpR+46FJNyA/Jgoi3AZ6CF5iJuaG\r\nkxRxTupSD1oUxUwCvSF/PyJaWmCFfu5iOyLLgOkFTQcxVjSbhG1n0HUZLavA\r\njZYZw4uSt67bWIBAIEiSxDc5Rg3rLsGwpuqxLayXIYJPE8doTXLnJagayku5\r\nDHLrw9hdU5CEFjjVhERKOdVIdg5e9K23p5s6pW04A2nW3WGlM9dOsfC0euN/\r\nhWvEFUr/ummYoD7Qq/1NFoxwsdYXmBFk2rKurkKynKgJ28AUCmbNK/sRZHPk\r\n1YuylwpIR8JpYNnfjM8q4IFW8PRyrjL1adlPdMe5wF844Xfsecr0YzSMvlga\r\nXOIPAW5P9sCgJwoJQlWHTeSGNlpdm4V67zONzvW6dsQiZn/nmjMkdSeYmhnd\r\nnOGhyKKm0GHfnZbxDdJ92fZBF7t2COt9e7dqk0VUOlw4OHopSZ2C36N9D5pY\r\n6kDPn+s+T2ZxOwkBPAcHZrAQYSL2pJ0SJ0TqlHdRRIZm3N8IlKFfgarSl4mp\r\nDjqJTgqwE0U8Benpd17dKQ98KetG42FfsIc=\r\n=Fh/t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"e09ce497a543b3529ef34a5648fe210f550963d1","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"deprecated":"Use the next patch","repository":{"url":"git+https://github.com/dependents/node-detective-sass.git","type":"git"},"_npmVersion":"8.3.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"16.14.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","mocha":"^9.2.1","eslint":"^8.10.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.0.0_1646310720366_0.20604850522532137","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"detective-sass","version":"4.0.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"dist":{"shasum":"2a9e303a0bd472d00aaa79512334845e3acbaffc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.0.1.tgz","fileCount":4,"integrity":"sha512-80zfpxux1krOrkxCHbtwvIs2gNHUBScnSqlGl0FvUuHVz8HD6vD2ov66OroMctyvzhM67fxhuEeVjIk18s6yTQ==","signatures":[{"sig":"MEQCIFdsWmAc4tKYmHkWujVOQ8D5fLqQi3Yc3iP0qWncAiyEAiAdtFnSN8rQ5iyUaI8M8KQjxNnVdWLpgNn9XoielrThMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiILdXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4Jw//WkKM6aCMlUK5/R/94c8hCd2Xizi6FLtgJP14d+jscCQ120SP\r\nGEu7MjvO0ulOUxciXxvLUhvg/PQ6NnYrmjeSzhl+Fv6HZFtZtOBmDmNXWLWM\r\nDna+KjHh1e4UY0H/DpfsFl5bAWtOuWG1p0t1F8LECicvElYT0cHQNTiGdDHM\r\niZVklxQmZxUbJHrs75NNOjACxZlUVi1NIyYy8K0qn6aUv9RxvpwWxP+O8qzd\r\n/RsFy4u0lXKznsdUBwS52faAkFNrKQPSrQ5dIziiDHlrE+YoIyHtDYHsICmB\r\nm25cH11yE2aRgcQJ88lRry0rW3B/jCNmuJ2muORAuyi27r3F+GAT7EIER+ux\r\n83pyvRMO6CWoCINwo9wrWYh8tQ4YRK1pDn7FFGnReUksmdt2kFp3o7mBH1i6\r\n9aPzVu/yvPFEg887HZ1tUhFhYVYVCiQ42NIMN/3parkjaGgRFRbt3P92EnAW\r\nZerkLyfl95V8dUAE3fH3Er6wr9WVAhP970zRqy++6V1Ze3PK1FF1pn+Ns39K\r\ngPYMCAEz2uRTQyZj1I+GFZIdmB4wBut/VD42a3b/4M4H2SSCKD/8FZe2MYyT\r\nqV5AyAKy8D1A50+HmffVngD1UVtxp4OoXT8piDhUCPObKj3rCVH2Zzx5FOSc\r\nB28IAStIgZapmq9C9IokiujnN+oPjT3Kjrg=\r\n=z0bB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"f1ba43f3d4cf22c1691f0c4e7ffa854e5ff97b96","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-sass.git","type":"git"},"_npmVersion":"8.3.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"16.14.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","mocha":"^9.2.1","eslint":"^8.10.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.0.1_1646311255398_0.3279405588046236","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"detective-sass","version":"4.1.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@4.1.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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"dist":{"shasum":"f9097befdeaebb3e2dd00bb2e2ca70b1a1dc4d29","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.1.0.tgz","fileCount":4,"integrity":"sha512-GOeW+0uM7XH2PGu12Te0ZxSrg0OyPULSv7HhGVcYmj3JzULuSGkTpEZWE/7nIn0bY+o2oQzDkPpIQho/57HnLA==","signatures":[{"sig":"MEYCIQDbCpQMFTxR0rFwe/xTGcPruPNlvfZqyTWKayj307dnNwIhAKRpyceLIVwjgnB6Rfb5wfHkY+5EmwdjJkl3+KyK0xvw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDyeQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+jA/9GkBpJcoqmn/7vDfXMGhwvQUAqHhvIVBYmkyaD8rjs5/QpI1L\r\nt7RPb9l8WLigoDbjuFMblW4hJ4vP3fidOVYnXCkUOCbGRIqyeHPLhARJ9hiU\r\n0kKquu2449hS3a92Ol9zUqqofoNXaJlTR/pIm9u+s1E+FF0UJHrZnJTvhQ7q\r\nenVtyokbST44V6fymQv+IR0LKuQogWxfnf6TBITraMhSX6hf+qlQTegDebi9\r\nUjt4QG6Q07Yd1rWTPXlf8wdePzF2JhYdkg58Cv8oY03EYPPNR3lkh4EF7Gbq\r\n5/7Jnxvw+U6QXLW6ub7ICYq9cGs8hQEvORf+Pp4rW8sJ50CxqChiCl49qbT6\r\nQ5y+pHzgzUrN/D8uayrVNoDCc3zGrIHDjXfogevyACaYVs9TiZAn20Yis5Mh\r\n3+aQ4okelctHMLvg8NfN/IttDWGMAsOl4w+FicKOeuuCQlpROOyyLHX2RiP9\r\ngpQyUyyKYbLzNcgUmYhpbfSMadnpMqeFtEtS46D59wNHg9wDEsDcn14u+S2B\r\nIfka2OCIW+iLIwGMzyg+PyJUrONhaZByT6veDGsO1m1iYCb5CwGg1eYryP8H\r\nckqB2ueF8pqs7dpuc2gpRtPKAooauVslNs0uuB67XYKGRog8wvJwtXNwYASF\r\nB95miPm21+/2L7LQKMqFq7KtQ4Dqj1bAdgE=\r\n=LCQI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"61eec5d8c363500500ad056cdd15f65e1915a1dd","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"mrjoelkemp@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-sass.git","type":"git"},"_npmVersion":"8.8.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.1.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","mocha":"^9.2.1","eslint":"^8.10.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.1.0_1678714768489_0.09395028948344608","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"detective-sass","version":"4.1.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@4.1.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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"dist":{"shasum":"d4e1df2b10ccebbb1b10f0000b89d1769e795d1c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.1.1.tgz","fileCount":4,"integrity":"sha512-KSUoOdrLXxSZFnHpGyXufWUP6VkfSdSNC/uezbJkKIwy2i3px5NQPY5hWOR0k9OFlrBakucymD3Ap4d87zobUQ==","signatures":[{"sig":"MEYCIQD6JVN0xBUbjZRINNBrmTv8BAIcLJ8TXKB/3u+3hOeObgIhALFy1drUapsnLPAHxcl4verbbo5zA8cqhqhek1NlpG45","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFsCjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAzA/8DndljCNgcvrlO2vkTw1u9nW+KF4kRygyAK0nXa+AWQfLp+0f\r\nKA6Cs/INlXFMkOWBDqhYXAizHkKhrgOZ8m5VH5Oi7FCD2xG2GlGnaxRVUIss\r\nD0BE7v01aEfnbZpzJhdEE/TB7R3Ie3vD75zVDbOrCX9jTQwecyriYTogkITY\r\nKzE+bW3R7MWGYyBE0x192WMQ/FE14AIxjuj7KNAhMYtCyXyyfytK0Kk7OPFp\r\nJ6zSyBYWoLC5Egn+ISiY8C/X0nSDGQMR/rqCyCYR13/BWUQnuAB+0840Z338\r\ncCry20EWWy9QpFnYAFDQi+aIqeepWN+FPozW0xtb3Q1mFJF+2sWVnz6XVlJE\r\nsxScRXoqQITQSCiBa3wqnCd6a/R+avBg4r/0015F1TVvN62VAbqwsZdXFVWH\r\neDNTHJ0q/j4hQVY5Pp6LFyCZpH87QiqdAu7/Jgy2Vpj9wXlMEkWF1YFAnc36\r\nldQPcos0NVi1iv3x91Y7stmXcAd//ghl93llT6ATVhVwenZO7f3CnF8wI1Ot\r\nzTkJeuksiZ6Nx7bHhiq5c+gEwsybE+W0d7BeisLFYfR1U/kyCIKRnK40t2+V\r\nD+0QyFTj3CGMLYV4B7+IL+bC6a24PVQlyx6r8c8TSWYd0Xp89grzZ8nhHvWx\r\n5S3u6M17TauhBW83jMOHF+G0uKXkHPYB5K4=\r\n=pGLi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"52f730914be320429a5f1d3d48abd9de1f0fa995","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-sass.git","type":"git"},"_npmVersion":"9.5.0","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.15.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^9.2.2","eslint":"^8.36.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.1.1_1679212707366_0.3389950612031245","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"detective-sass","version":"4.1.2","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@4.1.2","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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"47a3247b34c896d030c6c671df55e7a155b4ad3a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.1.2.tgz","fileCount":4,"integrity":"sha512-eexCjfNHdqj4tgHOGPMj87Tg+VftCqBbSLnSf+SUpxPnZdjpem2eE9z4wPrI5D8U27loHfcGyjcegpVAOP6Bmg==","signatures":[{"sig":"MEUCIA89B9wm6y7g/fCSSJQcLzzDw5mCubhrfOSRTmlOUJXKAiEAtItK/M3Pebstz0D8fAqGIOH7X9lwOOdwmlB8TAsF9dI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPp9wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwaBAAkWEpRYSzwODdnPWiiXdtgtM9zIySRz7ZBj47vAQ8lQt6Khv0\r\n0cpr03EvEywgpc7vwIbjoa3BG3qt5qNLQSGNicT9+t/VU5OC4KlhkzywaHfh\r\nWjS+aUP6l3HyiLZMMwPh3pLBMuQlrYsdfHF0DF1WE8r1TzSN2J6ilrgjiTiH\r\nmf2kJ+roOD6Bexwz2o+qeaeww8p33zXnn7BatPSKbalLlVf3YpUJN9SaVWJZ\r\nBmTRpdkcMnNj5wVsQSreCH44NLDICgN10XlX2lLwjV6HBpu5uQ+w+fW1OaF/\r\nHPTXcLDUKIl6wz/fdbDs2bTM9AGGq/Rl3TImkBoFIqEUWVN0m3eGv95/QMAu\r\neFaGXGqzEyqqDG7oSiTTxNBPT1PBp3yshgcFYsYLq7O9usn7jEl66X3bZu2p\r\n1IEUkfR85+vOFmiSPTfiw1o3PGRtY8B50JzVvp3J9XxjrF/7gI7BnWBICkfa\r\nOI6yrwC5vAIi9AbGFv7FCgGF94DG/EwBWmB2RfYKtmhAD2qkR+KPTuk3z/Ob\r\na1KsXMTh5Pav3prqmKszkMdkKcNZyEcmpGCL4hHFhnb+GFBk5YhXXpgUtS9f\r\nCz8Z0DmrxEQUgyGHkfAIHafgWEQg7+pmfW9dUrTLmcVy4WYKIZZse0X8AiCN\r\nC7MgoV6U4mg8D23BLRBulaOHq/1DMkqDS6w=\r\n=2HQY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"359b8c0ddc1ae72a0862c28a8322904d6a4fb45c","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.52.4","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.1.2_1681825648047_0.611450981624978","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"detective-sass","version":"4.1.3","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@4.1.3","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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"6cdcc27ae8a90d15704e0ba83683048f77f10b75","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-4.1.3.tgz","fileCount":4,"integrity":"sha512-xGRbwGaGte57gvEqM8B9GDiURY3El/H49vA6g9wFkxq9zalmTlTAuqWu+BsH0iwonGPruLt55tZZDEZqPc6lag==","signatures":[{"sig":"MEUCIFvtsgyoCsh3MAnvDLCkU+pqCvpwMDCkCGm5hxqsYHvfAiEAmVeffRlhAb3+x7iPpzVYiEmjUDaIDnOMMsPZTfVYgRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRCydACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDmBAAj0NQUMvcODQSWt/9N9JLxMsaaRXqMe6rCx1dSOEkyHQ3HtEa\r\niilBwyBFYBAw4pc3eC3XK/XiO8TcwHwG2aoYFundATd3qGAiV3Sv3mk1UNos\r\nQSIqCd4/FpbC0pdAwDOt8jDY72sPxpuxsZSW73w/BklZOL96zb6Ms0m5ZlZx\r\nyuYNDX3ieLSqMbnCtlUNBs6VCKUk2fwSoMblHEykcRuCHSdRxjxrIeom6xWy\r\nrgwRmvEO5cI/Hxt+w+WG1xtpUO9PJ6zIDMoeF+QuH9dhm5xi0vXS4Ao8ATUc\r\nNC5w3+rsWh7azAt6/a0tCLlvX/ek4RiEHWlHBhZpIda9AHzxTq+IxlV0bUOG\r\nniGz2VFfoUSQyHTtGxgyShzrlExk4+jW4JlpknGrPbvY0B6PFUYNfoaKyDJl\r\nkcJJtixbZB+soRl7sHFoOzEv5w1fNqAQ+nNMZ0sC+MDL/gfEcBCdy0Vz07WQ\r\nq7uqpBpP6lmnxaIiV/2KZ8LU/RpbpWRC6e+qyDNJ0lgsJwVi12VGz9QUZZEM\r\npSBdudSTqtossb63IPoLwc2BmRasz1KbN8v/yG9IHJMzPUT8HAyVNZIUgK5+\r\nTkkZYbnZwcgfGg79ZnLjfgDDZxv8KwZmpqHAe/hFzOvZ5xH9vn+viKstHmHu\r\nFCX5DJxb5U5WG428xSZuRxIRxqQRr3RV804=\r\n=gPqb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"dc6e1e200c4f78e0d1789e2217f13e6bfab8a8a9","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.52.4","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_4.1.3_1682189469097_0.933498580102393","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"detective-sass","version":"5.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"6a3b9f9011c4c99c04385642176444dd3a534ae9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-5.0.0.tgz","fileCount":4,"integrity":"sha512-9H+B4gdUGKpYaSuFw43fseht6ROeygIA7F+fgN/mw+olQQ1E2o6Y1wOF4MtvUS8pOCo+pToMVtqFnX9gkLAvoA==","signatures":[{"sig":"MEYCIQCNxY3/LYa03b9Sjo04rR4hn/M8XZIFdSHqlRac6F9EWwIhAKyyoXR1rJenCI8jaqpVfPHVmhqpAxr2waNkG2nlrvtl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVKeAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQPg//Ww1YbLZMrbY9IZkJGscA3v4fW4UEgawQoL2yQQ5LLb9oazw2\r\nBJjVAPsXfpZBGufSoIcvgIyI1X70oGrsfG5b2wvAju4BD7/34dQkL1+pcObe\r\nY1M7o/Vq1tyPJc7lNEPJV7f5Jz3NfiUEhkRAGRNNjVXLRxGRqagT22un+cAZ\r\nXZkWUIGSCbZ1MSDigzJMQXUPMyx2Wup2A1O/3MtES8lC0k+Lm0Ps8ezzrcwN\r\n9SsZabZxByoJvC0DbADAF5ZRYVrxm3w0vZTCbsWT2la3DXgDgoUPJaK7JMNk\r\nnyKQGHzPDsqc0gQ7X+IM8bvRLQKUkq3/csmz2J3pOqWABD8iSPYaHgUcDXsQ\r\n7Nu82nx6scilttJHURq7lzGcvDHenyKDD0WC3hJQGTYqU0dJl0ig5jZ6F6jr\r\nXW8P7ubd90SdTG9ydlF11Tx/n7xs/5umzfZ8+gabVynf7M72nYyidTTGQdKd\r\nDmy+312CUwG2pgXMhjTGXyE7kWmXKC4mO9cJ3dX/M7Zf+5MjETYoLPAEHkFx\r\nczFH+C85fJb5hn/S0eBWRLijO9bjljYP0FVvCAcVsFmJ5+H5cyZ9Ot5RUvKZ\r\n5/TVkrscMctRcMiEyvRadGfdrIA7TA8nPhxWt9y+ERVkORVVpJNdwnBvWnKj\r\nBhHCwYPqUu+04uCIJfFbnSsUm5aCScFaJ50=\r\n=DHNm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"8b365fe64eb6a37811627a113d699ef9e508b572","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_5.0.0_1683269503954_0.9584409951855455","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"detective-sass","version":"5.0.1","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"3b26b323891c1f5cb03d8882f0ba86c02e2745d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-5.0.1.tgz","fileCount":4,"integrity":"sha512-XWJjYJWHQCfWqBMKQjSyiyViGcWRWbvU7v8R1H5jYCdyxYKJMMeqp1zO8tPfbwVJwJPjKwctx6tcxg+kuZbFtw==","signatures":[{"sig":"MEUCIQD3XKsochfvK3Wrg+SHrJ+EgNHvTnO40Ju+oqD19OxHdwIgeg91Px/IuGApjdyf97jI4C38UlPC34UtbQbUO2+kFVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6583},"main":"index.js","engines":{"node":">=14"},"gitHead":"7937270fdbff50a71cc5a63a4a2b2541044c1b43","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_5.0.1_1683788962549_0.9768410427912677","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"detective-sass","version":"5.0.2","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@5.0.2","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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"f9f79321289b54a4726f750107cd4918c949a6fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-5.0.2.tgz","fileCount":4,"integrity":"sha512-lF8BlD9wWoALORt78/aAx/M133iQO/ss9X81i9qOCPrBn2rNQjjpDrjldv0tb+L4nb6QZ+NJuGt3IDCBAyZGZQ==","signatures":[{"sig":"MEUCIQDFYdE2m8lLzDN7NCPi43ZaEeAUdJomU685F5HnvDk/PAIgGkidppQlw0myNTidGqONdWdG2Dlm+Jd3pXJwrip/Kok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6687},"main":"index.js","engines":{"node":">=14"},"gitHead":"2ca3b5cbc27b451540181314928ba96a3c9300ce","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_5.0.2_1683810522854_0.28161995821584274","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"detective-sass","version":"5.0.3","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@5.0.3","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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"63e54bc9b32f4bdbd9d5002308f9592a3d3a508f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-5.0.3.tgz","fileCount":4,"integrity":"sha512-YsYT2WuA8YIafp2RVF5CEfGhhyIVdPzlwQgxSjK+TUm3JoHP+Tcorbk3SfG0cNZ7D7+cYWa0ZBcvOaR0O8+LlA==","signatures":[{"sig":"MEYCIQDBjr9xOQ/wkLfJwUaQcFkCE/jpGiyMaB3qO6wf7pZ1tQIhAPfOfSXXf/OaPSjVWNFBuQPU2Ha9ujlIXcPEUV5hioFp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6647},"main":"index.js","engines":{"node":">=14"},"gitHead":"e8de9291e405fb4a86b4fbd2b8042c88569b7e81","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-detective-sass.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"18.16.0","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_5.0.3_1683874288532_0.4415628594692891","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"detective-sass","version":"6.0.0","keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-sass@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-detective-sass","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"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/*"]},"dist":{"shasum":"0585093840afe069ac2bdb55f662a1928c8f6d81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-6.0.0.tgz","fileCount":4,"integrity":"sha512-h5GCfFMkPm4ZUUfGHVPKNHKT8jV7cSmgK+s4dgQH4/dIUNh9/huR1fjEQrblOQNDalSU7k7g+tiW9LJ+nVEUhg==","signatures":[{"sig":"MEUCIQDdB5+WF70XqrV+SBvnxjpW8CdXFpC/ZPaM2Qkz5RsiEwIgEP2a5qVbkHD4t+yfjMFr2v5mYMQBnPvSG5ZyNTqLfaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6652},"main":"index.js","engines":{"node":">=18"},"gitHead":"c489f5a8203cf6ae2a2a66c620dc2f80fefd16aa","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-detective-sass.git","type":"git"},"_npmVersion":"10.2.4","description":"Find the dependencies of a sass file","directories":{},"_nodeVersion":"20.11.1","dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","uvu":"^0.5.6"},"_npmOperationalInternal":{"tmp":"tmp/detective-sass_6.0.0_1713076928835_0.7300452392682082","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"detective-sass","version":"6.0.1","description":"Find the dependencies of a sass file","main":"index.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-detective-sass.git"},"keywords":["detective","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","bugs":{"url":"https://github.com/dependents/node-detective-sass/issues"},"homepage":"https://github.com/dependents/node-detective-sass","engines":{"node":">=18"},"dependencies":{"gonzales-pe":"^4.3.0","node-source-walk":"^7.0.1"},"devDependencies":{"c8":"^10.1.3","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"],"space-before-function-paren":["error","never"],"unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":"off"}},"_id":"detective-sass@6.0.1","gitHead":"a1ee65d57212217f4e65cafb5a81a52752a329bc","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jSGPO8QDy7K7pztUmGC6aiHkexBQT4GIH+mBAL9ZyBmnUIOFbkfZnO8wPRRJFP/QP83irObgsZHCoDHZ173tRw==","shasum":"fcf5aa51bebf7b721807be418418470ee2409f8a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-sass/-/detective-sass-6.0.1.tgz","fileCount":4,"unpackedSize":6461,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICMN+yuN66FXQdn1q/id8LH51cMRlRziD3Klvqyu/3gxAiB3F9vCMO7FOVRleo+NgDuiYPYFygzpgHifSw+oa3F3gw=="}]},"_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/detective-sass_6.0.1_1738415779539_0.49337002256300133"},"_hasShrinkwrap":false}},"name":"detective-sass","time":{"created":"2014-11-13T16:14:13.273Z","modified":"2025-02-01T13:16:19.908Z","0.0.0":"2014-11-13T16:14:13.273Z","1.0.0":"2014-11-17T21:00:27.778Z","1.0.1":"2014-11-27T20:09:12.631Z","1.0.2":"2015-06-27T19:29:35.425Z","1.0.3":"2016-06-19T17:18:20.845Z","1.0.4":"2016-06-21T09:27:03.078Z","1.1.0":"2016-07-05T01:06:46.317Z","1.2.0":"2016-07-17T15:47:21.729Z","1.2.1":"2016-09-05T16:57:07.962Z","1.2.2":"2016-12-27T21:48:35.344Z","2.0.0":"2016-12-31T04:18:59.567Z","2.0.1":"2017-09-30T01:42:36.449Z","3.0.0":"2018-09-06T14:06:31.849Z","3.0.1":"2019-01-17T01:32:52.291Z","3.0.2":"2022-02-22T10:45:53.768Z","4.0.0":"2022-03-03T12:32:00.490Z","4.0.1":"2022-03-03T12:40:55.563Z","4.1.0":"2023-03-13T13:39:28.629Z","4.1.1":"2023-03-19T07:58:27.508Z","4.1.2":"2023-04-18T13:47:28.223Z","4.1.3":"2023-04-22T18:51:09.314Z","5.0.0":"2023-05-05T06:51:44.110Z","5.0.1":"2023-05-11T07:09:22.719Z","5.0.2":"2023-05-11T13:08:43.055Z","5.0.3":"2023-05-12T06:51:28.676Z","6.0.0":"2024-04-14T06:42:09.004Z","6.0.1":"2025-02-01T13:16:19.704Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/node-detective-sass"}