{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":["detective","scss","sass","ast","dependencies"],"dist-tags":{"latest":"5.0.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"description":"Find the dependencies of an scss file","readme":"# detective-scss\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-scss/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-scss/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/detective-scss?logo=npm&logoColor=fff)](https://www.npmjs.com/package/detective-scss)\n[![npm downloads](https://img.shields.io/npm/dm/detective-scss)](https://www.npmjs.com/package/detective-scss)\n\n> Find the dependencies of an scss file\n\n```sh\nnpm install detective-scss\n```\n\n**Note:** This is specific to the .scss style syntax of the Sass preprocessor. For Sass support, please see [node-detective-sass](https://github.com/dependents/node-detective-sass).\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-scss');\n\nconst content = fs.readFileSync('styles.scss', 'utf8');\n\n// list of imported file names (ex: '_foo.scss', '_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-scss.git"},"bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"license":"MIT","versions":{"1.0.0":{"name":"detective-scss","version":"1.0.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/dependents/node-detective-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"a30105215e5fcbc26132e3c6b95c8d8299185891","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-1.0.0.tgz","integrity":"sha512-hSr4RH+NqEew2lTRRL3Cq9kidsp9r3zqbxTRU1lYwQaf1goKxBMjbfqaH0rj5iyrXXmvBK/h0cbJ4BD7TZ0ELQ==","signatures":[{"sig":"MEQCIGdlqbu/G8h/Ri/UzXAFa9ZWrSjoQql3ihInGPUOf7fPAiBpm3Z8MqO+m/0iE/yVAfLzhdCWYzopAQsTZRYicyg12Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"a30105215e5fcbc26132e3c6b95c8d8299185891","gitHead":"9b9392c3d65753f902856c8a6c72ffe1ad33d0bf","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-scss.git","type":"git"},"_npmVersion":"3.10.8","description":"Find the dependencies of an scss file","directories":{"test":"test"},"_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-scss-1.0.0.tgz_1483156743991_0.7278869235888124","host":"packages-18-east.internal.npmjs.com"}},"1.0.1":{"name":"detective-scss","version":"1.0.1","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@1.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/dependents/node-detective-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"743246a0dd358d9d91ff4125417f6a77fbcf270f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-1.0.1.tgz","integrity":"sha512-2z2zUpVghABzkf22YVhpHXezXqz+lxJQcrSJMshpmX2SnIHx9wyx9GZ26zTWjVig5pM4eA7KvtCe63O/cea3cw==","signatures":[{"sig":"MEQCIFA7+OJ9SIPggo60JZcFuUaUS/OF3Lq5TViYzg50tUI/AiA/7w5lDe2EZh862NBPSMEhrenxVwmjonbgcVd9QEMx4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"743246a0dd358d9d91ff4125417f6a77fbcf270f","gitHead":"d27685c0831fe5ef39616d9df324655cacd1a3e2","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-scss.git","type":"git"},"_npmVersion":"3.10.8","description":"Find the dependencies of an scss file","directories":{"test":"test"},"_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-scss-1.0.1.tgz_1506735827330_0.11470270832069218","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"detective-scss","version":"2.0.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/dependents/node-detective-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"32fda21a655c60b6f2b88ae82a33a3a0869b2e73","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-2.0.0.tgz","fileCount":3,"integrity":"sha512-44cNM76EcT3ImnuMJQHi6q2ldYl+obXHuU6OtpcPfqJg4aH4F4mjHcCyQfn0ohwqYE8FQY64jSThgZwfDjMkdQ==","signatures":[{"sig":"MEUCIAgy+WqgLn6GWYRI7u1Kw3ktgxVHVW93zmyfAvq1MMa5AiEAujHMAxpJLKLvrZcHiKqVq1cakS8Vw8Ov3IZttjsH1WM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjWcRCRA9TVsSAnZWagAA+sgP+wRmznDDHGPKla6Ji6+S\njwbX5D2eXSLPCHLkPfutBnfbbdXqOutKgziabtrdHIu3+YUFHgZFlGdPryot\nPMpQmvKDnKQbfxxAZfti3bwkZMPuqiJ7RuBvg/vCNhZVxPXZFM4MdtiTSA1H\nd+150TY/oUbwj7GR1fK7qYsneVMVmouvQ+ctCI7krAHQhz/vD7U4YlDwuhwV\nTu1fGE03SWX9X6ysK9upoWnKgoJGHB+SJw8Ndf3G3R5jnWQdUctdJTdmc3VW\nWVlRe3QmSNrcdZUmWkAp8TMwLzWZSvSGl0Z7Q55S5InB9qQp6fyaqwqBZE43\nBcZr3L9uJSrKnTXvDH4oHtEjVUGenQUdjSquWc6IwzArxUsaZ30EUrVrGcRk\n6zVkaeqGUwNjpPIbcTvhLCoE+CDGLfer55JPBpFa/SmPwBeJsLzsT0jCXx9q\nWzyjjK3oZRGpqvOmISFFEgFTjyzIjXD4CmoTY7sjsLVqXeT7bxENlUNijsBZ\nnFe3ZC8c/r9zCUG0iZYA2QhIMUB/TY/KfxRD+OKjd516SmmYkZxMDmw/9KaV\nl6raCIDUR4/AWvKZojh5udO/aeoSWL/0d1G88zpToAVE/nCxslAorJ4wpE+D\nrrxLEWdJ3NhQJYN0mQXhuat1Dn3dAKpvHDvRk0Da4oFDAv4XqLRBYCbVrVGw\nCYdM\r\n=ef3G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.0"},"gitHead":"dc7e613c076eb46ebb9bedcae92059d1ca3e62e5","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-scss.git","type":"git"},"_npmVersion":"5.5.1","description":"Find the dependencies of an scss file","directories":{"test":"test"},"_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-scss_2.0.0_1535993616870_0.667123753268444","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"detective-scss","version":"2.0.1","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@2.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/dependents/node-detective-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"06f8c21ae6dedad1fccc26d544892d968083eaf8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-2.0.1.tgz","fileCount":3,"integrity":"sha512-VveyXW4WQE04s05KlJ8K0bG34jtHQVgTc9InspqoQxvnelj/rdgSAy7i2DXAazyQNFKlWSWbS+Ro2DWKFOKTPQ==","signatures":[{"sig":"MEYCIQDDjFXDFD1ryW+sBOM+XwqvWfaP5DorMFO6+dgKUXAxxgIhAMZnZzMjZ0x+hVfnu4Va9Jeb3ZP10BuoZmT+8W4GBRan","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP9uDCRA9TVsSAnZWagAANS4P/1odDvrCncyutTUBvA59\ndQm7FJ+IBSnfw6HCjjbamizYSCTcRazcJ2ABHmbkCkbufVRYSOFf3m/oLQyt\nQS/BpOXc/nTVmdAochwhNhMXcVSTpdYLTOF82tevtA4O/K1Klw6OXBdg2yvB\nmrTg7tNYl+3/+rW/fXBNtEEV3e7haSGiRf0OLk8M7WI0ZKnssTLe+vW2LFcA\nefBsLkkrgETzxAi+6GJ/DydLjPRRT24IiyHxutDKuG+8cuacqROW1VGVP5Es\nuMquj/hiFB4V2RhXOhmASGw1iPsu2A0pdLgOqsR7SO1Pn/Cd4JeGg4tyeaBI\n4cq6+cbTBfOF4zpXazNlD9I9twnPOaEudAYTQE7EjySu6vP85k0RcdvxfGvE\nHvqm44sCVqsh2Mx+w6yx6nHFctt0H6tWzP4u5AVeJOCZ228aqcgWErElhSqP\nJ++o4ksSXNA6GvG2+7dbGUWZIp3zMosluXoIiKDRUGqMWerSP7e4IrqPOW6+\nBpm29ntQQ2SX48q9zddjjq1NxNqFBZIRwIqe2aZTITTS8LJY11fQ7Zdq/+uI\nOj1TM4A4Kwrck49aglc64WCmh+60cF3h1av/MUCDt6lOI24ddo/F5aTrVEZn\ntoqqlsgHT7PiL9AWcDrGUYXgK2EUZEhQDJNoRIVLvytMO4JERAsLinUGZ5np\n/wDO\r\n=hLl4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.0"},"gitHead":"28e8fd3c45c5dcc52d180f85e0317095db62f0a0","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/dependents/node-detective-scss.git","type":"git"},"_npmVersion":"6.4.1","description":"Find the dependencies of an scss file","directories":{"test":"test"},"_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-scss_2.0.1_1547688834982_0.5196465068637697","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"detective-scss","version":"2.0.2","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@2.0.2","maintainers":[{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-detective-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"7d2a642616d44bf677963484fa8754d9558b8235","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-2.0.2.tgz","fileCount":4,"integrity":"sha512-hDWnWh/l0tht/7JQltumpVea/inmkBaanJUcXRB9kEEXVwVUMuZd6z7eusQ6GcBFrfifu3pX/XPyD7StjbAiBg==","signatures":[{"sig":"MEYCIQCvZCNudBIFtTyRgP7Xf41vfwFhwcP0gT0rC/aXEq73RgIhAOlUBM5FloabeUd3MqLewpzMPnsdq3VhtCcT093MTYrG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFMHVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+5A/+LIczzDxhn31qAoU9R0cKD09RETw69VL5fpmZV3Grf8TCXJTE\r\nv+YMj1mL4y4t4rx9NNWrH7PbDbhdixI2f0VkL5IEcEyx1quxMKsS2fkpc3BN\r\nyykLgPiOxRlnZuE99h1EvMpO6VLOpjLDeEq3j18M1J2LvPzKSrDrTnOoiLRo\r\nlDBXlh/aD6tLn8FEVvREHQhCyi3GD+sgKzOOzNthkRUe6gfvrYZaLyh1Db4Q\r\n5YT6x+GCXvghz2k8Twbp2l6rngfA6WggzCi5ZxsZDhQjqNa5KHHMJZfyuNfL\r\nCQUHP6UN7BS8qhjW9+3z+AhRCL0aWSVMv5RJNBK6DHbouuczUxkzckpXaNrY\r\nihaObH1LJVZPbKa62CknP4Azof9ifKi5s2UuoCUk0buVO5v/fnH7tm8u+swR\r\nVnrstvYWwfK0biBU9tx3gsjwO9M9mGn2XN9BBxpRNHRoRuIuM1Un3igOpV/x\r\ncAhVqpeyvluzDKIzgxahpA3L8Skj+QMNhc7RXTs4G05ZE2U5/2qdq6sesE8V\r\n9bLCWf7dZekuwF8ozsptSaJfm+L2A7Ky2cSY5uzuaVSOaKvKye/oNgQ+ZMH9\r\n7efnSOeuVXH/L43lysGyfvMxVTQVD+BqUMk/ku4LMq58UgNEXzdmyBM5wZQN\r\nNpPujL5WIoh66roz8ih7IrSssN/zwnuEI2M=\r\n=StT9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"254b7b4e37d86dbc0e46aa7af0179ef027e31e71","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-scss.git","type":"git"},"_npmVersion":"8.3.1","description":"Find the dependencies of an scss 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-scss_2.0.2_1645527509343_0.011320444136079466","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"detective-scss","version":"3.0.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@3.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"c3c7bc4799f51515a4f0ed1e8ca491151364230f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-3.0.0.tgz","fileCount":4,"integrity":"sha512-37MB/mhJyS45ngqfzd6eTbuLMoDgdZnH03ZOMW2m9WqJ/Rlbuc8kZAr0Ypovaf1DJiTRzy5mmxzOTja85jbzlA==","signatures":[{"sig":"MEYCIQDrUSRR32sn6TbsLuz5tdLuFo9u40RCvzSZSvm0EAEJSgIhAKoZ8XQ3YjOY+BMhX64oPys5o+nmYOefRdmgwFdzICKz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiH8v2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo38g/+IWuNrBactosRj+eXtfpGOwBkFMe3INYe5M6Q/neZfPwvbU+t\r\n31ZkkrHu2QoLRkKeeAIa7F+eRYEW+L+1RDm3ZyVCzNAWbDdiXlhJBPSol84q\r\npWNiIKX7bFESw8CLHGgVLMz7DgkSvJ+GFAZ12kP9y9L8Ol5oWZP16wDoqpa7\r\nPpWGyxU2xzjUBsLJcytiD726AOXshTYZ9m1Ss5mxXWDUotcg7tRrPzh65b/z\r\nHjRwNAT4RDpkq2nzE9MEnCBMCWamV5SJ/nCJ8ZXto5sYOf5dtPaCzOAHtrxb\r\nuNg/tXD66D1fHluDjsUb1w2Ck/QRNk/bLUHhfGQ76lBYhgxhWRqM0mIUoC8L\r\neoaFd1LwOsNgHtHrrtnWEVpEaWI8Pbhx8TSak4wWHEYAQMbmqiczwfvxemdp\r\nKaR+ByxuCmfP0AjNZuKS+nLh1VH8eLrwYS1pgqmI+z40dcrCVa25qb3MAMr1\r\nvWj6UizuNgZnXV6UqN/ZljxqB0+GCG74hdw6ezDgpYzV6uHbozZH2jEvki2u\r\nTG36vtqVi6UmhKg/TTCDSezU4lDQp9BvP1h1k9FllFDwD481MmUNbZAuGkkR\r\nQsX+QwTEnVCPMG4qHQfV7tRswy7r92DrD4rQZLmtW8p2rjCtHX0Y4s5TseEe\r\nOOlaBiYvoqQc8stej0/yr9x8cUl/Jp47nqk=\r\n=+M7D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"59348bf85318b3173f81bd0a3558894cb5441718","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-scss.git","type":"git"},"_npmVersion":"8.3.1","description":"Find the dependencies of an scss 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-scss_3.0.0_1646250998647_0.39736555820892727","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"detective-scss","version":"3.0.1","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@3.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"dist":{"shasum":"da9e10610627c30aaa714ffda9d61eed21907851","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-3.0.1.tgz","fileCount":4,"integrity":"sha512-Bv/t1dEKHCPJ9+byha7wKg4zda8IFk7KZpEX+ZJs2k1HsWIE3+FBeVFLtD3y9GYGfi8l7Sim3pULPz4+yLwW9A==","signatures":[{"sig":"MEQCIEwVwIwQm5R5b+UNLlo/78pqyv5PBvmNxcEO9bExsUBtAiBWuYnxekpn+1+yf3E2pUeLJVkedQcXr+GXwksBUzl84w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFsHFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWlA//ZQSyebLRonR1hBUFm7Sr9zCqoJEezRdKGOtxzFAySHz8mkop\r\nfelXZZj55lOuOzg9P/jAubY+ihC/wUv14PL2GkxdijzK6dsf9Rw/99yJYBvP\r\nqiEAsNPQcmBohdIofhVRU+vSpzDo4uTJX0AqyQuE2e0Ul1WCa6dK0xiQdg2b\r\n1Alf7qu0UeOM+UUSdctKG8fDH4bt7iFCqE86vCfsMCppJ1J2c1M+kC6WuU3L\r\ntl2HtZuoUVMkHgCbyBEZ42r4t+NxLkKyP52RMUYgX6NUE+Wp0RdnLEnvp1uo\r\nlx8N9nBUYiSLeRRnoe4zQNs0/X8khoxWxEdH9TF9g3PsZ/IbLFSMO8WLnBHt\r\nbC9Id/ky/HccnpNXbyg859DVWDnFFq/pPO5zaY1UVoX6pCahpLcovB4eiqe6\r\nCYG3vA058CDOGm01I3hh5pCSJQkMDtQd/M22ewNag881qmgaLmFW588jXyiE\r\neANWAJVIiT0L+V/0v4g/AwbQCN412g9n20rLpatpNWowAMwHqhtoWfT0stWL\r\nd54EAqy4Fr+aWfOb0Sg54aVaNq4QptATHo+BRYVof8eCOh27qdo+GGAu4kk+\r\nAD2YWuKVyXlIQlRaFHXDew/qGBzSymT6WEOJ9FqFgkgjqJnwda1PvSUsujMD\r\njzlg+C6dhMuTz+p6O8MfYM1k6gJdSNjhcU0=\r\n=P76C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"c4abdacc38f2369aad52cc544c00650d78d49cce","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-scss.git","type":"git"},"_npmVersion":"9.5.0","description":"Find the dependencies of an scss 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-scss_3.0.1_1679212997202_0.685612621440211","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"detective-scss","version":"3.0.2","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@3.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"af2e4f2db0517cce1b286aac99ac13a79a530e88","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-3.0.2.tgz","fileCount":4,"integrity":"sha512-R/zocfEUd5p75fz59felrEVkW/hg5ByFTKWztpdBPMTAp9PbxJrVXqUXXY/M811xV1mkMKVJLWtz8GXU083JOw==","signatures":[{"sig":"MEQCIBvWd/vmXjMuDr3om+P7CK/+MHB25oMMZmHYwsVni6hXAiALEEex40kA9k1PoepjY+3ySlUAXTuc7I0rYuQEvC6RKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPp9+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzWQ/9HXs7DXnAv5E5b1LV7FMM9eSYZ3HGl1+Zi+rvCEv8n5wvhyvE\r\n3CkHdk9a2vhyJ9y0cchMFEBWyfn6e6aLU+zy7ZdFJ6DfrmMl344bzqLSb56H\r\noU21u1QDd6t86IS2ZkbyJiiUNQMFo61Th/ZQkkbux0RUupEtXWo7Tp2FBX9p\r\nCB1ZkfR/1/NLKRR6eceVMHZ/I7jlnOf0CXVMnsrR8yBghlvMshGXOmeWq/B2\r\nJfqzJ65vxhb++iZNHrUyiFogYpSS8kU9RPnbXdgvUX0elEVqah8ZaEJ31b/X\r\n2ev9zFX1ErwD9Y2pw9qkgeZh8l+enGAY2j1TfCJPUA+HmKEstfI/ta/ufmwx\r\nXAmj/K4f6TlzeZ+9BdhmkVigKpeQXC+nFvgkyodbGNRd6hdoIkfs86KxMtNX\r\nPKA++4wsjUGVlrn5UIeD4+MWf8xbemNgD9mCV3e2jXFc54/yTEjncoskbev7\r\nOxHP/AiiRyUjD22795PYkKZeKFccZ4UMKr8Ohz5CO80AcFnRaHETfGgMG4bb\r\naXQErYlNR2cUEwh21qIHfU/V8F2JS7VNoA0NKNXODCEWNtwGQ1q6ejeHV+Uz\r\nbjmescOk7uE0EZb1mKyVL9Wze747Kj6yOJ8VhSMpJ42N0Z45LKWg9Zq5St1g\r\nBMth23l0MYb9b90Y41PyrKKUCTOorCjvwkA=\r\n=CZlt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"531a3c3db1710ffb6afcaeee7ecc5b335ab25bea","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_3.0.2_1681825662425_0.48680366546784626","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"detective-scss","version":"3.1.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@3.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"f49d34b2b02c9617a7d76d50e131414cb0f1903d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-3.1.0.tgz","fileCount":4,"integrity":"sha512-GLkwSIYzmxoxMHqcQGMrRKYWxTxeLYYxkXuiPP8Ab1UtcVfnX78sC4kInujjyDrDNyF9Z3PHkP3aCLthUOJ9pA==","signatures":[{"sig":"MEUCIAmF05pdQ9anD7GNGoLg007ewwXckz0qKafTJ+dfxMMIAiEAyHV3lPmS7/ftSzV8PvLtN5La0X+PBbL5SEGdW6WfQN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQ8vkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpa6Q//c3pqzZ2GPojTBPhqqZWJlMbX36Hs9PSQduN1+DgqQKJPwVsk\r\nybn0oEGRE1+EiwStdkpqDk3AfGy5DR+GXU8knJlQjLmmz2dnhR3kKUTDCqMM\r\nY1G0YnAZTt+5B0FE/QJEi2Xst+5Id4LLphIJdJY//3L1skbxICHwG7LPMAXk\r\nXWrCzVUAwVvmGfa2XiMWplq/Y7pPYVsUTRkOk7+FMqky8u9n+Yz1TJ0W7xo4\r\niVZad6zgOfDQte3Daw9VngY8+5DtDi75/FbpxrvRYXvPMiVBbe6RYZSFIn2C\r\n7iAB4zqomGSdaoEbwLuzkAwkkaHubkqfdNVeOmBqQF/FXQdjoqinNRdUHhLi\r\nOEt5p6pAh4Ycm+EUbDDpJYTS33Ml3tCJgaSr0UBmxCX6CSlSl39AWfbKLLSH\r\nNwniEVnDKsAgq3VRFJv7MBK0R//U0qbK4DULoxn2gH5gfkS19BhGdX7d85V7\r\nu52DARaFWrgD0eCA6lurCJz8Kp7/Q9Xyn+p2vH10AwjQGabjibgRG11Kqq0X\r\nHx8gLleax9zM0ueoRi3ldjIuUAcILpDeCxsRgxGx3DzvKlFMUFuh7de7mFPD\r\nk5U9juVwYhhQiIOPuU8pCq+IODn/mpf99AnEzGCT+fhHZcu/+HN5J0qLobQl\r\njgc90c+0+FwtgHZywYhxGMgDY5z7Yzlh3pA=\r\n=EAtd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"0a2597071f5d0f0c07a9a131ddf37374a5eb135f","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_3.1.0_1682164708294_0.05034264423554724","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"detective-scss","version":"3.1.1","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@3.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"b49f05cadfb0837b04e23baba292581b7c7f65e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-3.1.1.tgz","fileCount":4,"integrity":"sha512-FWkfru1jZBhUeuBsOeGKXKAVDrzYFSQFK2o2tuG/nCCFQ0U/EcXC157MNAcR5mmj+mCeneZzlkBOFJTesDjrww==","signatures":[{"sig":"MEUCIQDsW8G8zPNYouEXrljCnZwgYqYegaKQT16TbZgddsEvfAIgImdszTWJ12iFG5xaDydwr+tJI8qJJPhBww6wXZIu3sY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRCyjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSvA/+Nf6mO1DnHp4bLf3/C1u8FrozMoEOGALXmy+qbo0QJuslqvTV\r\ngVAqqgWZl0uMYHWvsVi43LYZ/VOVIRTYwOeCVObj3o9hiQRtpoJzwwM/1V/0\r\nmiErMw/JPD31A9cyBLV0EQzzm7E91VjOHjuWu8BsUz7soLmPJdXxrCWe5e+W\r\nsFmkVTZleK7FEScWsphIAaKzsPfNbTL9GQE4qaSK6g2GR07JPtGng/B17wAc\r\n2KBDi+tBt9uoiV4em25mpaMNX2BKqcenZ2hIkaFOFTIHC724DxCpsQaXMm1f\r\n/hvBQdhCXyX+VoTfE4AaDNpFUA3ys/PB9cLtg94J1kB4DWItHSVycHE/ylV9\r\nrCs+g11LaWjid7GpSUJROXeUfeE9f5uGBMzH0uxV4ifpWSMEgbEIpQN9IuWS\r\nbtEFjo7YamX6xnmHibq7BQZWZ5DTsBqdJKFEMrmaN0GkvsEm4Rk88msYnEYv\r\naXslHKkM/oGP++OVGKMNlMbskGYOJslgR/Fib4F13Sd4jhzuGoQ3Oqn+hOIZ\r\nWztnH82HJBmtXs7GoJURWLgHrhUA1rB2AVQbMGreWzXdYK0zqTmK0LuJK0Bb\r\nDkp1xFLKzj5G5fP56cTl7GJBgq70sGJWlNc6U+7YpWeuuxzaw/lhPkrLEpOd\r\nNgMeZ2iPbkmH3UnJUA7KKd/CxVHUN/++hss=\r\n=YFc4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"08cef24d98888428b8d31274ceafeab667265060","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_3.1.1_1682189475062_0.20358945207538048","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"detective-scss","version":"4.0.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"e3549371e855b382f84285fc65d8514eb931d05b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-4.0.0.tgz","fileCount":4,"integrity":"sha512-AnVt9XtKEvdRfKgj0Lgx/jQlR60bTL2RYPA/f/Lv4k9p1ki3Q0/SbSDz2nvftNISB4DBhmEHPIx30urqhETExw==","signatures":[{"sig":"MEUCIFLdd2EdNm5Njh7mwVNz0AafghAhFV1ZRyC2S1p/A1nGAiEAs2RV3SzQt8jZflkLzmkUH//yBW0kwh+hY/FAR2jDEtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVKbHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpdbg//VDKNujF5N7qoIlNuwmD7Sp9/kajxSfiisdqmQawDrpPVuHB6\r\nqSSoKBh6nPqSTZChdJ3ZhBcqT/HsBQB5fEVbYlQiohkH6TSxAHIPmblkzWw4\r\nsKAW3AZ6jRI1PfJPmY/VlYNvFklpsfiSqaIXx+GP+BuiPk+7oSpwQvWDTDRo\r\ntUlqwfrDVt9gAbD5jc4F9+9xACTwOUZxpdNzAMUxBo5v1RThLgvX+pw/GM33\r\neSyd0rKY59VN/gkxpZwLLTBB/ktzcgQnedliuIXVNZZ42On2migguPmFRWYL\r\nuiHg82QN/9SpygEgDWuIPs1obMdFM66VdhB6xxkKQSLJWDy+4yYXxcLrQlED\r\nVE42FdoTaRNiU2nHLgaFFjrOceusW9IxNS9SxxD9+GW2QLctcKWv8MCMqBlX\r\n+IeByDgGNyizYk/w9OkWlzUAg4jsP3XX2JVcVjAMYRb63fU+CpeNEVv1qEiV\r\nntVrdQzxMEqp02XAEgK4IydWta25bzVTbEc1M5KVrKTOewFbW5r/l0vqyn8I\r\nDAxw6Wi9hexDPk9jA8Q2C2gelm+/76p8dfE9/dCuOU31vkh+gmXiRLwfORL+\r\nHVW+Gt0bWe/Ldag5JVg2prAgSHlYysd9MdXWjCxU/jAfLhhpkzkxUf/bLSl1\r\njcToai+mHpxtskz0kPiU0KQTXFuYjkupnxs=\r\n=WacF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"72d3dad5eeef318de805588487a738f3c43266f3","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_4.0.0_1683269319338_0.7744143356909317","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"detective-scss","version":"4.0.1","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"709a47e13ffce94aa8b25bff55f5218866af39ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-4.0.1.tgz","fileCount":4,"integrity":"sha512-MAistCEuede0SRa0csh0QkwsQR4mSzNUOmRYlwoYjbxXzo0nmSmMxr/pabbyqcXYqKiDz6ACsb66+pzhDeUDwA==","signatures":[{"sig":"MEQCID5oKlQ1Om7Z4UCdCXnwPqsMylLZqmIxDIPsXlDkJcG9AiBxCow4CJ2BRAgJS+mQeddkAhiDBUKmuNyx+YXQxHWSVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6597},"main":"index.js","engines":{"node":">=14"},"gitHead":"9fb9475e52eb9fc4026f57d946429d6c3350b3b4","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_4.0.1_1683788976841_0.3398848226638149","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"detective-scss","version":"4.0.2","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@4.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"c9c2e3edd738013087bb192d9ee0042306ce028f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-4.0.2.tgz","fileCount":4,"integrity":"sha512-sgjS9RlSflKwcyBHdnk4Q5GE3rAXUT/Yb6FJFyNjd0ZveGDfXVZ5zoBHSAGja8ZSi2fSJoZikvT5KUCAZ0WCVA==","signatures":[{"sig":"MEQCIDClwkQhvctVzlSqKSSuoSzcv2j5eIkZNVPaYjGsW5DdAiBxlVFRFWX4Hou6dbYFwI8+GVWxEVkmVeD8jnZV1CeUfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6701},"main":"index.js","engines":{"node":">=14"},"gitHead":"83bbb3455909def55a74111fd3c1d9e455284501","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_4.0.2_1683810419515_0.32810611107936394","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"detective-scss","version":"4.0.3","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@4.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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"79758baa0158f72bfc4481eb7e21cc3b5f1ea6eb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-4.0.3.tgz","fileCount":4,"integrity":"sha512-VYI6cHcD0fLokwqqPFFtDQhhSnlFWvU614J42eY6G0s8c+MBhi9QAWycLwIOGxlmD8I/XvGSOUV1kIDhJ70ZPg==","signatures":[{"sig":"MEYCIQClLXYRHDL1XZAaGiJG3XkG/kqnKlnlgWOKm2nqoiikMQIhANq55/XwmGnXXBhnBeRwONoq2AM9UXWhHhvU4tUhECYp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6661},"main":"index.js","engines":{"node":">=14"},"gitHead":"63bfbfca8b638fd8e0cff8d3bc2c4938498f54d4","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-scss.git","type":"git"},"_npmVersion":"9.5.1","description":"Find the dependencies of an scss 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-scss_4.0.3_1683874307796_0.7913467387713213","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"detective-scss","version":"5.0.0","keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"detective-scss@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-scss","bugs":{"url":"https://github.com/dependents/node-detective-scss/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":"3603e967bfc541c28b5cc9ceccd21c36725d6d86","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-5.0.0.tgz","fileCount":4,"integrity":"sha512-Y64HyMqntdsCh1qAH7ci95dk0nnpA29g319w/5d/oYcHolcGUVJbIhOirOFjfN1KnMAXAFm5FIkZ4l2EKFGgxg==","signatures":[{"sig":"MEUCIDYADzWt8UgXDA4Ws0lQlpAyh1IvqLo8krqaCMC2SPrNAiEA7EHaFWyHbvZSZmpwnqmed/5eH6pIMffPu6l4aGThCjc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6666},"main":"index.js","engines":{"node":">=18"},"gitHead":"29e2a753b391b95a5045724c737ab7bbc827e49d","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-scss.git","type":"git"},"_npmVersion":"10.2.4","description":"Find the dependencies of an scss 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-scss_5.0.0_1713076939295_0.9472514010037809","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"detective-scss","version":"5.0.1","description":"Find the dependencies of an scss 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-scss.git"},"keywords":["detective","scss","sass","ast","dependencies"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","bugs":{"url":"https://github.com/dependents/node-detective-scss/issues"},"homepage":"https://github.com/dependents/node-detective-scss","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-scss@5.0.1","gitHead":"68283fd9f3af665c365f89ce7ef4cce0454f83ad","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MAyPYRgS6DCiS6n6AoSBJXLGVOydsr9huwXORUlJ37K3YLyiN0vYHpzs3AdJOgHobBfispokoqrEon9rbmKacg==","shasum":"6a7f792dc9c0e8cfc0d252a50ba26a6df12596a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detective-scss/-/detective-scss-5.0.1.tgz","fileCount":4,"unpackedSize":6475,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDMZEK3tax9jaP5h2OHf6X7QHBjPnnC5r7/XVHxxQbL+gIhAJLpS2fSvMKJy3JkCHpSQYRcA05MLOiGlmMqyoQFnXOw"}]},"_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-scss_5.0.1_1738415745374_0.19676053422500495"},"_hasShrinkwrap":false}},"name":"detective-scss","time":{"created":"2016-12-31T03:59:04.571Z","modified":"2025-02-01T13:15:45.735Z","1.0.0":"2016-12-31T03:59:04.571Z","1.0.1":"2017-09-30T01:43:48.347Z","2.0.0":"2018-09-03T16:53:36.999Z","2.0.1":"2019-01-17T01:33:55.090Z","2.0.2":"2022-02-22T10:58:29.446Z","3.0.0":"2022-03-02T19:56:38.830Z","3.0.1":"2023-03-19T08:03:17.379Z","3.0.2":"2023-04-18T13:47:42.578Z","3.1.0":"2023-04-22T11:58:28.508Z","3.1.1":"2023-04-22T18:51:15.248Z","4.0.0":"2023-05-05T06:48:39.480Z","4.0.1":"2023-05-11T07:09:37.010Z","4.0.2":"2023-05-11T13:06:59.692Z","4.0.3":"2023-05-12T06:51:47.937Z","5.0.0":"2024-04-14T06:42:19.430Z","5.0.1":"2025-02-01T13:15:45.530Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/node-detective-scss"}