{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"keywords":["detective","typescript","dependencies","module","ast","import"],"dist-tags":{"latest":"14.0.0"},"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"description":"Get the dependencies of a TypeScript module","readme":"# detective-typescript\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/detective-typescript/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/detective-typescript/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/detective-typescript?logo=npm&logoColor=fff)](https://www.npmjs.com/package/detective-typescript)\n[![npm downloads](https://img.shields.io/npm/dm/detective-typescript)](https://www.npmjs.com/package/detective-typescript)\n\n> Get the dependencies of TypeScript module\n\n```sh\nnpm install detective-typescript typescript\n```\n\n## Usage\n\n```js\nconst fs = require('fs');\nconst detective = require('detective-typescript');\n\nconst mySourceCode = fs.readFileSync('myfile.ts', 'utf8');\n\n// Pass in a file's content or an AST\nconst dependencies = detective(mySourceCode);\n```\n\n## Options\n\n- `skipTypeImports` (default: `false`) Skips imports that only imports types\n- `mixedImports`: (default: `false`) Include CJS imports in dependency list\n- `skipAsyncImports`: (default: `false`) Whether or not to omit async imports (import('foo'))\n- `jsx`: (default: `false`) Enable parsing of JSX\n- `onFile`: A callback that will be called before the file is processed. Intended for use with [`dependency-tree`](https://github.com/dependents/node-dependency-tree). Passed an object argument with properties `options` (echoing any options passed in, e.g., by [`precinct`](https://github.com/dependents/node-precinct)), `src` (source code for file as string), `ast` (parsed AST object for the file source), and `walker` (a `Walker` instance from [`node-source-walk`](https://github.com/dependents/node-source-walk) configured for TypeScript to which you can pass the `ast` or `src`).\n- `onAfterFile`: Similar to `onFile`, but the callback is also passed an object property `dependencies`, a string array with the extracted dependencies.\n\n## License\n\nMIT\n","repository":{"type":"git","url":"git+https://github.com/dependents/detective-typescript.git"},"bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"license":"MIT","versions":{"1.0.0":{"name":"detective-typescript","version":"1.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@1.0.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"075db8646eb5a67dba1fe03f653793fdbf926b25","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-1.0.0.tgz","integrity":"sha512-wL9++HdrepLr4vdMx2lcVJ8+gMdiTVkqMJqVnTcSlUZqdVgPu0cQ9jvrgcrOLO+xqgQmCw1Og4QmjW7BGLxPsw==","signatures":[{"sig":"MEYCIQDVHI2s9RXYoDu5U6IiNP5NiFwhQlEqQ1rKpsRW5QZqmQIhAI18r/hTzBqqemr1fE8ESSLlBX7Elzz+9/LT5cOxvSBc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"075db8646eb5a67dba1fe03f653793fdbf926b25","gitHead":"bd4b0a5d91afc0068fd9f44fb9f49bdb0bd9a9bb","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"davidnet@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"4.5.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"6.11.0","dependencies":{"typescript":"2.0.10","node-source-walk":"3.2.0","typescript-eslint-parser":"1.0.2"},"devDependencies":{"mocha":"2.0.1","eslint":"3.14.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript-1.0.0.tgz_1502311621868_0.1934354305267334","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"detective-typescript","version":"1.0.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@1.0.1","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"6affa0d4bf8ca500194f30c28be445c99fecf81d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-1.0.1.tgz","integrity":"sha512-4DZpsap+dVzQblcL/ffVXtaXtA7byrP14XQnvyAvwo8+z7/C0OrwLNQhyiC6cLZlzy2T8QuPc+mDsYsa4lAxHw==","signatures":[{"sig":"MEYCIQCmL/KtJk8yGLmO4GEQo+ZU18kJ6Uv517Kt12US4cXHygIhAJaqnrhQsPT+g6A0WDrSog+QZB/PyXRyno74vszgRglu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","gitHead":"7a14a9f3ffbc0d07ee2d14c0ff16897e09cbab82","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"5.3.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"8.3.0","dependencies":{"typescript":"2.0.10","node-source-walk":"3.2.0","typescript-eslint-parser":"1.0.2"},"devDependencies":{"mocha":"2.0.1","eslint":"3.14.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript-1.0.1.tgz_1503312449043_0.9301579655148089","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"detective-typescript","version":"2.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@2.0.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"dc619fc3d69ccd59021412c5855a6ff22f41a710","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-2.0.0.tgz","integrity":"sha512-0VcvklZWrEAqsGHs1Hp5Px3MfKfHTny7zCVVHQwesrib9XanuV3fsMYQ9iJIfd9bJ196KpBQUPgFHdrp34UB+w==","signatures":[{"sig":"MEUCIQCLcyB9Tn6yhR+AjRejD4lV1FPD9q5R6L26KA30qQiSqgIgdp/SHBz2G/UtcS7sxZ4/n/oC1CCrIVNpe1ZgaWLIwYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","gitHead":"f4628f8c7fc7c86071619977f18b293f57604a7e","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"5.3.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"8.3.0","dependencies":{"typescript":"^2.6.1","node-source-walk":"3.2.0","typescript-eslint-parser":"^9.0.0"},"devDependencies":{"mocha":"2.0.1","eslint":"3.14.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript-2.0.0.tgz_1515188515082_0.5924200264271349","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"detective-typescript","version":"3.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@3.0.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"67b151355f12587a804f70fe5135717e759de8e4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-3.0.0.tgz","fileCount":6,"integrity":"sha512-i7AZLrrJO2HWhvSMp6Kqwsw+uYhMOitvzNgnX2NfK+AUv+w6Eq0HjJ62g2ZZOf4hINMeNsXw0X2n1hb2mZbmOw==","signatures":[{"sig":"MEUCIE8PISDkXdOaEhB0FLcIhAnF0L6zNUYH+jUC9hkV9uabAiEAzgBHQCPeGrTRGAh2nqActKKhUXtKk6Te6k3bhBRctbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhlUxCRA9TVsSAnZWagAAx4sP/RFvjgj38/66CD/CEACf\nfXKMHgUOAsZ4g0OPG5deDrLEE2x87m27r46D1BmM9w1a0C+/yohWAZvawzTr\nPGylZr2QguBo5qIUFfghDvFVHa7yhUI8fwwIZ6kJr02+JkVJMH2ZJIeb8O3s\nZqlNemFXA6OgE9+c0sQb6kCGcrhWthpY44hIVkchT52/yTT4bBYF9rESQ928\nSFG2IgsSwDQn+8naFVpKA345Beql7vGRoR/gnpCTle4EhKWNpSvaNUwKtfh+\nKdonGoEAbijDuo4k36pt1/pewejHU68Mj1tNY9ENNk+J5QwuxQfY+7P+Ra24\nPG3MO9TQT/8fFFxdlRZICwcid+E8FabQkTBRKIqujeaWkW3qU2FCQDcA0IsD\nmisRNwb1yx1D62QRe/IfejGv1UxATYtxhOKduBP3Nlf1Y2zY9KswXR6KdUal\nPudmRkigRQvvLiDN1JKckX3/FkyjhpNZVpMDuvrbmLXX1TDOctsmXlaeXK+y\nSsMGcOM3LqCbFAYbVnkFBW5yzm6EVzmfO0t5JeA2CjSxN2y8dBMqVHMqToRy\naj0IVLbpFnapXhopV+hsPiXKIGt8aL8lRukEIlSP7ckybnnzrC8CiWGtXDwQ\nET4JltTMIRXuxdKuMD+4GkNkDlB9G4npJEnfOAsHBIXY2ArMupMYIlPnLtOn\nFvvK\r\n=ap/6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"e85cc74d1f9352496819b49ad84433d5981ec109","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^2.8.3","node-source-walk":"^3.3.0","typescript-eslint-parser":"^15.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^4.19.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_3.0.0_1535530289196_0.16333613162208516","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"detective-typescript","version":"4.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@4.0.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"3ad1c606d37e0cd804270c3369657a574672864b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-4.0.0.tgz","fileCount":6,"integrity":"sha512-vA1EUqc1nIPcDsB8Yz+YMFGSy7mYkaAzO9hXAnoCxtpZiketIcKU40lZDoVcn6HmO/f9gMO+Fdj2eUs8AsbE3g==","signatures":[{"sig":"MEUCICOIwpjtsb9HzSnRuJatbB5qnXMkrgH+nIpImkI2NvsqAiEAyWnzRBg6tbRPtlzPo1lByOOYhav9pPyCL/JWzmG9ZqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkOj4CRA9TVsSAnZWagAAu/cP/jEcEYLIy41eilWqa9CP\nhA2WPLmNcKKBuGgyAz0KpzCosQAKvXU3eYTty9/01QieeliYukKApTAQqlj6\neLh7u8ZgkO2XB9d7JY5UdRG6ki65xKTmqdG1+ei83L1PuyNxMasm6QhQWZ9a\nmrvGVdCGQglcwSz7oXnWxCtluFMBsidJcHh89M9rzG7S0hkiA16IhL3RQNgo\nFaq2wVp77l/rXsOjksNC05DiZhskxakSzUtzsGlqhfURTyhIhWJilHb0mvVv\nXH/OwZukAkSe6M6plixrUjZiKBgi+xnucIzBQtEo0H1NeVOwYSqm1deMw00U\nLIETcBcmhCydldZz1OddhUX2yEJb2VtY6KdbsQ6GHuz6/UnP1eUiyYlUu7jy\nB5+L+vqtPhsthf29Oy2819kfcdCn8uleYTRGshXmgc6a3P3XB6YJGA7MMEjn\nOvO80VHmjLkcEGXfPOxQ9/nVizRQ12SQN5VkM6ZQd+sqvQytIY0U//Xqylye\n3OJxyIQAZ8YdlbeoTmSgR2WajJ6qnaIXblh0P/mjA9+tsMb1MJRDl0EM+D44\nUsdzO/0dIhnF4YZ78A9sXzcS/CnDcK18XYShzDy2CTBIHMGmQmLhbXarBNyS\npuHF0vYHYwfj/N5/m0p1SrGFuQrt//h5jYJ2Vx5ObBf6JoYj8334ReLtMKFx\nqQ5B\r\n=X6K6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"ce8d0e558616a3300c8d47bca913b536981c0826","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.0.3","node-source-walk":"^4.0.0","typescript-eslint-parser":"^18.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_4.0.0_1536223479917_0.7663250583944261","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"detective-typescript","version":"4.1.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@4.1.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"d8f65c9d29f628972449c13e75cbf354bb781ae2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-4.1.0.tgz","fileCount":6,"integrity":"sha512-dxMZjsAluko0rAv3LUovQPFi7piQ/9uYrp4/O3E6JGHMzXrMyzvviB1yxc6EQIyWSvnwJqikmgMGOH9NTgoaHA==","signatures":[{"sig":"MEUCIQC7Td24sFAqFRtqte3YoNDGGO07D51Z8wGbBj4WmsD8gQIgQ9uRC61zR+7MZNw5X0pJzxlSUxxstsgjdK9SZKb6aGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbn1bdCRA9TVsSAnZWagAADBYQAIP1YwyALtXy2PbSMVzs\n5fO0qw9GE+now7Hi4LPrBEs3i+SSvnEZxx9aXZNuYDIF/Ja7mi2GRfIU/Biw\nv9irOd8/078/fwSt+O3JNj8XuAx1oS9+oVFXmQdEVNwnj5gBgWe8iHXNzuQX\n96FENe+C6zXNeGJpGxJtgOgEo6XTpux1kHuTgczIrILjWM8oP2duevxR9qHc\nu2aUxnsGR+Zk9X8AwlNZW0qtWeR+2plHxD3pCfv5ddrMmCiVQvwOtJZm0ipm\nA/Pz2gOm20d3QUfP0AfNV/7Om1oUe7CWWrH7kHK2S8pVrb9CQRo/c1LgLKEd\numb8TNu6oc3bInKccWSuFbyA9zEr/85mQryW6XEziJXmCMS1kuTZAmBxUuUg\n4lN7fYUhIhfwb7D+J0onP8RM/3nToahYPVt48jhaXZWP6RfyJAdAcm/ochTh\npgXmBBj6FtFmvCuwruWlOxvdxC7zLhMHLXlPnuxuNLs8ub5B4PbmZWIUwTQt\nZesMMxUc/Pl5wt+TLKc0nIdgiTFr8Vbjm75DERMOiwVXFdgg5lm2KsUjxB6l\nuMd7ZY7N1rgS0roG1DyyVaergPFuq5h1mo7AL81jNtNMwRSoXBbAvfAWt5Kh\nONNGXR0t6E20kRjaRMSZap/T3RkQsPVtZ0zBqyDIS5iErv55KgFJVoBHYyTm\n2soL\r\n=YbDD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"8e6fedaf80a0a2c820c822446e7cfbf258d7bd31","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.0.3","node-source-walk":"^4.0.0","typescript-eslint-parser":"^18.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_4.1.0_1537169116599_0.7555428684321557","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"detective-typescript","version":"4.1.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@4.1.1","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"fa7e11cdff9ed38c3cf45dc19d369c34b33b324a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-4.1.1.tgz","fileCount":6,"integrity":"sha512-iXvTH248pjxKsvSren1t2bHCGoSYgk8k9PeqPEuaz8AP11zoVMivE/lVpp8GpurOtIX9XGFCHloEsQ4RbWXd9Q==","signatures":[{"sig":"MEQCICD0dELqbrjnLmf5GNePljxxvzS1evu9OtBm+KkFYg5CAiAyv28/GcpdyNK4z7MOY+K1ed3wm8jU8PgruhkEjetdug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbokiLCRA9TVsSAnZWagAAuCQP+QFkOR8Uvweh71hgrJHS\n29R2wyMK9R9rU+PaV8ygd7aKSGARoxSClWFoZS/dTnTUeip3Dfo/hz1SOjby\nN80XDEymd20fPO/RXhYerQ8DIbP5uxN/HMh4KoWbtxyWNzWl+qth2SJvsStN\nzjhb/38d0Rwl+mkNEjysB8r6TyvudtmNcxultMUuXkmEGsox+ZPa3la0lEGE\n/++dmXXHfn8UmXdts4/blBOJ1UnreOK3V08/SgGPHMMk4wG76fyaRQiFA161\nEkM3JSWxZEr7aARGt0AAA7wd2xvO7uxom4a07DIJTdxb1Vcwds7oOb/Xrrfc\n8OALWyLBhgB4DDMUw5gxGhrzHrDQxpnpHXP8tDuHfv/gMYx6MFYPZaFYy+6P\n9t9xQuKucFRN7V+1Gt7zF0yAsKx6IsfzDBUaRptI5GyDzTz9/I6Tb+usByGF\nplTW01EyxFDysGPV+gDEMEk/l5UE8sD6nzx3fwazCLa/N24UBc5f4kUzn0c3\nx1jO4m9OogKz6LwwHsqadjOCUYWWofoIAFWoVkO7ATC9y2f/olFIO0WyKfnC\nCQNj5Xz27MSGda8PG6FVKoGISe0R6pd2QAPFKQeKLAMHdrTyuwqM+RCGjYGs\n3/MVOQD6PtiyaZ0CsN4THROlz43k+Wge9Ql/62L+EqCyA7s3PrRxDnVjoG2H\nl14X\r\n=7eCo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"66a5bffc5053137bb8dd041a6f0c253461ab24f2","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.0.3","node-source-walk":"^4.0.0","typescript-eslint-parser":"^18.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_4.1.1_1537362058495_0.604449705935258","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"detective-typescript","version":"4.1.2","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@4.1.2","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"796ef6215a948ce3a11ec7e787a6c2c03db62d35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-4.1.2.tgz","fileCount":6,"integrity":"sha512-jeQMIN/0hjMdMpFGoo9y+ibo+dTb1Vbg6z/peHoRMR69jqH691kgz1gT5XM5UfkDD/Ru0save1bSJBmUr2yjvQ==","signatures":[{"sig":"MEYCIQC1IoJfjFqcixJu4sxnjyUY/O9nhvOtKru84Xj7We4CwgIhAO/pICeS0qUAsCrPPvLnKwNf+Z2VyH19dAYArfD1c77Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIPDmCRA9TVsSAnZWagAAHjsP/RAp1CoY9O0ZiCIuz712\n21aDG1c/76FtE7JCCgggvnIvQBc7QPBgAcfDmBOyGk5sSqupbhmxgEnVyL9y\nLx4hxgIlX7isYI40nh+m9SkhRGhSwuItSGiG6Uin5RnA1uZ2D32CXtwhCOIU\nSZF+usy0uJ6XIwryeJ0oODpgujWz9PK/kE6GT1QQjzVwkd+NaW/zo/JkqXzi\njO9EfZVY4FM2zYtqSHGqTljrPNMK7gsE0JEbOgNtzqxr56UfrTK67z1v2ciK\nbqeT9Jsgkopw2fLPWHohHhbjHFyyswSR5W2G39KtaHcsXQaOcrLio9ap84cA\n8caRg0DuIUZwSUtQmLlqD2xa1J0d0DdCs9Yp7IDIpnZUcMK4hP6j7KYQVr4f\nIkc39vQ4h0RQwkxunNijRH00NTMKThDrSDDmVbHMwXRKSrrx/EQMZykO075N\nstuj90+aehRdWv4rQrfmYJpO3OsdHk6BDX0aJr4t4RWqkIowBa1bldbiC5gs\nhqW8wSQ7TGzQ1orsf8mc/UiR1wvCdnthuHxfgfkWp5sF3pKspGlK0l9j4v53\noJ5JzPx3NtAounkQeEn8bPk4TqhVgwCob+ETR3++3fGuOlf4wnbaDYJkUJ6e\nhNyyDAq3zosLbj1HZ7NHOJdCAeNKhB9fb6ubeZf99b22m1TGTjNHZVYaO5dg\na8ez\r\n=5k4D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"8388bf813847455d39f4450a72c999616b65e1b7","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.4.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"8.12.0","dependencies":{"typescript":"^3.0.3","node-source-walk":"^4.0.0","typescript-eslint-parser":"^18.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.5.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_4.1.2_1545662693467_0.04781927824820453","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"detective-typescript","version":"5.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.0.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"d66782498433a9ec05b20f1c9b54837916dc9023","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.0.0.tgz","fileCount":6,"integrity":"sha512-w+UpXVC5jE1mI/rVbA9OndSmYexbCmtmKDExfib/j3qW+fYYoYzs1I9W+E5pmjXKBNBgkEMtdnlcQMbN9U5fpg==","signatures":[{"sig":"MEUCIQCID4kmRgkcJ3JBXsEBzQMbZKj7cmxY9kzsooJ0IMGnmQIgMMYGBOf3kgSvbZKwXld49xTnBlAu43/vwICRnvKxA78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLxBECRA9TVsSAnZWagAA+TkP/23YQ3Zfn3NXx1yDDcGr\naWc/BdJPn99K6srDiUfSkzu6tgAKVfEMOruDqtfxInbhi3aFa4BpsiQGZKPV\nAGqinMfMU8HbS4DMFObxm9ILClD9CYrjBm7hzvlfte0E/OvGk1psdlDEnhOr\n4h4QnW2uQJfAyGZvhSnXZp03E0gC5dIEctHt45+jfaH8B5mthR3MQVMaT510\nGoRLe3oXESbKB/nhQG7XCI2R/aeHK0R3gZCdIEdGC2DKUNsH0W3DD8OH+uV9\noFOH9uhbY2IbqFQvYZgryCSHjcH3Q93KDTRhrsyK74GdX6lxOYQRiGaXoUB+\nsCYELeFI3aGmXYWXcum3qJ+5aU3hyi+YxI9IY63uF5YJsMO0Ao0IFt0VGYYh\nBvpw0DBVcqKBnJiuEO3IXknqNrObzsh6qOlwEdBd0LJOEHtCwKS4alGGrIa2\n2sFqwDC3RFZLNekD3FA7PVr9Mi69Ezlfo4LxKL0l9HNJqbZrXoYmUL8Niodl\nQ8HTvu280IfY19ED4nC7gQP2jrVXqzFrJv2x0RIiiYMP7gS8aZk3gfrdJpox\nDeT5HhR2ha3ydJAwT9lxc+7l3NkgVjq2rv2hGxL2gCHfPsK8MgUCNsa3hqRV\nymn3/qyyTrtq3sJ1qA4Y+Tnzcndx1lFskK4gLjakbGdFLpTlu4AD750gTgP6\ndxVC\r\n=mFbz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"feeec064ff14067a6f02704ce172af59b9c3d8c5","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"3.1.1","node-source-walk":"4.2.0","typescript-eslint-parser":"21.0.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"5.11.1"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.0.0_1546588227967_0.4558002546562834","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"detective-typescript","version":"5.1.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.1.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"4b2f94db4859a6563243f5b849c83582d6fb19d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.1.0.tgz","fileCount":6,"integrity":"sha512-scUNxZ5kpnpBJPAOyf3m51N5qp7Zqcnr6kMbIHJjHjLSQ73Wtxe15NWrpYXl/o1v2Dk8p6V7fSZLarZNNK7jKA==","signatures":[{"sig":"MEUCIQDYeL80v9KFLd1Hcv7qObSImmLWpCOuuGWmGZ+21cIzOwIgNF5JVxM19J/vUOuGHhY49ermH+7ibmmcOcsIYoynRUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPuO6CRA9TVsSAnZWagAA6wUP/0WN3+jMfIbO6YQQiuny\nhCKlTHGvugo2GVj6OPHK++esNH+gs2D/JTg3IfcKWSiW9uSj1Z5l2ahFKzwF\nPjnPDihYPEJi7HClhJl0xgEeOTy73TbFquzf6BjF6fvixiO67Da2/99B2VSA\n719Szyw/PBLg/IHLaVVzIsip4UOEQ3cQ/rjFt8HdN4tb7Td1Dn0qXdQG3Q/3\nfCrM9IWxXzT07FFilaSsghQt2Jc+IZ5SCLlTIXpJEUhxLNzyKXHZ4jhZd9KY\ni+J4jlijWw9y0XCaPiXdKDwtn7ek1YROHzLrNrQZYOysOXO9D9wORhqnwDlf\npDkX8UOZFTNp2FlYR12q0SVRda20dTcB0gWdw19O5qCsPc2l7T0GZbv6GWzb\nzWIKQvCWVpW/prLaqwnp5c95+j81vB2zsiUOadT6QLDBuv+hCdLNmevem0yk\ndUF+v10cPS1xNAVx5Oze1JMXT/TO7NTXj52PbCtZTKZx10ao0N/JQr7Q5bZi\n7PlXt9fWRNjwFKt9fTY0g3dpczfbZBTPHFHwFLdJX709WoSin7VwbtEJXHyy\neV8yzx09q2CVIXdmvAARAjYZ30bWtWAn+6rjnBeDDTJR8pyrq39WBjooK4RZ\nteVG/VB5CPJyKjoHz6SVOuYld7dYCrgXLaTQAZLTksJ4t4dDr8rlbQ7Dk4sr\ncBic\r\n=c4UB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"a0748f98f6b823597fb17b547009d1a2290e3022","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.2.1","node-source-walk":"^4.2.0","typescript-estree":"^18.1.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.1.0_1547625402265_0.42867380236045505","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"detective-typescript","version":"5.1.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.1.1","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"d9c6be455abc5565b8e803012bcfcfda8bc56722","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.1.1.tgz","fileCount":6,"integrity":"sha512-Fz/VbWU0NCnGfgoz0l4ReMDW9vg9EgfAXP8vSlxopKIj8DTEZ1gkE8rhQk2RGFF87x85x3YgCA2hR3rz92AiMA==","signatures":[{"sig":"MEYCIQDObJ54sKlySpYl1NaBg/pZqNsu1MjKd9sLOiRnN2vFqwIhANj7QLJztanarjNM7gBn02HXppjbH+37wySg3mDspfN2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcigq0CRA9TVsSAnZWagAABRMP/3g0eiEOleM/IIGGXzRU\nXsn3eWl1kv0IvgHVemjPXBWPmgswnYO8pdSM8cXfR94cZkybNQnvtokYmD6u\nWrUua/WeKP5DM+YKBA8KIptpGxu/4m/YhoxvE26Uz7h/PwlZ90T34EPTkjNy\nelB1eqPM0iQZP+7pkCMttqsB2NTIC9wVHw4bVvSJpwwjfyaDFr4MzPlQLx/r\npj2odDwrTjG2pDEf7mNmq/dgl4MWFCZvofQ8C8ZeCbQ0S/DuuM9NHycp3jYU\nMQY9MDthZmLK3d0f2sefTiLrPhcOeulm+nv0q9FAAi0SGeoQOHWfjwdererb\nQRkQe3ZL1cQ0khLhTTj8nQB23xIZix5g+3gWIStH1k+8bBWuz7FEkVFkjky+\n+oXx5nE5nnfUu4ySI+qoRA26YXSFDDm0KL/vqqjzZUXaxu0caFgd+fLqNzb6\nVJm+4avyPzYmu3swSQjwZidbB058rxroHn5Bs6VseLt6a3wPSWrLSrop/O8H\nsyz6VA1x6ssMD8ZLz5VMIHdcUurxoVa/eAPmSMaRz4j8GYAJqXuPMB92EpnP\nY380BMzP5qejXTafepI1rt1D+DFZotAhkcH50Z2QvcQE072jx2Gu7i99xoej\n4XiTl/A07N27uceFe7KdtdjneNBJ8H7FRz7/Eo0snfDLvvHuBCbqkukQYDCG\nJIBU\r\n=0hmJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"d3def5141692b79def3d8f40061e612517127eb8","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"3.3.3333","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"1.4.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.1.1_1552550580343_0.5200701840318152","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"detective-typescript","version":"5.2.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.2.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"7789f1ae37760c7c57d2c37feecda58d2b69b362","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.2.0.tgz","fileCount":6,"integrity":"sha512-LmdkyVlmysbq7RQpEgct/gzlycjXsl6NO0CzCx2V21O1F2e3YGJeSUpae9ZhvOzhDATFKbZC9dfIgWV4Zx8a/w==","signatures":[{"sig":"MEUCIEjnitkZJUpBybetuNKT5/J69d8GVIhs00pDGacGN0nfAiEA75lCCJtBWil4ADyOKlH27LPiLZwyTDctR/2eMebVCd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcypB7CRA9TVsSAnZWagAA7FwP/3U1fQHAtR6JuBKf2jBI\njdEgShZJ6wVPnB111o7noAj3daVw3MwRy1ZHtQtmT6GZRWrVQyZ+CDBQrc3u\nCy670Dh8P4ixKoMYHpcuS22lLDBy+mtxKRKvgdrflUCF2rrhhp/J9XDwK4dF\nT+ceBLGtcN9nkQ4a8GW9Xm4Xn7Mf1tthmTlpDL8HtRDxOuaweBFmUD666VDz\nPBw+BVFoozvrLwDn11rAGhN9jHzmTRtPG7o9H0GAlClWJHxsDIYVLI3GRxf0\nr2y9UgB+IYooZMEklfJpwGA4u+sGLy9aTqkpA/4fHXoLuXTkkLxKa76KxdR9\n/pZNtLj86BLnusLMXvBZdier0kKFpkdF3aC2BTVvj6AxWctcXX2DdWZtFqj/\nCwtFsXLBtGe08GklRbj72Ua2p6Pk4Q9MvU3q7itzZkuhDrtWGXCuUKZFVpqX\nmA/RV2cZUfl44lZpWjY73siRdltNTrq5VVDBo/bVsX7Df0QMuOuU8OXUJvhv\nxFOTo5l5mBEq31NZBtDGc1t1Gu/HvuXJ6MSz9PzlTPlynqUePbKBv2XSjFs1\ndf4cjbqq4/p51VWPdDwjy+Is7smhbiabdrAF8jetEjtKKroExFuImmx3ti0V\n6zYvsuqMmNnfihLzPQeTpBoSHy1oHXA8mcdtH6VJeqgBc3S2VQQ9/GnMdr59\nJYi0\r\n=5O11\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"0d798f6e73fd2e4b62a839b313728694e65e1388","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"3.3.3333","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"1.4.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.2.0_1556779131247_0.20318519126974377","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"detective-typescript","version":"5.3.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.3.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"ba2ac4aba923f87a421ae45fba3f7cf02c9ba527","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.3.0.tgz","fileCount":6,"integrity":"sha512-J6WsrycYUZAHGTIdO1hXnoGGH8/Aw+XlCKUIOfEhqUhCkEpzwb16UHWPWiPd63ohag2NhBUY8zkZrLNKAUkHVA==","signatures":[{"sig":"MEUCIFULfR+Q/1cPNfXulXPgRwLL0EePssx9VfJUogY321x5AiEAzvA1rGziy4PTA/oFE1JtdSgArQUczAaVDi8544mPYKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc66CVCRA9TVsSAnZWagAAawsP/jXoT85LRAZZ7M653CC+\n4A0J2v+/eD6w05yS2Zmd/9YqDVw//C3H9k+mdRpO6NM8Etdu5SoAOCm5v+HT\n2x18cZXlMjFdG8nIoL977DYze0rfLsCA4/CzaKhMLYSht9jZ+A6uc77FVrcG\n/s/wOeCUH03g6VoAnQsaDameN+8GHWqKw8M+kivcyzK9g2suYCy17+KFUA27\nqxiOuUT40cin0Tmh2iguQrhoeIEOg+Z/ldGHko7Ah9dixLG8nsyuTIuPbkqx\nUPr9fFYH7uA2le3tapP77e723R1BM+47DSG9y/VSeJdRjb2lmQmNCMGUz12t\ngPCvsaoMPiESQNTQrvjQ0FvEpwNYFoXZ2kehsNPn0PAnLN7nXNaFFErqz4EJ\nG6D0j9ADv6n8iJfJo9Wyj8vbJcI5tFBWpz99PIXREym6GqVeqUa61ybuamUB\nmYQnJmQXKuaNMdBOgnFHAAurhC7Q0ynI/knazadNXytCuY/7wU8lcYDlGL/0\nWwu6j0wDQFC8Svi5XIiA/7qfU5o4cHJJi7/4Fb7QT9pooHzSUp8cH7tUBPjh\n4tWW2o9w+jZq8nmPkD+SkzL6nEbUKjlMQmVLASlX6AFw4RQBIfiRrPxTglq3\nwg15+eVtsWa3YRfccJr/ey8+2Bn55mDZ8wxhX3Zu62/ix+HRgFgEuY3EzAhg\n6J/X\r\n=VQXn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"227f456afc7e33396f7a1e48787d24142a67788e","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.1.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.4.5","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.3.0_1558945940859_0.8668843170395548","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"detective-typescript","version":"5.4.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.4.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"277b68308e3dacb10ca7f323e2e6de4cb940c905","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.4.0.tgz","fileCount":6,"integrity":"sha512-P2K1R2F5xH65tGma/ZgETbZzicURCZnmO6GqJWT8Ae1auU0Rck34ITgFXrAHcTausaH306pSICJav7frQwy7RA==","signatures":[{"sig":"MEUCIQCKfAOwBKkLsduHbTkYMALo+D56i+suebIXEXJvi0AobAIgMk8aSt8VMf+jTzFdxef9P0tIvfQdMJIQR346KLenENM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHb1GCRA9TVsSAnZWagAAldcP/224fYtLCqkpZ/LZokjb\nJeiBJu6p43E+y/hMUDXo3ws8aaCOnXFdZbrTz+RDNuDcb6iLWAblqMAoJXCG\ncOJFuaa+57htbG0R7NduqFyIvQy3pBcHeduVzgNoxkkVi+yOxiAtnET5nnYF\ndMcbco4OJUhxEl5t0bT/vnWcKtQqomoseuhj6gzne4Xy/UzxqlPXBuFc4roT\nn0Hs7sCWP2eMsRvnvOoT6+DkI4peum5QgV6JRnXyhVxBHb384tGyytNOCrcY\n7k0rXGvr5uLjmUm5eXzxM1uZJye2j98VOEhU4s7LuAcDVpex/M/cLlLVBMY/\nL5FtTGPvMWATAki4nyvgYkuJ7+0RyoEEjflg9H3vTuVa6lKrpY01GK7BCNp4\nCrIJfq4FfUQQpR9MP7hkdE1ca6+06CPHdQkodRqbQkiRvFbU+SPLE96umt1A\nnIgNLGuOBlS4xlO0fEqgA3tQcrfJiKoqOTpxTWAzDQ1gYEWo5RJ9gbV5OKRD\ngJq5KoDsPPMO3L/3mfoqphYoS9bOzY5vJgFnbE1aQlo6tiJBZzT9b0ZUC9lg\nCZzlh87iyqPyfhQdFtPeV6DuLYq0AcRJnQjGKfhVPKfilYL7iX6ldMuL1tq7\nQKMaKKcaVkwo2GBcWWT/UACFt5Z+lOiH+JAuoQOKlZkNMbN/ENI+xZPyKNfw\nUthy\r\n=+ecc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"4424406058ea755f77aa8d0256ae97c5ac199398","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.4.5","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.4.0_1562230086102_0.4602262247442197","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"detective-typescript","version":"5.5.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.5.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"4750623bc694a9c522e6a45b222e5cb3f607eb24","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.5.0.tgz","fileCount":6,"integrity":"sha512-zVpte7i+EB+4wqrBiVdV6U2i5K+6c6/OwE2DombEp/DdI4b6ChlUy83UewiVdjw1iqJ4Wkw4r2CJVOXtgLmosg==","signatures":[{"sig":"MEUCIQDMJrzcw3x3cQr1EzAY4AO4ii+x0mMDR2yIghxPRuLXMQIgH/5gWqQU1tqEtFJxbtkKBIEx//IsGkEdxQAlmX6Ej1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUrG/CRA9TVsSAnZWagAAv7kP/3/9A8cI/VFKCxORtsqa\nCojksTXNpQmgrTEj9AaahbYTgH1t3f6SGXxGgOIJrasVCVgEMYN0cfO86vN7\nsU/bbHG7gEbYxEs/nvPoVyOE0LMkGkPL3Fb9RQ0sVLbChEmMrL8v0AQyWfsQ\n7pqATChQuBC3ZiPyhiSzSAxZh7UYMPEyDkcM7baT83fh9X404hMKraC2vxry\nR7MTFDV44zvYgAOd1Pm0ewlz3b3biB/Pz9BbVOdQw/fhJTRlEJVjb02L12Fs\ntT8Gkvkzb9/Wency//g75LxPbw6278cDlVmX2RptIHNU4wXdJIdjCoZ3GYSg\n+UnV3B9l6Cmmlh8CNlFWBcX0iVS2Nyb82tIWy84pM3Ran0cKx2fTZ8vk6cml\nwKcWCxj8epAwKJ9a/Kneo6oEq/qOeh5b77Df/eLtXRA92sIHAzRUBgL42AMt\n5921ZUAyspxPj7uujrKMMdfyROm4SkjSOUWD73oizQHZZLmPdCYimebH03bC\ndV3IS2K0SsTNlj2EP/zgtQSBj21mNF84CL8nMu0wzeTX8d8a+G1XplExGgbJ\nvMcTG/oxuN90nX7bGIjWUdCUCEJeuIKMtY0OuXjw9jJ4TxMvG1rT5r+kLy8f\nPA+CARBE4KXDIOyEVjvXTi1dUYqceiU6aIBITfUHoLifFcZGRdPpovEi9kt7\n1UBk\r\n=hLIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"adbc82062587679bc96eafb19ec81dc3fdb69045","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.4.5","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.5.0_1565700542575_0.4992729643656719","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"detective-typescript","version":"5.6.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.6.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"f658aa2c00fabdbf09427740cdf077efcbedcac6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.6.0.tgz","fileCount":6,"integrity":"sha512-XL+/Edl+UF6r1apAlTkIrozvC9v1zWYoNOaYYk8amzc9yDoVwuBwbzFgVkAA8bp65ltYM0zhowAcXajPPGlJvA==","signatures":[{"sig":"MEUCICmbv+XUfzrx16Kvgu2nJUZLMqOlMg1wCV2uqWOKCIfGAiEAkhRsutvd/MxvWDL8up5t12EM9fzEisJ8pJ1ztAuvBn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpd1cCRA9TVsSAnZWagAAoF8P/A7uiqisH1QzdAXNFEjb\nMmt1noES+2BMgkNad3WUfSmDnKIwP7m6SYDnAnLoansoyYDZFBo2FGIYsrKd\nWnCvbgjg+rW/Ucbi0PpfhygkcMkxx0oc8xEWANMpX/SH2nQGYQ6hgNTgrX31\n97cMhAfFtNUwZVm9CehJxtKYQIQW/IX38pMwZ8CuqTo/gXzN09CAMMPAf8MJ\nUiT8nDL/oxkaJjqCswtUEnh02eDJqiYRDh/uP2YYIaZhJS/iLQQZkIh2jOPI\nLd46ScPEtRZXZ/61DtlVnPCvbbKxRGaK7o+voVe2JYkxiIsNrKUGiDEW9pAD\nleYhrpphwlnbhRfBV/saUXV8nT3kp9lU/RNQUMy/UXWpxjjEznZau7dPtK0r\nuHBIM0pfjtInXL/dsFiuIrNQRZ0xsmEoADpU81f5TWKQrQ4uGmQZD7/O10C7\najKVKcvvNtxg8+EVLEX4PO/Nw7uwpVAbUaEcv9+N0gFTUWzJ4HUxsFuDWTM8\nE5Qv7bn1p4xL4q76gQDQ6OJvVBIqV0+3LSoQHDaO5/wlTCIDqztV4gAnoJam\nW4MLhkv5uSzixuVB9rQoGE+L5cucjb7gkvB/v4w+QfQA+OoJuRR7stq7vCVF\njzIZOIKI3yZ5eRjnz+Qd1Zd77Z2bKlm73qmonSH5vm/MOg6C0toDk54N6rcM\n606o\r\n=zNap\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"70f7b580e0e480d1bc6bd6f23495d58dea34b441","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"madge":"^3.4.4","typescript":"^3.6.4","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^2.4.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.6.0_1571151195871_0.6455027168079477","host":"s3://npm-registry-packages"}},"5.6.1":{"name":"detective-typescript","version":"5.6.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.6.1","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"71aae796f2adf6fe4ef0f3d9c62dae5a2000b293","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.6.1.tgz","fileCount":6,"integrity":"sha512-C2AaNupyz8gNeI3fiYQhIceDBP73IgXwFXAwSHwzqDE9Osc9oXb2cIEc05Nr3eonAK747FwxqtnzO16tv67zsw==","signatures":[{"sig":"MEQCIA36yUfaRaDvdrbheweF87ehwGXokUI25SvbRDmaubftAiATiuR6X4461dLJQqV7T8gMkuqV3HtdAKI0Xt2li2QBqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpd8vCRA9TVsSAnZWagAAVAMP/0fKxnNHNchVehhgA6ij\nPK2Kva5pywh7SAzXaGbR2NwQqbRb9myL/rN8ALfHwUYUxEwS3pt+g+9OrGVH\nEZksSm1nPr/ceS8PCX2S356JQnCOjF25lXsf0gx07fqtPVhidP0R3r3xLW6H\nkflW65W8TI7cFaG/3f4FVdhhbj1mr3Rmf5lgjEkpDaJSudYedEdf8YiVeg9A\nXRO1B0lfXEtTo5gwE1AkJY9FvUJaJL6xg131QuhsmSurNp46eziZe8Oaz3VV\na0VRlE99VR6S1IpaWIatBZeA/cyqn9bv6wwwGeSb9Wij3DlEZxh2TgeWOXWW\nx66rjqeF5WA+Co5GjuxZJYyKXccoP/hwfQtKyFhPF8n3xtrrX/fK0ot/CX1A\nJBMqtprITpFlM4b9GUc5PAlJFJLaomhRy5Ye5yG5NnffUzQaLfk25C1Cfaw2\n/mtZRIlfmUp10PRvS7U7w8B87BFbv6iMFfEpdcTjgI4Hh9DvMbBATfQNhRta\nVt6xPttz2MpaqgDPCeZPPp/KM7hZvj560xj39sTATW8U0rlm7BrjtpR94ZFp\nxmd4Ms9daY2+JOwT0UktmKBPRLL96dOVs6zlF/0LNuE/0UG9qFWqtE00qGvU\nQOgm2RXiW2ZlYwwbOI30qllW2JsLR1tYoDxR2S5iVakr/D05I5B/+8WoY9TI\nOsFn\r\n=/agG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"ec62c4ee8c44b42355883d0330aef05d6e088097","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.6.4","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^2.4.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.6.1_1571151662660_0.36563421788864625","host":"s3://npm-registry-packages"}},"5.7.0":{"name":"detective-typescript","version":"5.7.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.7.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"513a000e08bcfa0b5656fc7e499a554659b9dda8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.7.0.tgz","fileCount":6,"integrity":"sha512-4SQeACXWAjIOsd2kJykPL8gWC9nVA+z8w7KtAdtd/7BCpDfrpI2ZA7pdhsmHv/zxf3ofeqpYi72vCkZ65bAjtA==","signatures":[{"sig":"MEUCIBz9xTVFw+NzF2KgozEEnWFyjNst81YSs8SU0jxpkTdsAiEA5zlLmv8BihxJFlZCdCClRyLuYYlKNWmjPllklISWN84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyaX7CRA9TVsSAnZWagAAVzwP/3jhbhmWn8PD3XdDTsNO\nJZFFgGbbL+djH2iPRJE/+66rBZr5UixKK4W6YFJHyaWmuHgFzEO7AdbyAdSt\ntLhWDSpaXXApgR/pLlQvEG7fZmu7hermLEnTe8uuMSmUmOiw7XraG7MqOYRo\nkxqswKSTt+W339dp4AEnJbSpJGS+tv+BZSmEU0PG5kGeDNcE5cpgCvje75Wm\n08jjGYChIN+Lwrp3qZm3kx34ff905X0B5/Csj6Jg248SH0DPthjqvZmykezM\n1KdsaBWH+c2QZt+LYQ/oEoelHfGF3AumbS0l+MOI9E81fCfy+p23wL5Ont61\n2uh7Sqgg+/WltkbOMNG8XelAArzEHJIVBWFdz7qANle3znGTOVcqj8jvuwiV\nYkPJKAubwtZ9axLQP3ZnslyJgn8VmdhXlgozOQmdzLCYXeN8vcJHgHjJefUX\nv7/abFrvHmLoSYfTRT17kieLON0PsSBjHe8A70fteRTTxuhiGJG7agx4ZARg\nwyULmnhT0Ix2KbHbNyYOaZeiGWxeammCpiLneHuNXiWme5h0m5X+9nJ14R0n\nPaaLPvGN5PgpIm3Y/cUDAkQy9//uHzm9skdnqsRUleaGXjZDpAPqvAaVTs9C\niyavLH5PJ81KGrTloDkPTaoj5CH5gu2SgDU+gqS14MKrEpjhUGJxKxy0yVgv\nNZDQ\r\n=Tlms\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"f3f4da8651f9f528331bfdf0179dfe8290e41d3b","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.6.4","ast-module-types":"^2.5.0","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^2.4.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0","eslint":"^5.12.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.7.0_1573496315475_0.4854774584199528","host":"s3://npm-registry-packages"}},"5.8.0":{"name":"detective-typescript","version":"5.8.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@5.8.0","maintainers":[{"name":"anonymous","email":"davidnet@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"patrik.henningsson@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"c46776571e26bad6c9ada020cb3cb4e5625d1311","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-5.8.0.tgz","fileCount":6,"integrity":"sha512-SrsUCfCaDTF64QVMHMidRal+kmkbIc5zP8cxxZPsomWx9vuEUjBlSJNhf7/ypE5cLdJJDI4qzKDmyzqQ+iz/xg==","signatures":[{"sig":"MEQCID7vYl+sPUdYiYBuwZrf4z2VZi9noJX1C+eXKE7SJeTnAiAQEFqcLtaY/m44zTyHpjMEbaRQWidGtPPsLwCCahfEOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes4USCRA9TVsSAnZWagAAYt8QAIYimQTMbFLFGo1+/JJz\n1w/zS/5Xq+T2LxF5CdNMKyhsHhdZ9Z2ZwrjhQ0ax1aA4PS2FNpaJkb/FgoKK\n/Kve20VLvcstL6RkJ3B/x3DBqiAzi5AYHFBkKTcCS3MVd5zH+MjnHR3NF9xU\naZhNDwjc7aI919HN25y0xPgv63bgdf9mGsdQuybPQ0UaURcLAV0yxvwBlg57\nUTHU1ykg1iAczuxug7vp861Dkike7I6cu4+RRXgJOvYMK7j6QgubXXyrRHWa\nqg6hQ3R0Q6IByn9U5KNz5MQ2ZBD2kMsu2VI0VyqZWWL5Ddffxx0TUgjQnZvN\nDtCkJJnYAGM8ClOFMHDw6LLndXoRyd5YFSi6TPcIPDgIgXWhAfCDJiZvqhkO\nGiAgnj0R3HSlknckP56+ydmE9S91DfMaeQd9zS92sTSYCxUE8iv2R5+CivqX\n+Oer4n1sEPwN3+kRM7Ok46mFbLhMCMIH+vjQEA6BABvIwYRgeyDAcqgEb8vi\nLfrW0vkNQs+sfTH4xcik0ZdMqNRbbkgu1q5iqM2Vq5cM0g5udXhKngYC8Q68\ngnuKdPTdknuZA8fEa2eLET6innmfjeY2cm05hXJoCb6tOYtwzIH0Rr50JbQa\nAiHhbAZuVoM8RLKm6L5dTG42StmbrmZlnK7377J+em6zvnljD4c5tZdYZzEX\nwZ3P\r\n=C470\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"041bd7e086ce97999a3e1dec90df18124dff8f11","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.8.3","ast-module-types":"^2.6.0","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^2.29.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^7.1.1","eslint":"^6.8.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_5.8.0_1588823313745_0.4977393680999562","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"detective-typescript","version":"6.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@6.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"394062118d7c7da53425647ca41e0081169aa2b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-6.0.0.tgz","fileCount":6,"integrity":"sha512-vTidcSDK3QostdbrH2Rwf9FhvrgJ4oIaVw5jbolgruTejexk6nNa9DShGpuS8CFVDb1IP86jct5BaZt1wSxpkA==","signatures":[{"sig":"MEUCIAKWLmOopmabeeqRBtHw62hodMa1K6OmDZeWokrfZRGYAiEAoxRBqLB1YqhWBvizO3zynoTxtOOYjxYqCIkmt9bgwvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzeY5CRA9TVsSAnZWagAAPxIP/32dsdGeSrDdrNtieHw9\nLO3ArDLQEiTDLLZt9YHGNOD8h//1a2871Idi/XlMSUnuKlV6yLV2IjjlNvVP\nYM0QLR+sQ5r9FNOLQ8btjiRd4snYyzv423dEEGRuVrz9jizf0FjFXNLOMYXk\n8obBhSXSG4pkD18V7QRJs6n5hiqHHgZx1XLRKrH5edzQB5M7WWsFTSlrywW+\ntJJyR8xrs2RRvr/lUdH68s7+hKnOqE4Y9L92epJ5nNhd60OFkJmod9j4TmDa\nAOWUqyc4jJ5L6FV05iW7vbJf7pqZX1tjc6s+ljcyWRM7QbmK3BgZNpzgJ1nx\nqfasIxypwY7mvTdnaIiWneykI2kuwukdVcaRBGvbl8PedJRVzllSsZywhDLv\nb0jeCVZ8OlsK1Lzq2uFoZsbYe3uilQdDdIP8grXfd7XuYqBYAWbDrgk7Kd4C\n4Cp4VyaVapgh4IZSO6Es7a6BNTrwXaJR/DyLOUa0Te4dp37/+C8L2jtSqzY5\nGMrLCWy5tkf6u72fVj/OSc5eB8K7YRXYPSwpCWH6WX8JhM2cuf8kyhHhvrau\n3V3n2qIxsaB/PzX42AIS8weLanaCwzvPXe+julPQbPJEfsNWhMWC4zVAsR3/\nJ8ip0dP8JQ5/9rBC5/lMHJ2aVaq/VjJ3gRJNHaN6WF5r3xRVAPjG06gHbwsg\nwV60\r\n=3O30\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^10.13 || >=12.0.0"},"gitHead":"f77dcdaa3474a56daadba53d4e34592a0bceec01","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.9.7","ast-module-types":"^2.7.1","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^4.8.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^8.2.1","eslint":"^7.14.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_6.0.0_1607329337362_0.2954507029327724","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"detective-typescript","version":"7.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@7.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"joel@mrjoelkemp.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"8c8917f2e51d9e4ee49821abf759ff512dd897f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-7.0.0.tgz","fileCount":6,"integrity":"sha512-y/Ev98AleGvl43YKTNcA2Q+lyFmsmCfTTNWy4cjEJxoLkbobcXtRS0Kvx06daCgr2GdtlwLfNzL553BkktfJoA==","signatures":[{"sig":"MEUCIQD74edPnhYpAz5mpNdKysQTKBW/JeOATEpXxQldaw/xYwIgW3zY2t+vRo+uMJOnxwiblc4JaOtOyi0Y+wEzYH37Lk8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEXGACRA9TVsSAnZWagAAk8AP/0xRGosd7fbttlTQjqwh\nJA2RqmQahSVN3QTK+0zDj3PD0POHT26OGFF6nv3a1roXDdCk9noe3hO9ZYIL\nKH1B1CYOgFTmioBv4mIDqSJDubkwhrUkM0YgYrmoS3sEevHIyx6NNDz8musI\nsbAq2vjQub/MW70PKN1wJFIbX0fkIJpjziKmwWA1b+9Vqe2IdSc7LaopvQbg\n4xcy0sb8ReO6D1WQjb7B7uVOfI61j7AST0CBCqV/76wlG7zrzBanTIVofQ7r\n6nOwtYgY5gJtXWvPeJ29hkPVLIynqf7WgjIesfkt4xQyMcEYZY44bY/k/3hj\n50CmnZlTK8fvEApXneUuUVG3RCyLvZTQLS+Z7Bry2nF04K0YHvhspWGH3nfg\n2ROlo+UwRZ+jdFgSxJm5eD1ZHK3IJqj+3BqcxGjjftaQLoICODTg3dLDuSKn\nfeFfyTlEytiDVpaft2ufOqKM7fMcYlLRXtja+n3VIMnAsJ3oZXlFcmwGFWiN\n2qduOnrwjxwpOn6DNkPQBcFmyN++5dSfMXCgM/14QYd8cBIW9v7QQg1xoCql\nWDWPB7Cju3GW5uvilInealnbwOIbt0eu2vZKo2iim62CDsqKxIyr1C91CVov\nd0ERyx7MBFA6wqQimceksCH2S7Y1Z1DtICFyDUD27fQhqa8ltrklp/m5OUvb\nL3nn\r\n=cSrs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^10.13 || >=12.0.0"},"gitHead":"462429ecdf6ad1c85f41ef05aa077b54293d4051","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js","watch":"mocha -w test/test.js"},"_npmUser":{"name":"anonymous","email":"patrik.henningsson@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"6.9.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"10.7.0","dependencies":{"typescript":"^3.9.7","ast-module-types":"^2.7.1","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^4.8.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^8.2.1","eslint":"^7.14.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_7.0.0_1611755904307_0.42791410451898604","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"detective-typescript","version":"7.0.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@7.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"fff25d3db6b5fdab430f7e065ec1a57da0894dab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-7.0.1.tgz","fileCount":6,"integrity":"sha512-BnivHS0rwz2YEAYM+IdjnX5Jm3mvGZOsiQ6Cq5WfTZEpaOpcw7mvXQ34v8bKbR1OTA0h9AFt84Tm3Gt0sB3C2g==","signatures":[{"sig":"MEUCIQC7/ixadsS4VYCCjhGZhhTk6m674kvYZ84HqkYiBMx+GQIgFytEkAmGSb7dP7dJoXxfjK4I1VpKb/7zO/QHEVUwqVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEQfWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8jg//WqrFPg0sbY3kwHVQ0indxaQx0LfDPTBec+1PW9dOga4iYAyo\r\nB/hwH9qoFeVWpZ8yLZalaXUMxIOI2jTZ0n8BKLn5IrvR8TYnYHly4BD/fGbx\r\nmP09Ci44AU1316dK7XdS9K+gGYnoL4LqRFlaFt37lup2pf1H6x79oTtRZteA\r\nUlF62KXAyVphfZSKPgyscbTD6ilJcp/wCRrHMbIsYrpZXFFLojREqcf/V629\r\nitUR5BDL68YaAMryniLPMblemAS0VqrBcFDDKVlzMqaZ7luCT/0z7dUY9vnP\r\nbioxPx3r72aN2r6kDobOeX+8BCrWMamNQJ5h2lIBuerOqxxSt7CoK1uBXK9s\r\nMhd9+ScmXNQLYC/Zvm82FwmkIQpNcHuydw85YC/6kKXsEUleN4mAQnPBCnZu\r\nyZgi8TWIyACnGwmjJOsPTrzmVQXaVCBE16wW59SyvK5miW6ssz2KdUBrzf6v\r\nCcPkm1nNcluXL+AwT9qyDs0yXompg4E1shMAziYPTgNM1wlKZX6bSZxWNT5/\r\n7fwQYzyinTf7WA+Osou9lNka6SEzbyocnBVzk4bA9mTdysC00Sh4o+dVVn+M\r\n7EDD5pxjBHBuczUGa4zLiJXuDJKz47RT0ZChcSXo1q9hT37HUUOql5fPoZ2h\r\nCU9VusDyg2DcqE6JmF0+pgfZPbpUkKz5nCU=\r\n=BrjL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^10.13 || >=12.0.0"},"gitHead":"7d67b328ede5f8fa2ed797efbf211bbc3d9b953c","scripts":{"test":"eslint index.js test/test.js && mocha test/test.js","watch":"mocha -w test/test.js"},"_npmUser":{"name":"anonymous","email":"mrjoelkemp@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"8.1.2","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"16.13.1","dependencies":{"typescript":"^3.9.10","ast-module-types":"^2.7.1","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^4.33.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^8.4.0","eslint":"^7.32.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_7.0.1_1645283286343_0.8199142763900988","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"detective-typescript","version":"7.0.2","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@7.0.2","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"c6e00b4c28764741ef719662250e6b014a5f3c8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-7.0.2.tgz","fileCount":3,"integrity":"sha512-unqovnhxzvkCz3m1/W4QW4qGsvXCU06aU2BAm8tkza+xLnp9SOFnob2QsTxUv5PdnQKfDvWcv9YeOeFckWejwA==","signatures":[{"sig":"MEUCIA2vv+SN8Z10CJa2WCi8SPsusXPhph1KFMqgVC0ZOBhyAiEAqkkcG0TG+EZxZiTYWwSRBlaI7fp7spmNMDaETh8wzjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEQi1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaBQ//aogy1piolPr4zPMyirDPHKNKQ0XSOe+DjZFLccTUtmNdOzUl\r\nUH2tztROMypj0ejjx3dkBvbD0GNTdU5zetzJeGrpDV7/rHfPpicIedZITTHU\r\nZ0Fyrk91qWk+kWMGD3Tsruw5LKKur63v6OWffyFMHvl4skGS7oObgkByVQxC\r\nkmB28MtuP27qP6k1yFz3t949IOiYxE7FgmW0RZmlrtxQD31wx5MBeaewzMlU\r\nt390PGEf7YKk5YipaCvnKwPqRnIOjoLzCjNc7kHdXCaOMy0pbd90xeHy+Wgn\r\n+HUnI7u5GIp8BdwOc5xio3F7zmbrEbpRmFkqCVI4pMHZbgI99Xsl3ZTSo2Gb\r\nekLdvM8Ds++oA/qzzZgJaFpli+LaggOGHPYGSYCDE7n4XL+84kuArOMpOs/M\r\nx5hKhPWMpuWHPE6Qx4t2vRvWw2dtddLbjRtcTvlCWU9yxYegMH4fsm/o+0Pz\r\nMD5HWA7TJBdhM0ox+kYI2N5cKdJK0KRfEh/5vXvJf2tu9FnwCqxI77gQXS+N\r\ntL0hkbHLhWYVVD7EQ+scQrbT5+Jj6A8xzsfDMiFWgh70OUh2FA19auVhtpgU\r\njdZ+5bxwNQXoRUMLCaCrzqMy11+9E4gq0H00sipWpc0zjqAC0MR3inO3G7zU\r\nWdX//J+R9n86v2k84yCWp/deR1LAf2xbRGY=\r\n=hwN9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^10.13 || >=12.0.0"},"gitHead":"e2f0932301ef3c8b96caf1e764a9a011c3eacb7e","scripts":{"lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w"},"_npmUser":{"name":"anonymous","email":"mrjoelkemp@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"8.1.2","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"16.13.1","dependencies":{"typescript":"^3.9.10","ast-module-types":"^2.7.1","node-source-walk":"^4.2.0","@typescript-eslint/typescript-estree":"^4.33.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^8.4.0","eslint":"^7.32.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_7.0.2_1645283509413_0.6066598559373679","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"detective-typescript","version":"8.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@8.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/pahen/detective-typescript","bugs":{"url":"https://github.com/pahen/detective-typescript/issues"},"dist":{"shasum":"e995d9c5c2617a01684932092a335472568fd0a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-8.0.0.tgz","fileCount":3,"integrity":"sha512-UszSuIESr/z3j61nrJI3yqBUJV4l66FLbfRaxvy7pzDf6OiLne39sCtr9dtuIjM2WBAnfF6iInDp2+HgIaKdsQ==","signatures":[{"sig":"MEUCICWQ1I+ZsqzWzndgj7Ud8mr3lTaBkKWEFHxy/bOWPpErAiEAlQRcHp/QoL0L1kSL/UGymjMqmo/US8ohBHYMlrjDx1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiE5S4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofeA//WMdRqnMP/1SAzEMykA/8kZrU1xl7EEMZArZCEuPCedgVoxFv\r\nKbi3iExSS/KmolmwzbwkrVHBUsYvwqLIY1wt+173CbJ8Lgx8PA1dO6nNaRPn\r\n803zuL0pb1rm523HkpDiwASohKsgEaSRDo4+OCqqjvXEyqANnHrxDrQN5Nkz\r\nn/+Gu2wJjKt4Ib+6bj7hH+9tttRAq2SRpNQLRk0G2D1euvOtmwS00iofA5eZ\r\nRH9vnprU+VoaZab3thXZwnTB1nvKndNCjzGgADx1CbrJiotktQnIoeVGlQ9X\r\nLfCjPjRuBiWfJqjXIC2Vykktz93Fugo+DL3/20nCaaS6VRTyuCxqBWt0d9kN\r\nZkptAB1ToHjRkuMBDjmHa6DiygrCSN19Ko/MuD5rmElONp3DmHyg5b6fOhAn\r\nkKQPrb6DZgl4mu5iHfl1EQ0AbGQrb6wO8l8FtVDQ6iRTnlhwqoyPBgbNSZvZ\r\n6am3xuNhPh2PjvmbQqDRokFCofL52FQbrgB752u9t55FatHuDJDqNoAJLons\r\nbH2XK+o/zsl1+/L4AnaJ4I8R46MTW5ML4uLUdbnE94FcsnYQdnEYWqi/t/JX\r\nBsun06YWcmKUwTuQmyLK02jp4Eqs1SAmmmPHcUTiJQF2jF1chrJg8n6yla7v\r\nEC1wFGRF2ol6iUMZLX3ozq1ohhEyxS/L01o=\r\n=SKpl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"a481efcbf1bae191a841ce4bb2c9cf8acc00db9e","scripts":{"lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w"},"_npmUser":{"name":"anonymous","email":"mrjoelkemp@gmail.com"},"repository":{"url":"git+https://github.com/pahen/detective-typescript.git","type":"git"},"_npmVersion":"8.1.2","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"16.13.1","dependencies":{"typescript":"^4.5.5","ast-module-types":"^2.7.1","node-source-walk":"^4.2.2","@typescript-eslint/typescript-estree":"^5.12.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^9.2.1","eslint":"^8.9.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_8.0.0_1645450424000_0.2822514854918845","host":"s3://npm-registry-packages"}},"8.0.1":{"name":"detective-typescript","version":"8.0.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@8.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"3a0a3262fc77083015a031ca28dd92333a36d681","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-8.0.1.tgz","fileCount":3,"integrity":"sha512-dmCSFlJ4qeH0Y45umq8jfhSVJaBs6AK9Rm/GBRjs7fmPGMsjJuzMgXQvQ9rHBJRZeG9X4wy0Lh5d0iLrap8xdw==","signatures":[{"sig":"MEUCIDAdydwSIolTjiufz66hn2raM4ZPbUG6VH2xLOQgm+IbAiEA/AKYJEpW2RQu3kYkw/ff46RBwUeNtVFWnbzTlNeyY6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFNlZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo07hAAko2nve20mxsNlouSSI7VvwU73wGN7HG3RvKVHOKd8XhGm1O3\r\nRBOS8RwVMuPo4INl2BvNcAvPMzEMs34IE2bSiu9cYNDxsbk9wUSEBtWxRtj7\r\nksFtut07uFZ6p3v91rQmzNigVdq7U3XyYa1Lo7mpeRWy7qUaLhKDGI3X36xB\r\nynMYaKldGDy4H8K01st2RWQMsK4qXKCThlPNZzc2ChgSSPGv0pzrXIzwSWLS\r\nqy6Ok3tVmjpPeC6lxoWvMi0JG2bYvqfpJrau+uYnVnxg6i6uabajgmWrqfYc\r\nrhT1l6oEEpJbcfOks5wkZQ2gVI5cqz8+4HAORLlMc34aEWmXXVZaIr5tfgqx\r\nyqpmvbAuf+hMxb4pYWBNUREROG3jpeftunZ3Oh866Zvar1Su46vYY1ah3gBT\r\n4g0KV/nZdYkQRyCPbxe25ik4lHfYtI49t3rteBv0QSUdqKDMqR/HevYaF0UT\r\nvjjv3aTlQNC9vSR9Lhu9SEyBAiPBy9GspeJCdF+ZWbNmsUA8w0///UkPMc2j\r\ndWN0i9CzSwrz9qegEcgGpPywjzh9IEh3jZON93/6vFqSZwJAwVKgde1eMh1c\r\nFTBFmejlYX/H+zxZ1WshbH99fB86H7yhDaHR+PCPMJMHBVV5uz4E/YrN07+H\r\nzBkgGPZWdATciYwSedZe4E85haGu5DdkYqw=\r\n=rHxf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"7fb650f600b58e3edd597c278a09d56dde335c8d","scripts":{"lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"8.3.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"typescript":"^4.5.5","ast-module-types":"^3.0.0","node-source-walk":"^4.2.2","@typescript-eslint/typescript-estree":"^5.12.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^9.2.1","eslint":"^8.9.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_8.0.1_1645533529544_0.12380003629878611","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"detective-typescript","version":"9.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@9.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"57d674cec49ec775460ab975b5bcbb5c2d32ff8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-9.0.0.tgz","fileCount":3,"integrity":"sha512-lR78AugfUSBojwlSRZBeEqQ1l8LI7rbxOl1qTUnGLcjZQDjZmrZCb7R46rK8U8B5WzFvJrxa7fEBA8FoD/n5fA==","signatures":[{"sig":"MEYCIQD/eDmP4Jt6yejYklx9FeUk0EHnsnnSXoAxpZdW59f6eAIhAIrfDoHapM95W4Dy3K6SYQOz12AeOKSDvk2i1kHrfTPB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIMACACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+gxAAgICl1vETw8TOYyWxuJADKTdVCUwV3z35F1bkwue4HHNtRqAp\r\nRl0CTWN6OuZOA+oQkvkMJlsn8kpjwPm6ZKo6qQprrDjn7PsmYMvDXNrHSGJp\r\ncbjpi7/XslTXZbqbiN30EsGaKFgNHfrmi9OTDfAka7V2fKro8+D65W6SOJ5p\r\n7fAewHTMTK01meYlsy27K91Gsrk4iSJytiY1Q0Mc3otgcW96B+Ehpvl5XcqC\r\nME+iS1ENNsvH0qjRy9/BDc2yGij6nT7lIoYOBSDvuqYDZTTuk4sP7TZn69i2\r\nfwsO2EVQLU+8tdyGZliXuOzSx6xjRYzCtaUexZzwQXLWVQOlvo206kBwf0x8\r\nx0OfdoxoD/6/mj2B5KjuQ88Vu9Z3uzJtXPkx9VB8yTjKSwfK3s7iSoyHlYYG\r\nxkfD/oWWgPp2BWfWYN0Fd/AVY3D90n3TMg/4hrFLjDHJvhdXW7e60s5tCAtA\r\nsm/yq8EeUDNATAx/SkxN2xD9BGkWjhbMTQUzlEd8FI2EBpUg1bJ/ojA6ao32\r\ni5M0iIieUcZKWWgmXq3Qf1r1O52f5BR/JOsO6rfivFh5yRbiZJAgbOnF/mNF\r\n/Z7Y27UhCeuBK9QVGNjNWDah7acME3m+YCSehwxj2ClteWhnVo6HpVbwHQiZ\r\naNIKGUiw8xLxB4Q+71AxTfobxNz/1fqAV6Y=\r\n=OZ5A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"eb563d90a6446b18e888d00ea3dffbe0d376ccff","scripts":{"lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"8.3.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"16.14.0","dependencies":{"typescript":"^4.5.5","ast-module-types":"^3.0.0","node-source-walk":"^5.0.0","@typescript-eslint/typescript-estree":"^5.13.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","mocha":"^9.2.1","eslint":"^8.10.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_9.0.0_1646313474752_0.24850528426205498","host":"s3://npm-registry-packages"}},"9.1.0":{"name":"detective-typescript","version":"9.1.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@9.1.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"d409eadd1e98e1d2b64c9e188bfbf21e08ac4d1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-9.1.0.tgz","fileCount":3,"integrity":"sha512-sSO3OiJ1+h1A2SAu8SpuyOznZBS8BUWy9V6NIYR46t+1LjiCMQImYtRqBfZfU9SzAYv5q3oleenjVEEFwvFHSw==","signatures":[{"sig":"MEQCIAr03aEJjpGXulVhvyshmUkmTitFOoVfjVasTpKL34hVAiBultrhHsWXKnW4pbppHk2CrazemdqkHE0hLBWlktL0Ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFrtIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq6BAAg0NibBhGFm2d1Oy22MRA1Ivz5l2QCl42T1xz90G2mbst5Ryh\r\noVjkEIOxE5Spt+/bzCyZAHHzx7hEMGh5aCwZPDyLUrcfT07br2M4+WvbCQPe\r\nFGNFkP7LrqKmT76PETc3Yhje4asNYCq4HNrGWhXmBC/9hEL86LtGGHpY91/5\r\nVkoAD65d9PqPn71oX3GuAnyH0AB1X0FnzDLv8d8Z+bTka12KkeboWptA28O7\r\nu5cIqdr45pcJNvrPC04kf6HV0jYFMafi+ren9QK+0AtAgqa2nQu8xQyX635Q\r\n4UydKXDTXE7jRXXGgplRL1AvtSwhrHtfdP6HYTB+oZUmaOeBqukCqgjVt4kR\r\n6ljEweteKMixZY1vLgzRAQOgionybny3wOg9qnymnA0BEsvxWIUZeqGDEf8A\r\nMKc6NMWDZb5qNYo46hjpaN5X85UPnalE4tPOdL+Fth/y2Tm3l6oy3a4gZiUp\r\nImWCKsWE6iXYhG9C2J0qsa1N23doeb8FdhdsmfBEHU/CkWTg16ICChOCSNbe\r\nB2aOs4pWFA/Pl/m8jBvzByoBQoFUfq5VSwhg7GbAsLYM+4/2pMXDJRKuK2fM\r\nDWul1jXYiIZOZMUeuxbNjK7O5E0m2zZwg7boNTjywIdTxlJEar0QJDMwxo+W\r\nxyVPIio3+Xf8Zwz9EDy3A/UPyaT0GG1dWI4=\r\n=M5NJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"e8425ec598f5031eccb4f29c7e46d29a7d1eebde","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.15.0","dependencies":{"typescript":"^4.9.5","ast-module-types":"^3.0.0","node-source-walk":"^5.0.0","@typescript-eslint/typescript-estree":"^5.55.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^9.2.2","eslint":"^8.36.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_9.1.0_1679211335822_0.8326518025164753","host":"s3://npm-registry-packages"}},"9.1.1":{"name":"detective-typescript","version":"9.1.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@9.1.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"b99c0122cbb35b39de2c5f58447f1e93ac28c6d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-9.1.1.tgz","fileCount":3,"integrity":"sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA==","signatures":[{"sig":"MEUCIQCV8I4jGlvLS4jgUrK3DtcIlAVZvM4d4G+StHxizbuirgIgXtxVd0VG8hmCv/OyWCP7a568sHucD34DBmjvN1QzUtg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFr9bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJjhAAkjyf6V6Vv0GTlmMyAmcwGKolJy5jbAUN9Sxf6eNs5KJFPvPQ\r\nNZT7yml5B15doFxbVRfknQxNj2qd/bIuamTr/RZTV0Hro4DGqBDuUHYq8xLV\r\n4YRViNZhJ4R97GU1/pFPMpQx4CogBScJC0tWGPkGN9KDtHG9LfiE31ilCsue\r\ntYJiQkFD4A63ZsNcKdbIK6MGJa33t4XgoADw0Trm2Ig2eavOHgDgSfN/ShUY\r\nRjZkfheYr+Ol3DQ9BKDmi1In91Ukx63cxZ0T5dRgTKDOiAvB3KDQpgkn5Mj/\r\n0SfBv7/oNV1bApIkL1yCuvtwfuo/HX/tV6VXk1ceG1uRtYlJDLc9Q/h/vKtr\r\nszVJnvkr3KYPZ6fGgxzUJs9NFi7mmEzq1aPikKUcwxwHVFZXTRXsatYi4ZHE\r\ngN+tSh+1IN4If34mZ/PpAgg8Vs/gKs7tbwm+6CooIMUV+EVJwWkDyRDDKPor\r\nYHSW1JnLBeAeLF+pZESJwIU/uMKdX2CzYgH0K62NctbwC1KQXXt/qQZ0phQm\r\nkqTqShSQ1C589A4q35wK1TlhM4RzOoBecQ4wVse/KSawuZHJ0NoA9cHo2LPP\r\ns2Gy1fC+4FWZhd3j8bJQKjGFR+W/tUqxE81P4hm1kTL9G+eIeZoJH+q8eWeZ\r\nMy9OUwChNDSfeIbqUfx7xwy8akiFSw8Ayl4=\r\n=Bx+L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"161d62f4baae1a91207638f674226505bc06ab93","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.0","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.15.0","dependencies":{"typescript":"^4.9.5","ast-module-types":"^4.0.0","node-source-walk":"^5.0.1","@typescript-eslint/typescript-estree":"^5.55.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^9.2.2","eslint":"^8.36.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_9.1.1_1679212379030_0.565759284125936","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"detective-typescript","version":"10.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@10.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"dd41c04758cc8cdce9cfdc4714adff2c117f1c96","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-10.0.0.tgz","fileCount":3,"integrity":"sha512-1Y4Q96u93+LG3RBseA97ouX7LPYaB/QJNHwROTQiMTEZMff+p5VkquOI+RpRzDZCqo6IgyknMJELlrxNb9CQ1Q==","signatures":[{"sig":"MEUCIQC9D0v6Q+88MbKMW1kOtf3z2mINN007NomzBokr2EhdowIgSKIhSQQcH7aGCwV0CbmCZ3EVciMRUhoP8hQ5YT8S/ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPOXiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBCxAAg42oOZXlgYByDPr1v+wjOfni+nQ0nW8nDCrJ7KjTeSnOw5/C\r\nLmrIdT4BvullZBQfePXy4x2W5Il3KDC17n8vPwtO99fTVcBtGgerInsX7Z/e\r\njgcC5rl0ge8VImGRsiRlyB46KlXTTIG8bEGC52th5TJ6hRjsNwWh5jPXZXvo\r\n6PM3Uv2g3mhHraW8CQu2ojwu3D1sgvpK8QcROe4XK7aHaTx7Cc2BolY0zFuc\r\n9Q+MzHn16oHBmuzc5RxgXyF6DxjW8wPR8FHHLh0fAMzSShTZOIbbrj2Lb9ry\r\nPFmZC+S7bnc5N6lCsXvp1QKA0t2WqeW0sUthUOfFanP0/qOCX9YT75E+zCJ8\r\nA8cdm4I0Q/npbre6CCleOQpTDghrnkWdaVdX6G/iByAae50l5TtafrgubYSH\r\nU+1sWJN4mx/Vbc0K+D1Ge7iTuzmtDNCH7JjQyu5NRMiwc3GPlhzKT8p6LsJq\r\nn8pp7aVVM5A7cAyJ9ELyI7lgOsSaNgGnJsWYa5Q4qeP4scSp96DZVy4TsZZC\r\nRnQsz6xlH1NAJNlhbF8xZyKZoJTdMzaPAw+v4ZkqGZTbyNBS6lB6gdncIGRD\r\n+5DZrCtYFaNXJog5HsHV7Sib/FV3FjB11VXMhmOLyxwqYW5j+DE+SkZMTj/y\r\n/Z6NtAIr4imk5BaYegHKdvFZ9acZlagJyOo=\r\n=2Ij4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^12.20.0 || ^14.14.0 || >=16.0.0"},"gitHead":"39a16fc95b2ea90510941094a648447993770a5d","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"typescript":"^5.0.4","ast-module-types":"^4.0.0","node-source-walk":"^5.0.1","@typescript-eslint/typescript-estree":"^5.58.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^9.2.2","eslint":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_10.0.0_1681712610301_0.20788217672108522","host":"s3://npm-registry-packages"}},"11.0.0":{"name":"detective-typescript","version":"11.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@11.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"9545055cfa4e65f4961936e2be4cf080b4ba0a32","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-11.0.0.tgz","fileCount":3,"integrity":"sha512-b08rk/wIo+Pruxqv24Skfi1fkWKM8lgSli1NgPlUU24Fdlkjto+aSeLPNohIhkGRgQDPGUOHfHdX1xI/8n23bA==","signatures":[{"sig":"MEQCIFq0MxjhJmyQpem/lv3NUBOcht0jKv5lg6qJKc9WhONEAiA3trDaqQxoZpucl1sXZ8YVYR/kberaR0gNIJ1VtVUvHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVKrZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrosQ/7BonYXPh2u/makjwq4W4ty7deddJlx6nP99GrgUQGPQ10QKVn\r\nGF8bgG7aniJO3hiwmAloD8tEx9uNwXUv3vmeR+qW7xZRgaHsCilZQTEjWo72\r\nQWYRto+vusp+aEs6WVH12qaaLKPbzdl3oq58aLqEjefnNuJf9579FV372oH+\r\nOWc/t0LKDCy3iqiKMgGQxUeFk3dsB3nV+FL7zAmDztYowyAGLB9XzhAinNL0\r\nvNM7sjAb+1BTlyXoszoxxf7qY6mEIRMRzMDHbidnD/1luSGQwHuud584CZ0O\r\n/oXL+KgOtjy+yUW3SHZi5TGK9FxRzSQdSIx3CQNoQ5CXwWgtGEuWHt7ZKkHv\r\nI8wDCjtUWgZUdY4uz6OrE9agedy7APAQStVnmHcsNRwIL0M+0IuWEvqCevHf\r\n5r1Uz9Ox6XSsCxY+iTlL3rAVV5M+ZiA4gTmy/4zZSwlnfdSapQynlObNxRz+\r\nn1DFVDtQVZCNV0EejYW55wCtEUKBSi7ls8AGhXzYYz/Ep08RY02NWrQYsxtO\r\n0RWi5NJFpVpaRK5isHHu5A9wOmU96cty1Svexk75Y9o6IX2cqFYfhs3sKq1Z\r\nPOt1c9CxqltVQ8CM8j9oIBPO8HGp2YtetTEkR67jPK6WP/L8SQWTtqASuJ0T\r\nqg85pUGuAt+K851VynWRmwjSfiPrUTU6pfw=\r\n=M9Oh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"ca2f40f74c3c2abd25253f1eed339f6d9e475ccb","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"typescript":"^5.0.4","ast-module-types":"^5.0.0","node-source-walk":"^6.0.0","@typescript-eslint/typescript-estree":"^5.59.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^10.2.0","eslint":"^8.39.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_11.0.0_1683270361612_0.9708745563932915","host":"s3://npm-registry-packages"}},"11.0.1":{"name":"detective-typescript","version":"11.0.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@11.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"dist":{"shasum":"c3adb511ecc0cfdde7a2a6027b599f3e3da946bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-11.0.1.tgz","fileCount":3,"integrity":"sha512-pVCuFWdEAyHI16zO3NBWSAULV8pevSkX3gwK8w3y9RrBGUrig6wDvwv6vUpnu+HfOr0MDmjMkmJGNWaTb6+HkA==","signatures":[{"sig":"MEYCIQCvC13sNkoGCapdoHTqaqSC/z3VmOdX0FjHZ2vl9ciOYwIhAO1LSQHWeGefYLBBSJKFGnwkmxwTJfi+Vrh5quX/EDRI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5526},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"0a12edc674fb750404f141f81a0a7a04d31cec3c","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js test/test.js","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"typescript":"^5.0.4","ast-module-types":"^5.0.0","node-source-walk":"^6.0.0","@typescript-eslint/typescript-estree":"^5.59.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","mocha":"^10.2.0","eslint":"^8.40.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_11.0.1_1683555087458_0.6855373986385398","host":"s3://npm-registry-packages"}},"11.0.2":{"name":"detective-typescript","version":"11.0.2","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@11.0.2","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"4db6a8904195c8967e9110062f73b8d895abc1b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-11.0.2.tgz","fileCount":3,"integrity":"sha512-Ea21SmYU2kgF+oiD9TAN8vutouWmT/dmepYw7YBVBMRpL3ab/P3MYjMt53cwKeeFpvEoCgX3sqz9AmHNaDytgA==","signatures":[{"sig":"MEYCIQCV9ZM44QuB22krRpv1FKPKb0IqrCeQtsnmYHcZ7eUNegIhAJC+rj5hCibdatUFthc+/l3scNO6QDndlVghdSPXvwZZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6253},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"f960074cf2eaf99233b722a7e8a730459ba0252c","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"typescript":"^5.0.4","ast-module-types":"^5.0.0","node-source-walk":"^6.0.1","@typescript-eslint/typescript-estree":"^5.59.5"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_11.0.2_1683904131723_0.001766254656999644","host":"s3://npm-registry-packages"}},"11.1.0":{"name":"detective-typescript","version":"11.1.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@11.1.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"2deea5364cae1f0d9d3688bc596e662b049438cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-11.1.0.tgz","fileCount":3,"integrity":"sha512-Mq8egjnW2NSCkzEb/Az15/JnBI/Ryyl6Po0Y+0mABTFvOS6DAyUGRZqz1nyhu4QJmWWe0zaGs/ITIBeWkvCkGw==","signatures":[{"sig":"MEUCIQCZ23SbWfBqJFJT8da/YOEFvRxTQq3vBxiHipW1niLCHwIgKD78K82SbspRpElrvGcKDl5ZAlmAHYslYN/Y1FgL9BU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7333},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"16dde8a7d7ba53f942a8b1ef9bcf45b35bfa504f","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"18.16.0","dependencies":{"typescript":"^5.0.4","ast-module-types":"^5.0.0","node-source-walk":"^6.0.1","@typescript-eslint/typescript-estree":"^5.59.5"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_11.1.0_1683918435445_0.06768112127155113","host":"s3://npm-registry-packages"}},"11.2.0":{"name":"detective-typescript","version":"11.2.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@11.2.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"5b1450b518cb84b6cfb98ea72d5edd9660668e1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-11.2.0.tgz","fileCount":3,"integrity":"sha512-ARFxjzizOhPqs1fYC/2NMC3N4jrQ6HvVflnXBTRqNEqJuXwyKLRr9CrJwkRcV/SnZt1sNXgsF6FPm0x57Tq0rw==","signatures":[{"sig":"MEYCIQDEBSkoZEsPg1TEw/qJU4zdVR6kFI4bh0EulSt8pDDRCgIhAMVkPLQEIxffFxMlWt62TjomKBB9Jn5oibfBv4lEtiRA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7811},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"f124b75170a1cb9ab54147681c5604449e89f2a8","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"20.11.1","dependencies":{"typescript":"^5.4.4","ast-module-types":"^5.0.0","node-source-walk":"^6.0.2","@typescript-eslint/typescript-estree":"^5.62.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.54.2","mocha":"^10.4.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_11.2.0_1712676618840_0.15923791250725583","host":"s3://npm-registry-packages"}},"12.0.0":{"name":"detective-typescript","version":"12.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@12.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"3eaade748152a700660ddf727214628bfe36ef5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-12.0.0.tgz","fileCount":3,"integrity":"sha512-XM5Ih/OwFNLePynAJpVlzK3binroLQSv+FYdxDrxYO8ULAHaJKMvfa5MRgE0WU12OprgZkxp8oMOfL8JLDOVLQ==","signatures":[{"sig":"MEQCIGRXrhGAUU7rFgMVU6p6cN8HQcj5h0AJFWnEpyO26rYSAiBD0yY4fVeM+33upqPSG3x9sSwQd10NZMDujG8WtzFYMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7870},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"851b41eb2c67e6cc5870b8ed18cad01c255e199e","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"20.11.1","dependencies":{"typescript":"^5.4.4","ast-module-types":"^6.0.0","node-source-walk":"^7.0.0","@typescript-eslint/typescript-estree":"^7.6.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","mocha":"^10.4.0"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_12.0.0_1712676882333_0.7896465651073474","host":"s3://npm-registry-packages"}},"13.0.0":{"name":"detective-typescript","version":"13.0.0","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@13.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"41b391e77721b2872d70c96cc4d98261f9032353","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-13.0.0.tgz","fileCount":3,"integrity":"sha512-tcMYfiFWoUejSbvSblw90NDt76/4mNftYCX0SMnVRYzSXv8Fvo06hi4JOPdNvVNxRtCAKg3MJ3cBJh+ygEMH+A==","signatures":[{"sig":"MEQCIH6Q/Zh2KnBSmqTpA1GjZYLu1vpMC7WIaj/j4g7TrSA8AiAj1YKYN8iYqvOlDkrDUpZHhCBOxSRbh/MIdWca0wWFWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7937},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"418191f43783ff0d008bd538cdeb5aa0cc895274","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ast-module-types":"^6.0.0","node-source-walk":"^7.0.0","@typescript-eslint/typescript-estree":"^7.6.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","mocha":"^10.4.0","typescript":"^5.4.5"},"peerDependencies":{"typescript":"^5.4.4"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_13.0.0_1713095475853_0.17751068000562653","host":"s3://npm-registry-packages"}},"13.0.1":{"name":"detective-typescript","version":"13.0.1","keywords":["detective","typescript","dependencies","module","ast","import"],"author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"license":"MIT","_id":"detective-typescript@13.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"davidnet@gmail.com"}],"homepage":"https://github.com/dependents/detective-typescript","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["index.d.ts","test/fixtures/*"]},"dist":{"shasum":"37fab40671e2a372c7a7cb498f6b378c3785f431","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-13.0.1.tgz","fileCount":3,"integrity":"sha512-k+1EbJESP/PVA3G+Squsd7EjCoitCn3ZWdpl4ReWR8TyEfdF7AP7yMhlpbYXOw7i5VBFY2tOeOmKZD2XtsCpVQ==","signatures":[{"sig":"MEUCIQD3+lFsY8drFvTzgd/aahnwHQ3rKVvt/VNQRT98wAL1LQIgT4jQwvn3Gsy8KPrsjJ4cKXPj7Zx/RF2NVCU96nXykYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7991},"main":"index.js","engines":{"node":"^14.14.0 || >=16.0.0"},"gitHead":"833625491feeda4fadef3ffe0d537f4465fa95e4","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","watch":"npm run mocha -- -w","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/detective-typescript.git","type":"git"},"_npmVersion":"10.8.2","description":"Get the dependencies of a TypeScript module","directories":{},"_nodeVersion":"20.18.2","dependencies":{"ast-module-types":"^6.0.1","node-source-walk":"^7.0.1","@typescript-eslint/typescript-estree":"^7.18.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","mocha":"^11.1.0","typescript":"^5.7.3"},"peerDependencies":{"typescript":"^5.4.4"},"_npmOperationalInternal":{"tmp":"tmp/detective-typescript_13.0.1_1738416457898_0.10984956943449209","host":"s3://npm-registry-packages-npm-production"}},"14.0.0":{"name":"detective-typescript","version":"14.0.0","author":{"name":"Patrik Henningsson","email":"patrik.henningsson@gmail.com"},"description":"Get the dependencies of a TypeScript module","main":"index.js","scripts":{"lint":"xo","fix":"xo --fix","mocha":"mocha","test":"npm run lint && npm run mocha","test:ci":"c8 npm run mocha","watch":"npm run mocha -- -w"},"repository":{"type":"git","url":"git+https://github.com/dependents/detective-typescript.git"},"keywords":["detective","typescript","dependencies","module","ast","import"],"engines":{"node":">=18"},"license":"MIT","homepage":"https://github.com/dependents/detective-typescript","peerDependencies":{"typescript":"^5.4.4"},"dependencies":{"@typescript-eslint/typescript-estree":"^8.23.0","ast-module-types":"^6.0.1","node-source-walk":"^7.0.1"},"devDependencies":{"c8":"^10.1.3","mocha":"^11.1.0","typescript":"^5.7.3","xo":"^0.60.0"},"xo":{"space":true,"ignores":["index.d.ts","test/fixtures/*"],"rules":{"arrow-body-style":"off","capitalized-comments":"off","comma-dangle":["error","never"],"curly":["error","multi-line"],"operator-linebreak":["error","after"],"object-curly-spacing":["error","always"],"prefer-template":"error","space-before-function-paren":["error","never"],"unicorn/no-anonymous-default-export":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":"off"}},"_id":"detective-typescript@14.0.0","gitHead":"fb6654290929ceb33c2368105a6698bb15121754","bugs":{"url":"https://github.com/dependents/detective-typescript/issues"},"_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-pgN43/80MmWVSEi5LUuiVvO/0a9ss5V7fwVfrJ4QzAQRd3cwqU1SfWGXJFcNKUqoD5cS+uIovhw5t/0rSeC5Mw==","shasum":"3cf429652eb7d7d2be2c050ac47af957a559527d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/detective-typescript/-/detective-typescript-14.0.0.tgz","fileCount":3,"unpackedSize":7975,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCtVdFOL5nrGnliNac9Xrx1L7mVmJcDkRDpkZWb4IuIGQIgKxWp23xhCb7b0t0ADLRZyRJSjyCyfnGEC4ZZIwFr0bg="}]},"_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"},{"name":"anonymous","email":"davidnet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/detective-typescript_14.0.0_1738859051329_0.007558602648093382"},"_hasShrinkwrap":false}},"name":"detective-typescript","time":{"created":"2017-08-09T20:47:02.770Z","modified":"2025-02-06T16:24:11.667Z","1.0.0":"2017-08-09T20:47:02.770Z","1.0.1":"2017-08-21T10:47:29.985Z","2.0.0":"2018-01-05T21:41:56.042Z","3.0.0":"2018-08-29T08:11:29.335Z","4.0.0":"2018-09-06T08:44:40.078Z","4.1.0":"2018-09-17T07:25:16.723Z","4.1.1":"2018-09-19T13:00:58.723Z","4.1.2":"2018-12-24T14:44:53.593Z","5.0.0":"2019-01-04T07:50:28.095Z","5.1.0":"2019-01-16T07:56:42.409Z","5.1.1":"2019-03-14T08:03:00.483Z","5.2.0":"2019-05-02T06:38:51.355Z","5.3.0":"2019-05-27T08:32:20.966Z","5.4.0":"2019-07-04T08:48:06.207Z","5.5.0":"2019-08-13T12:49:02.722Z","5.6.0":"2019-10-15T14:53:15.982Z","5.6.1":"2019-10-15T15:01:02.782Z","5.7.0":"2019-11-11T18:18:35.677Z","5.8.0":"2020-05-07T03:48:33.899Z","6.0.0":"2020-12-07T08:22:17.493Z","7.0.0":"2021-01-27T13:58:24.435Z","7.0.1":"2022-02-19T15:08:06.473Z","7.0.2":"2022-02-19T15:11:49.520Z","8.0.0":"2022-02-21T13:33:44.144Z","8.0.1":"2022-02-22T12:38:49.667Z","9.0.0":"2022-03-03T13:17:54.846Z","9.1.0":"2023-03-19T07:35:35.981Z","9.1.1":"2023-03-19T07:52:59.165Z","10.0.0":"2023-04-17T06:23:30.385Z","11.0.0":"2023-05-05T07:06:01.762Z","11.0.1":"2023-05-08T14:11:27.632Z","11.0.2":"2023-05-12T15:08:51.899Z","11.1.0":"2023-05-12T19:07:15.631Z","11.2.0":"2024-04-09T15:30:18.991Z","12.0.0":"2024-04-09T15:34:42.468Z","13.0.0":"2024-04-14T11:51:16.002Z","13.0.1":"2025-02-01T13:27:38.078Z","14.0.0":"2025-02-06T16:24:11.496Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/detective-typescript"}