{"maintainers":[{"name":"anonymous","email":"michael@whiteshadows.me"}],"keywords":["detective","less","ast","dependencies"],"dist-tags":{"latest":"1.0.2"},"description":"Find the dependencies of a less file","readme":"### detective-less [![npm](http://img.shields.io/npm/v/detective-less.svg)](https://npmjs.org/package/detective-less) [![npm](http://img.shields.io/npm/dm/detective-less.svg)](https://npmjs.org/package/detective-less)\n\n> Find the dependencies of a less file\n\n`npm install --save detective-less`\n\nThis is a fork of a package by [mrjoelkemp](https://github.com/mrjoelkemp/) given a lack of a less detective, it is the counterpart to  [detective](https://github.com/substack/node-detective), [detective-amd](https://github.com/mrjoelkemp/node-detective-amd), [detective-sass](https://github.com/mrjoelkemp/node-detective-sass), [detective-scss](https://github.com/mrjoelkemp/node-detective-scss) and [detective-es6](https://github.com/mrjoelkemp/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\nvar detective = require('detective-less');\n\nvar content = fs.readFileSync('styles.less', 'utf8');\n\n// list of imported file names (ex: 'foo.less', 'foo', etc)\nvar dependencies = detective(content);\n```\n\n### License\n\nMIT\n","repository":{"type":"git","url":"git+https://github.com/Mike-Dax/node-detective-less.git"},"bugs":{"url":"https://github.com/Mike-Dax/node-detective-less/issues"},"license":"MIT","versions":{"1.0.0":{"name":"detective-less","version":"1.0.0","description":"Find the dependencies of a less file","main":"index.js","scripts":{"test":"mocha test/test.js"},"repository":{"type":"git","url":"git+https://github.com/Mike-Dax/node-detective-less.git"},"keywords":["detective","less","ast","dependencies"],"contributors":[{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},{"name":"Michael Orenstein","email":"michael@whiteshadows.me"}],"license":"MIT","bugs":{"url":"https://github.com/Mike-Dax/node-detective-less/issues"},"homepage":"https://github.com/Mike-Dax/node-detective-less","devDependencies":{"mocha":"~2.0.1"},"dependencies":{"debug":"~2.2.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"gitHead":"a068a36bdeb5841f14b3c542a789cd6de8fc1275","_id":"detective-less@1.0.0","_shasum":"426c78c9ab6e3275bf66cc91abac0053bb452d7d","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"michael@whiteshadows.me"},"dist":{"shasum":"426c78c9ab6e3275bf66cc91abac0053bb452d7d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-less/-/detective-less-1.0.0.tgz","integrity":"sha512-sANgb7HrYDnYbTtQebW0/2vRUNz3242qfTbZ23Wtw6Ov1bUGBOUKaF2tK7P5CQSvKC3PQWc8pM2cT5TKAcJE6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKhnN2QExIPNBf5QPLoXIXN1a1FtRukGtBOghH+TwozQIhAMou04Uq9CZieK0DvQfZaVxvkVxxjmHZiiiYg0cIhp6v"}]},"maintainers":[{"name":"anonymous","email":"michael@whiteshadows.me"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/detective-less-1.0.0.tgz_1486815955051_0.2510736903641373"},"directories":{}},"1.0.1":{"name":"detective-less","version":"1.0.1","description":"Find the dependencies of a less file","main":"index.js","scripts":{"test":"mocha test/test.js"},"repository":{"type":"git","url":"git+https://github.com/Mike-Dax/node-detective-less.git"},"keywords":["detective","less","ast","dependencies"],"contributors":[{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},{"name":"Michael Orenstein","email":"michael@whiteshadows.me"}],"license":"MIT","bugs":{"url":"https://github.com/Mike-Dax/node-detective-less/issues"},"homepage":"https://github.com/Mike-Dax/node-detective-less","devDependencies":{"mocha":"~2.0.1"},"dependencies":{"debug":"^3.1.0","gonzales-pe":"^3.4.4","node-source-walk":"^3.2.0"},"gitHead":"c4bdaa297e24d8e6eca414b484bd5c2346824277","_id":"detective-less@1.0.1","_npmVersion":"5.4.2","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"michael@whiteshadows.me"},"dist":{"integrity":"sha512-xeFzlSFHChKSvDGBg/gL5K7RHB4x/xXk5PmVuOek3tIYi4tZaVpUKIkCDTY1ndOt4FVcgGd51DSn7Y/DYvCqDw==","shasum":"06ce19dfdeea53291074ce2888cc4b644bc94c09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-less/-/detective-less-1.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHNcWc3YlYExRLrkGWtXv7/YlMn9mzxzBvDPO+yA+nouAiA1xuSByDtsqv99m8OfAd0k0fKf0XUmDd5pEwyCmh9fWg=="}]},"maintainers":[{"name":"anonymous","email":"michael@whiteshadows.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/detective-less-1.0.1.tgz_1513062153327_0.6814299379475415"},"directories":{}},"1.0.2":{"name":"detective-less","version":"1.0.2","description":"Find the dependencies of a less file","main":"index.js","scripts":{"test":"mocha test/test.js"},"repository":{"type":"git","url":"git+https://github.com/Mike-Dax/node-detective-less.git"},"keywords":["detective","less","ast","dependencies"],"contributors":[{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},{"name":"Michael Orenstein","email":"michael@whiteshadows.me"}],"license":"MIT","bugs":{"url":"https://github.com/Mike-Dax/node-detective-less/issues"},"homepage":"https://github.com/Mike-Dax/node-detective-less","engines":{"node":">= 6.0"},"devDependencies":{"mocha":"^5.2.0"},"dependencies":{"debug":"^4.0.0","gonzales-pe":"^4.2.3","node-source-walk":"^4.0.0"},"gitHead":"cb391fde6f17a1befe729615ff36969d908e1096","_id":"detective-less@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.10.0","_npmUser":{"name":"anonymous","email":"michael@whiteshadows.me"},"dist":{"integrity":"sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==","shasum":"a68af9ca5f69d74b7d0aa190218b211d83b4f7e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-less/-/detective-less-1.0.2.tgz","fileCount":3,"unpackedSize":3718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqt/qCRA9TVsSAnZWagAAhj4QAIHaAMDuKBYPFe7XtnQe\noQyMfch19KxcP7ZrUf8ftfYfeY+VOfobNRx5aUFhK1o3v2ozVrovyA9lhqgK\n4tLA6tCUFPH7+M/6WKTQJs7Lv6BzuY/D2M8etZUewZoV1wlpoQCX3rBq8HMg\nfMh4pSY1s4OsiGeyZOzEHWIJt34AT5M2cemC9hRqwYMvkZyPT3b8094MfdWD\nfIdnX+rk8Cud3RqYlGgF4UGFhJWuYq9v9Rr+VWHbhJ8C0o2UyK6djYtU66Wp\nNYMow2jCSJLkSBhnOfkREzvkJz1p3DjVjNEnnyrzEPDoEsgZPiiormmurorj\n2bPJgNp1aEI03stiU4f04kX/WSQcX7ozoen3qxrcai1KebyFCbN7smPw+4HR\nn4gAs0BhM3OiJnH4qajH9NJDH72RRxZAlwkc7l9hA1eG5lRs3eAgrHo6wQdH\n/GNa4SBYOh2hQWd1WU/tyIxQWbRJh9jmQtRQ6ZEHySkSqUciJa3h11Wab37I\nzsQS2sX1CsG1wfw+a+D02VYIHExQ1oO1B/mONpxIupfoEJFK+6icjlV8CaZB\n5TTogH6Z6wqK+1VA2JQJxAn8ZVVC0P5FBdaShzilZU5XN3JVQAfwZk9Q1aLR\nIuuR+XH5KdZllJRcCjk4/jFSgj2XVJLYiwUUwIRdRaum5MH3oUThP3aW6YUb\ngbiq\r\n=CL42\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGk+wBV/Vy3V3OR4aC8wrFNTWr+/V2arWemXw97FKMegAiBxao9prFrlxZwefNO5MvVG+jrhI9q1HbbrmuVDBHAqTA=="}]},"maintainers":[{"name":"anonymous","email":"michael@whiteshadows.me"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/detective-less_1.0.2_1537925097846_0.29648808313041153"},"_hasShrinkwrap":false}},"name":"detective-less","time":{"modified":"2022-06-15T02:00:43.078Z","created":"2017-02-11T12:25:56.941Z","1.0.0":"2017-02-11T12:25:56.941Z","1.0.1":"2017-12-12T07:02:33.401Z","1.0.2":"2018-09-26T01:24:58.051Z"},"contributors":[{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},{"name":"Michael Orenstein","email":"michael@whiteshadows.me"}],"readmeFilename":"Readme.md","homepage":"https://github.com/Mike-Dax/node-detective-less"}