{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":["amd","module","lookup","alias"],"dist-tags":{"latest":"9.1.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"description":"Resolve aliased dependency paths using a RequireJS config","readme":"# module-lookup-amd\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-module-lookup-amd/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-module-lookup-amd/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/module-lookup-amd?logo=npm&logoColor=fff)](https://www.npmjs.com/package/module-lookup-amd)\n[![npm downloads](https://img.shields.io/npm/dm/module-lookup-amd)](https://www.npmjs.com/package/module-lookup-amd)\n\n> Resolve AMD dependency paths to an absolute path on the filesystem\n\nThis module takes in a partial and *synchronously* gives back its absolute path on the filesystem.\n\nI built this for [Dependents'](https://sublime.wbond.net/packages/Dependents) [jump to dependency](https://github.com/dependents/Dependents#jump-to-a-dependency) feature that lets you click on a module name\nand open the relevant file.\n\n```sh\nnpm install module-lookup-amd\n```\n\n## Usage\n\n```js\nconst lookup = require('module-lookup-amd');\n\nconst realPath = lookup({\n  partial: 'someModule',\n  filename: 'file/containing/partial',\n  directory: 'path/to/all/js/files', // optional\n  config: 'path/to/my/requirejs/config', // optional\n  fileSystem: {} // optional\n});\n```\n\n* `partial`: the dependency that you want to lookup\n* `filename`: the path of the file that contains the dependency (i.e., parent module)\n* `directory`: Used to resolve files if you're not using a requirejs config\n* `config`: the path to your RequireJS configuration file\n  * As an optimization, you can provide a pre-parsed config object (the contents of the RequireJS config in object form)\n  as `config`. You are then required to provide a `directory` argument which is assumed to be the location where your config would have been.\n* `fileSystem`: An alternative `fs` implementation to use for filesystem interactions. Defaults to Node.js's `fs` implementation if not supplied.\n\n## CLI\n\nAssumes a global `-g` installation\n\n```sh\nlookup-amd -c path/to/my/config.js -f path/to/file/containing/dependency -d path/containing/all/files my/dependency/name\n```\n\n## License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/dependents/node-module-lookup-amd.git"},"bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"license":"MIT","versions":{"0.0.0":{"name":"module-lookup-amd","version":"0.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@0.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"dist":{"shasum":"ddf016029d5add37bbccf6c2ba9d60109b08fc5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-0.0.0.tgz","integrity":"sha512-+V4ROG0Dyxw2uGlNFDOXghT+4HN557esRMyh9av/UyAV4Q+ee/VOmxH8EzgqU97L3gg1p8wEHpqGt6uYwT/pEg==","signatures":[{"sig":"MEUCIQC1QXv5ui0oXxseHdpA52uakMBbytRLo0UMU3lQmDsAnwIgSxp9kKpSzGsaY1GXujxOtb50nHHTX9wpluQvEVOrVwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"ddf016029d5add37bbccf6c2ba9d60109b08fc5e","gitHead":"6470093bc86514ceea7680318032c76422913215","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"1.4.14","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"dependencies":{"requirejs-config-file":"~2.0.0"},"devDependencies":{"mocha":"^1.21.4"}},"1.0.0":{"name":"module-lookup-amd","version":"1.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"dist":{"shasum":"8ee4a7bba6a17de41e6c71f7c4383434a50b1ae7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-1.0.0.tgz","integrity":"sha512-jMOzX+WYUvEgBIgQfQiNrDqpvBntOzKZmFoZDi5cvei2EdnenxmDEhnhQ30IlD2osJHlfOSyYXej0HJHzRIk5w==","signatures":[{"sig":"MEUCIQCg9RVJMI1OEKHPrzfGUlZ29I3K8GIBbICltk+d7twS9AIgCeLdNhR/pSfhpqteIb1PRGr9KIIACTufK6p1NhO8Dis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"8ee4a7bba6a17de41e6c71f7c4383434a50b1ae7","gitHead":"8460a79870f906176d15ea59d99977cf249e80fe","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"1.4.14","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"dependencies":{"requirejs-config-file":"~2.0.0"},"devDependencies":{"mocha":"^1.21.4"}},"2.0.0":{"name":"module-lookup-amd","version":"2.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"2cdd7532d77eb48ae6b9b540eb8312782de9a019","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.0.tgz","integrity":"sha512-enEb4BRlG+JjJ9RofV6POYn8Rkx3uya55tItDm6pzy+MDky+z9sLCEqQu0fJZTvql0apDSRo5K5a+sT1NEQ8Xw==","signatures":[{"sig":"MEUCIFMVrD0Ajpl9pqlvFdTya2GLOBoDUDhberwSKj2OANhNAiEApEN1rKHfw9lj3/kvfc+UjnnuN+qDv/KFsu3hzZzlZuI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"2cdd7532d77eb48ae6b9b540eb8312782de9a019","gitHead":"8e46aa8518fb949cc8b5cb659e6f7ab9b126893d","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"1.4.28","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"dependencies":{"commander":"~2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"mocha":"^1.21.4"}},"2.0.1":{"name":"module-lookup-amd","version":"2.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"c24124890335598174775c01a472f87d6468d0c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.1.tgz","integrity":"sha512-XJWduLPWVBteSn6Lt7UOLlnn54rRTcHf9FUgpcwImXOPeoxoin07V9M0Tn3DAPSHOs+v758LE9SfZQ54jmQPGA==","signatures":[{"sig":"MEYCIQCqbOcriDD9SfbD1kYsfWW5/jgwQET3IRDYGdqpbkgAxAIhALOFaJCgoqiYRUr9g1XMMPQUcOtQRONdLtXFJG4pzm6D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c24124890335598174775c01a472f87d6468d0c6","gitHead":"ba9e64fe8ec433b0879ed8376f6f68c0ad336806","scripts":{"test":"jscs -p airbnb index.js test bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"1.4.28","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"dependencies":{"commander":"~2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"mocha":"^1.21.4"}},"2.0.2":{"name":"module-lookup-amd","version":"2.0.2","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"5fbbd593db827686f7dd88af4d5703bdf66c0b22","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.2.tgz","integrity":"sha512-ULZQQcJ8k9FnwVxV9ane3PrGWanycM74+cdCeGzFpztumJ/IhOMHSgqjX7E0NG12FkVlg1wuwIwVnrP+5UzyMQ==","signatures":[{"sig":"MEYCIQDnF5FzYcL3lHYpjp0wNeLdl08PJ+D9HJw8igA3664d5wIhAP5eQXOi5npp2UM5cb6LOMp40qNxNlhpD3fIrT6cVstp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"5fbbd593db827686f7dd88af4d5703bdf66c0b22","gitHead":"91f8c21726851aa6adb272086880eba07b88bb53","scripts":{"test":"jscs -p airbnb index.js test bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"2.7.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"1.6.2","dependencies":{"commander":"^2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"^1.21.4"}},"2.0.3":{"name":"module-lookup-amd","version":"2.0.3","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"12e19baf26d517b2a73507699170391e5b2a1b96","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.3.tgz","integrity":"sha512-/0UMz6oCBFLWg4GGLMNN5v7j7mmyyePxoefvHJ2iCZ2NDLVEiG7+i62QaRft9Qi2tjenQ8u4aM9CoWN4bMR/Og==","signatures":[{"sig":"MEQCIDThY1PNu/CzQ65kuAK8gpCEiIoCrJGBtuDY+14+d/nRAiBz2kSwzZuLK5lOG4q/H2MOcglgowJDlZnveTHVXP8UYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"12e19baf26d517b2a73507699170391e5b2a1b96","gitHead":"2a583a518db79e10e938821f49cefcfb2fe282f5","scripts":{"test":"jscs -p airbnb index.js test bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"2.7.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"1.6.2","dependencies":{"commander":"^2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"^1.21.4","sinon":"~1.15.4","rewire":"~2.3.4"}},"2.0.4":{"name":"module-lookup-amd","version":"2.0.4","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"56a2e9ab2279ed97104fca13be4539f7228a2591","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.4.tgz","integrity":"sha512-0j8fHvdnOT3Kghh2ZWuu6ocpXgEPsRSSqlp43MRGEmFp5qhc0DCWhF0gdjSCC3kfXxfn1rGNKEbYbVjDWZYvbA==","signatures":[{"sig":"MEQCIBO+l1Cv+owLVItAcPiewxu2S4WyEE09IVy4y6bv6DWwAiBtafx9nZGFm0MExcB1OLcw3NC3GKmkFYmseHyh8KSk3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"56a2e9ab2279ed97104fca13be4539f7228a2591","gitHead":"fb7cc9cbac1c56d75a455afacdd3c694203de889","scripts":{"test":"jscs -p airbnb index.js test bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"2.7.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"1.6.2","dependencies":{"debug":"~2.2.0","commander":"^2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"^1.21.4","sinon":"~1.15.4","rewire":"~2.3.4"}},"2.0.5":{"name":"module-lookup-amd","version":"2.0.5","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@2.0.5","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"056d3c1e74c84f2cb43cea1bb361707d0f1de0fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-2.0.5.tgz","integrity":"sha512-slszfLwS96tts6GdYW4dlt5GqAS3/FOi9bC/UgMvqvY2hZmFncxZsKRKyLaAHGsjXy5ReeWoQ7QmQ4zPhbiwgg==","signatures":[{"sig":"MEUCIGEUbdj1hLyA6+GGvZ/wnqlXNYM99GuAx1J1gV1TXiuHAiEA22qb+Lni6HTDLGd/OF99WtNB6MR+vCy9tEmFji9eV68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"056d3c1e74c84f2cb43cea1bb361707d0f1de0fb","gitHead":"1d7875d5473f5c0465036e5b2714f70a967b5d46","scripts":{"test":"jscs -p airbnb index.js test bin && mocha"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"2.11.2","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"0.12.6","dependencies":{"debug":"~2.2.0","commander":"^2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"^1.21.4","sinon":"~1.15.4","rewire":"~2.3.4"}},"3.0.0":{"name":"module-lookup-amd","version":"3.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@3.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"4b835f6827ee65c00bd6eb5cba9a467e1cd2cf3c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-3.0.0.tgz","integrity":"sha512-Ja093v6hD2RKrHXX7XbD03Gl6l2YHwr/Phujt6mb5iWPZTWS/BXVHbDKp/zh57LIDTHvryii+6Bi04krlY/SJw==","signatures":[{"sig":"MEUCIQDBoTlhOK88HgNo9/D5g3wa/dRvPs8X+LSZgaF6AfoUXgIgWk6aCz0p6vmw94fUqorn//0ucEC9FD48N72NgCSzGmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"4b835f6827ee65c00bd6eb5cba9a467e1cd2cf3c","gitHead":"e1b01505a3be44cb796ee454846991dad682a7f4","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.8.0","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"0.12.6","dependencies":{"debug":"~2.2.0","commander":"^2.8.1","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-3.0.0.tgz_1462976962008_0.9437778096180409","host":"packages-16-east.internal.npmjs.com"}},"4.0.0":{"name":"module-lookup-amd","version":"4.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"4622d2245a5370aa5fef054e427352998725c224","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.0.tgz","integrity":"sha512-Onjmxhqy2Pvj7pG8n2dmtlLHeml5ER8E+k4VQCbJ0UKcxW0hY0U3v/V0G71qF2iVyzdDC+zlHVmhMX2w/26+9Q==","signatures":[{"sig":"MEQCIE3aKDJ+ri03BIaAMCjPLVki4TuEwOuCQHP6rrm6ec/+AiBc98GPSBHfVFm3LOjLj9v/6xOTRy0sX+8JfuH1m8YYkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"4622d2245a5370aa5fef054e427352998725c224","gitHead":"78eac916b41efc5bd181d7ef580460ab75144b25","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.8.0","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"0.12.6","dependencies":{"find":"0.2.6","debug":"~2.2.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.0.tgz_1464874127515_0.20965090882964432","host":"packages-12-west.internal.npmjs.com"}},"4.0.1":{"name":"module-lookup-amd","version":"4.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"16c05b409a96ea5409fe8bae98d0e1cace45a404","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.1.tgz","integrity":"sha512-cg0x9WmZ2RzVZJtEBbqzTWrDWOzLc14IhZ2bl12yzyHExkeJ6uIIFsBQbuB5TDtuN8d6E0KPAyaf3a9y+vKtWw==","signatures":[{"sig":"MEYCIQDSv7FcElWZrAdHp+zV94hVIeyCXL8V3WTZCaMQe4r9ZgIhAPCaonmEyPO1bVQayt7cgavgp3+VHt/DiMhjT/0Mb22t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"16c05b409a96ea5409fe8bae98d0e1cace45a404","gitHead":"51e4f4125f87ef6e0dd97a4a543d5950dda16509","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.8.0","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"0.12.6","dependencies":{"find":"0.2.6","debug":"~2.2.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.1.tgz_1465006636683_0.8676550954114646","host":"packages-12-west.internal.npmjs.com"}},"4.0.2":{"name":"module-lookup-amd","version":"4.0.2","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"c987ce627cfc064fb384fc138701c4ba12531e49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.2.tgz","integrity":"sha512-pa8GQlCkIHcChzLxygqULsFUUqk9eXu/hxVBfJwpbpCYrNz0+xcNopLYVr/PYEIPrM3xSWGAkTzGAuQcxfPciw==","signatures":[{"sig":"MEYCIQCJRSfT+iJm9Sg4gPVoFmvYaZT4f4KIvP7r0afdA4d5iQIhAPrWrF+SOZhFRMt07MRyFq6ayvdHlI8oA6p3N62pUG0O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c987ce627cfc064fb384fc138701c4ba12531e49","gitHead":"9baec9eb3f9d2da556fb2837760637462b05dac5","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.8.0","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"0.12.6","dependencies":{"find":"0.2.6","debug":"~2.2.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.2.tgz_1465865469050_0.1502918538171798","host":"packages-12-west.internal.npmjs.com"}},"4.0.3":{"name":"module-lookup-amd","version":"4.0.3","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"ba97f4ee4e9f61cd5dd8d56aa6de61348a48d91b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.3.tgz","integrity":"sha512-sSVj5Vn03UlgkiN7aOI/omX9ui8jlC5t1zcra8yfGVj3LAYCsoF2nZPD1O0YnfPSXaI7MM6vkPyuhk8TJ0Wneg==","signatures":[{"sig":"MEQCIHyLbiBfc3i2C6vrAwKroWKFKvcxTSbUohlYSYBNCFs4AiBhE8Xy+avIIsvPQ7iPmw8nukGojr7s+rtII16fWfsRmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"ba97f4ee4e9f61cd5dd8d56aa6de61348a48d91b","gitHead":"5f53f4cccd44f631395999ab98c9999ab36d1acf","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"2.15.5","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"4.4.5","dependencies":{"find":"0.2.6","debug":"~2.2.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.3.tgz_1468590105184_0.9776096155401319","host":"packages-16-east.internal.npmjs.com"}},"4.0.4":{"name":"module-lookup-amd","version":"4.0.4","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"69295dbee9861632c650b636e6a490cc78a0a799","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.4.tgz","integrity":"sha512-PAZESx8ppOhZ8c8cWdDwm9cM6+9ypMJrxEgw3ls4FabVQZ4iDLZedcwR/I3yML4EO8sbrgKneK0db6ZH9Eh9hA==","signatures":[{"sig":"MEUCIFFMTgT3+6Os2y3eXIrUs3vdCNExolX2/ZynuAG/zA5FAiEAgms/UTbE0OIYJlB0QWOizOEmv6oAlo3yC/kiW+q9aK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"69295dbee9861632c650b636e6a490cc78a0a799","gitHead":"5b504efe3ad894cc3a99730d2c5f12a4292e060f","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.10.8","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"6.8.1","dependencies":{"find":"0.2.6","debug":"~2.2.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.4.tgz_1493476465627_0.44541280739940703","host":"packages-18-east.internal.npmjs.com"}},"4.0.5":{"name":"module-lookup-amd","version":"4.0.5","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@4.0.5","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"58e353f9dc01ecec057b1ccdd00ed059484acca5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-4.0.5.tgz","integrity":"sha512-0KAIfQo6mLeNLGtMzXyuD723cuINZmQ5n7Cl/1H8CPKj4sgYOCk/WZA3/810LwgIqaKML0uODkBPjz3WExKRsg==","signatures":[{"sig":"MEUCIHGcY46Fcp9iongFjdTDnRKaox8KgaGTFXZlF+IaxnYvAiEA/KJ8ITgQBfvqceU9Y5VE+gFHggs0xZVCLSEavCdQj8o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"58e353f9dc01ecec057b1ccdd00ed059484acca5","gitHead":"a803fb86b5862bc13bd15ebaf1c9f022444cae55","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"3.10.8","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"6.8.1","dependencies":{"find":"0.2.6","debug":"^3.1.0","commander":"^2.8.1","requirejs":"~2.2.0","file-exists":"~1.0.0","requirejs-config-file":"~2.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"~2.4.5","sinon":"~1.15.4","rewire":"~2.3.4","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-4.0.5.tgz_1506736167100_0.07821626868098974","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"module-lookup-amd","version":"5.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@5.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"76658ab6162cbe9080ba406719524832400afd01","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-5.0.0.tgz","integrity":"sha512-DZgEX4WmsKlDr1H48op/hnKd57bmF95KXlJWZM5QbYYW+LVmyO9jp35iiAhyjiQXcwTImcZm67Q31jAbJX4TxQ==","signatures":[{"sig":"MEQCIEYzV9OQoURHuA26szvLTcRRlCFqVuGerbyOn2YHTW5BAiAoSgWaLwg1FrLLMac+TZzt6RZ9elBQcjsCFiyu7UaFCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">=4.0.0"},"gitHead":"ec9a3cc626ddf9b20e7f75c3e1f3eba23f885843","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"5.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.9.3","dependencies":{"find":"^0.2.8","debug":"^3.1.0","commander":"^2.8.1","requirejs":"^2.3.5","file-exists":"^2.0.0","requirejs-config-file":"^3.0.0"},"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"^4.1.0","sinon":"^4.1.3","rewire":"^3.0.2","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd-5.0.0.tgz_1515350721054_0.35148538858629763","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"module-lookup-amd","version":"5.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@5.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"7ed9c6a81a0c3317df0649e9f89877c9531594e0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-5.0.1.tgz","fileCount":4,"integrity":"sha512-rmljyiMrPqEfeOD1myMULVgnv1pRUqq1Dv/Xn0f9g36wCDWvqj07arG0fCEbKqU1sYFXptnaC1o+0oR7JpwOtg==","signatures":[{"sig":"MEYCIQDq+Gvmt1jeGJ8g5ejQFM4UZzLk1G2HO9UgpCse067NOgIhALB7OayXMcwIJaIaB7hniioRv08fPnUfrICLVULWh8Nr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8204},"main":"index.js","engines":{"node":">=4.0.0"},"gitHead":"7e874015d87cf8b2e84e99bbbde996344ece87e8","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"5.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.9.3","dependencies":{"find":"^0.2.8","debug":"^3.1.0","commander":"^2.8.1","requirejs":"^2.3.5","file-exists":"^2.0.0","requirejs-config-file":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"^4.1.0","sinon":"^4.1.3","rewire":"^3.0.2","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_5.0.1_1518998520594_0.38563577170888585","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"module-lookup-amd","version":"5.0.2","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@5.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"c3e21c54f6d848da051a182ee117683ad47642eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-5.0.2.tgz","fileCount":4,"integrity":"sha512-lOyf83SGq+gE0ElfuyCVFqpl9NqKFxfz7Yj+1crSmf7ozAHEkWIqeDTT4z1+2VOXYhxLcXCJF1XFpWU7y1KtaA==","signatures":[{"sig":"MEYCIQC6tiZyCM9Mo6RvGrO3sIBy5/tmPZxnPcyaohtnM5pEiAIhAI6MShSyRLxTC9pWK6bwAzeYKLGxpOCDbLlrvBPlRJne","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEHWdCRA9TVsSAnZWagAACbsP/RtOPzZgQNRi9Al1Io5p\nocB3b6wllkLaittr1n4xYGwa9mKUe0YeLyrqqZESt2NG5zWmC8bWBfYq6l0s\nL7HFhdUM6AD3swBHzP58YviD3LHdcOovz2p2iDa/fnHbxa0Zbqdr3nWKmdTK\nQxRVuhqC+424dKcbkjGTygGBdR3E3nkVHaE4TpXyutn3kl+UHStD5MOFgNuD\nX78KpXyXR04bibvUCfNyKc/B05Wz7w7hWhLl1YqQVDSIEwLJfYX9rrtTOaPp\naJpGQxohYrKyXLxrpa9mKWM5z0kUFGzLGqmmB14+gF26YZC7NFSU4Iedhr16\nubdnnrtde63pu9GWW9qI2ZQiPi52W0quSnJL6Wcuay40zIh3Egi+T6/8X4GV\nzJwMl+/kDd+dC1BvrJFekKUYn9HZtEwCcnHUlIe4sxW1rf/4B5Dj1MhxlT/W\n3ZBLVJr2ngRiA/+DmUpaNvi4mh3v2wafq0+L5GpK751vO3+8iOuiILv+gM/T\n2Nvg3mMx9z58r/0jgppmN9ftsUBlQx0l1DqYUhcCz8qGtevzf7QSPA6diECN\nD3bgg4iKJRAHZvIrLXvceXzP2C8W83jwwVfr72kC873TsucDujwpDNorF+1U\nOiTfaZFshIBXgs9GtJapGulXu1cvU9j1lV7FWDkldJ8BPbdFdoqgq9+iuCtT\n2+43\r\n=LmCj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=4.0.0"},"gitHead":"95d303511ad875c2e82d73ebd387e9981a1527fe","scripts":{"test":"jscs index.js test bin && ./node_modules/.bin/mocha --compilers js:babel/register test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.4.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.12.0","dependencies":{"find":"^0.2.8","debug":"^3.1.0","commander":"^2.8.1","requirejs":"^2.3.5","file-exists":"^2.0.0","requirejs-config-file":"3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","babel":"~5.8.38","mocha":"^4.1.0","sinon":"^4.1.3","rewire":"^3.0.2","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_5.0.2_1544582557274_0.08809411961261415","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"module-lookup-amd","version":"6.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@6.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"bdcc09443b1b76447c7e9f2b57d136a8caf0e7ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-6.0.0.tgz","fileCount":4,"integrity":"sha512-vvWVoMfTjRXKVOMXxqmimAzBWw7BA8BVPjbfrwsSOsUMSQ5RPcajd7FWBVcKyxBwzXbjvvNd5W1iZUU7YXqwnA==","signatures":[{"sig":"MEUCIQCXaAorTZ2zOOB5Wv5K/5i6pBdJHdN1oOPwmuugnYPCXwIgLs/ulktmACbX6ZNXDPpU9oSiPwRglX4GWU0PcLtqdZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcE8iYCRA9TVsSAnZWagAAhTsP/1y2N1GHJZJuYnb+FREZ\nUPPJ9b9LU2tgQqr/Qf2SVKnnVB1ldW2V69Nu1fqmFFKRqM/t235/JE6jeMzo\nDZjkffwCBA03k0qMhZFNYQ2eccDblIY5H/XyACzBATp//kfq786UEEpvkfTo\nn2oUEKcwSuY4hXF/ktrBur4uXI85SiY2Te2N3MEuH0x/2yjcbuC8D11KOZfe\nVehNqFG5wNzqoPtYN9SXUR/Q/RPXNuxYO2AGehIR+qg31IAmJMpa18ph5dR3\nQdccpWT1qxU/IkgFCTGPRuG7Ek3on6JDiwTcyUJRsYm6wff0zjlnqDT8vNZJ\nnltZ/7tIqK4ieTc/aKmtP5KiNCAT8GKKUQ93ySMmMuv2oZ5tkxUMOHynTRKt\nuy1ZoJ5KcZ39bkmeKQzUEbnvgbpvu7vIq+IPEelV3t5yfzNA8e7754bUghLT\nMr+iI1RbliVQMhR+EhhsxwyO/8aWHif1aIgrDClw30n9dK+nUslArHPf3B1V\npmgiJ/qZ/lebu3VrRhpqg4We5bEpC6xettS2RjLBPF3seNITt85FKjWtCZuR\nx/UI14vGxNE5+jsir5StNs4umQTOsqW+ozFAFZBAPJ7ucQwUzNGgm3t8EbUi\nVX4CpMilrEBIOMj//Y+PC8jyeAn1yFbHymguOhnMgOMnMhkUJSoTsE/SAEvF\np2vE\r\n=WN6d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0.0"},"gitHead":"80225a3f496b2bbedfa0667a12d4586239c81aac","scripts":{"test":"jscs index.js test bin && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.4.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.12.0","dependencies":{"find":"^0.2.8","debug":"^4.1.0","commander":"^2.8.1","requirejs":"^2.3.5","file-exists":"^5.0.1","requirejs-config-file":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","mocha":"^5.2.0","sinon":"^7.2.0","rewire":"^4.0.1","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_6.0.0_1544800408126_0.5621542149977403","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"module-lookup-amd","version":"6.1.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@6.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"0bb7ac446cc9e9f19df55115634d8862d2a5acad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-6.1.0.tgz","fileCount":4,"integrity":"sha512-XHfR+eeiqsdZgkxIgWg9r2OHyk1QAjJKYCJWv6LJw1mY+lm0LVsftyike3pqlPivsqImiR6f7NBMhgMKnbdtiw==","signatures":[{"sig":"MEQCIEAAqR92KFMfAygF22Tt7gUgUypnSN9+W0vEQHNWiSwEAiBWRwcaQHAvukcd2MNyIwFKDzwfEkzZJ4/LUbCx2IEsMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFpaOCRA9TVsSAnZWagAAuFEP/is1qvKG3VikD5UMbcRT\n348QHrRO5+l/xZnO7IRQEc5qYpgrlKYfQhq9LiEqbaFBPq+sDlTOF3/kgHMx\nr+QQP1wKLk3Ki5yJB6/Iy7F284N93JWgRWKyc7gkzqZRTPBuR2ksrJFDzbt9\nbWi0NNFWYwnpGSlJFN6XflBVQXxyje3sfJY+i0xPUZHLLeuLgbZonybpPqW6\nHN8RRdjaykfcV2LOHGy6ISpyNbTqbWS7zbvWGu17lc28gy9bdntmQ/1SiahB\n7MTX2x0cfwKlsB860/jm7uPD7HEVzUbdk2m/D7H5rVpOsG2Qze3J74OuhZc3\nYDuJW5836WdeSn53iMli7YRarLkamOa+JYByKjy7wXzhPNaJFQKojnv/Jevd\nufBebK+edtR7Wvp/AdxaVUKdSPY9XgqhKU0V54D/ImZk5sYgsxdsHqaY6VdU\nJMNQ75wq8QcCntMT1JtOioDeVkL15o8zGkb9Au/Zi2aPpAixTKKDjtNRGzLi\nan7d1POeLgLejYS3wc49cgyF+4UPW2Veqn1aWdWCElyTsLggWAsIqT86ZYIT\nZJI7UVFHlhgR0KV9Kvf8w9xE2k3onj8TL8/IgHnw+EVMt6wvvd8CNcvwSyhz\n/yVhwsHzHC9ZWCaIToHmgix26xBl8eaO2YyUXFb33/pDBc8gbdmobf5CAvsf\nd3gk\r\n=PEw+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0.0"},"gitHead":"ef728b67076b5ef7ebb445c3b21b6d3607bb6d6d","scripts":{"test":"jscs index.js test bin && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.4.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.12.0","dependencies":{"find":"^0.2.8","debug":"^4.1.0","commander":"^2.8.1","requirejs":"^2.3.5","file-exists":"^5.0.1","requirejs-config-file":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","mocha":"^5.2.0","sinon":"^7.2.0","rewire":"^4.0.1","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_6.1.0_1544984206443_0.35373794541388226","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"module-lookup-amd","version":"6.2.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@6.2.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"70600008b3f26630fde9ef9ae6165ac69de6ecbb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-6.2.0.tgz","fileCount":4,"integrity":"sha512-uxHCj5Pw9psZiC1znjU2qPsubt6haCSsN9m7xmIdoTciEgfxUkE1vhtDvjHPuOXEZrVJhjKgkmkP+w73rRuelQ==","signatures":[{"sig":"MEQCIHTGoUhYCohzcUpi4JbVdF9oy9cv4Nbt9PisWrOIPiJtAiBNPBBj2DRLEBhdreywAaSrPVNGZo7wKlQGIHT8iN6LBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckM8XCRA9TVsSAnZWagAA/7gP/jKbLo2R1dHL9nVvWGWQ\nbvm+9ISEE02q02/tD3GB267pCv/bn3/4zwbAEyjyRK2hwKOKFrnb3QEF+N7p\nVaDX3wdY0gnCT4MEYNLys7PdwA5MpUohtiRIll6deUfZKWXWxRwVJZGZywjU\nl+vkEmWKi2Id6qOlI8voq1kxkObaJBlBIk3AabAcbJ+paOqWavgDI6iqtcLy\nJGDeXlUFTTfx3qKwVgHRbkstPCCjfQ8fn8KUnQqLXm745ToirsSFzFXuNLfK\ndN+RKHKbxcv4DM1cwCVvDprmS4VnizkPSWtGjrRV+yOgRrKUYGF+fPJHg9hX\nDrBHL3m68HU3Os3SAcFUBV7YHkugCTQJri68ZQ9KzSjqzKZ0nYoE5F/BwOKb\n0oka6IHryo76/jUsUnEXu7HKBQWYmybg6Ijtz7V+n5JCR7e7RMeVeSs90IUS\nqJ6u+EsoYlsW1i+vt0epJJ3awihrqXf8SnUNzTIL8o3/t8hfk2keCJ3lPcnI\nDcINhTefIp5GC0IkM87W5IZGrtb1X55QkdHfKYbR3zCwZ3bGWWU+uEvOlsaS\nHjtwHAeQsuPBZsk2zr3GBpN1V4HhvqGXk/uKof7QvBfcqZ2sGSpSzK01OBIK\nMxAnuQvYelQe2H9p70T3aPh2N5i9vgDpOAWLZkM9J67Se+NloHq6IlFx48kc\n9rTf\r\n=fyfo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0.0"},"gitHead":"ee327285fb8e7d20a164e43b6eb5d740887ae4be","scripts":{"test":"jscs index.js test bin && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.4.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.12.0","dependencies":{"find":"^0.3.0","debug":"^4.1.0","commander":"^2.8.1","requirejs":"^2.3.5","requirejs-config-file":"^3.1.1","file-exists-dazinatorfork":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","mocha":"^5.2.0","sinon":"^7.2.0","rewire":"^4.0.1","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_6.2.0_1552994071221_0.7126731943409066","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"module-lookup-amd","version":"7.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@7.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"7c8334b29e63447aaae39151f2b4429d95ba1b43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-7.0.0.tgz","fileCount":4,"integrity":"sha512-6JZoUlgKmpLl6E4Q3AOPhrz368Y7CKJ771tqHRECGLaYGzjJDvuKUfznoJ68DsDT9LfgcfiLhiL/Vteqnr4tdw==","signatures":[{"sig":"MEQCIEpqCYMjZpr3vqG8yNhPaDfJl3X0rLr4bb7KT3dQosRQAiBbuP4Do2G0O9mxeWNBxnGVZN1+Anr/SwttUxGUfJ2omQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfw8qbCRA9TVsSAnZWagAAIXMP/RQh6tTEMIU6GDsXn/5n\nHTcNxn9K0LZrZGRlcNUu5umA4uKKLcc8gQQnIGqrgASUSVG7Twm3Vwzcmb8t\nC7PNvY+ORCoj+arfgV9w2hXDPPE3iLyHVwGuxa6b3R2bK88HVsUVNzm3c0mV\ncXE7CWRyaOnwu26XoUlYG0QNinKsXV3PZbulkEOlXajlX01M+flwBDuo/iPU\nV+wG5ZjQs9ugeJ5cG/DtS5Yvne28cKIwUFTIeYBnBN4xHTQw21e3ZkNA84Nc\n8qUcGDvs/ccial3eX7vsQhGMyiLuLGfOyiI1GuX6ZOG/axeIh9aoI3BQ1kJV\nYm508OS4CDTkhKof6QgSSiK+Knn1mMQGVeryR6sC//h/+p9VI1lqFj4vboyF\n5q5dBV4WtJvA05UFR6j0Th9PVIeSC15c7BSYqTQILFLF2magYCvKR0iJHPv6\nUF2xLyJgRWjoheaqv8byEeIQlaL6Q6L/+LG0ffrDOxLkf2JdQIsOIj+MNXBq\nYJlg/cMH5TcIZy2GrGz0qPE4ce9wpXThrMdba1q/QvdzD8+GN/2e+KXNr7S/\nJpTpirzd88fEU0Uf8NmldxKB7JTfDGCm2i3OFLFOBwX4JgqMb5Xo9O/AAtP4\nf9alwtsn8rgTIPtve/qrXj6r0mjBvqyXWczlrTRU+p6c/jW1IkRm+k9OZZ6R\nwiFl\r\n=D+cr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10.13.0"},"gitHead":"7d3b7a4234a742f13b2007e9f82de2d48f30290b","scripts":{"test":"jscs index.js test bin && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.4.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"8.12.0","dependencies":{"find":"^0.3.0","debug":"^4.1.0","commander":"^2.8.1","requirejs":"^2.3.5","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","mocha":"^8.2.1","sinon":"^9.2.1","jscs-preset-mrjoelkemp":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_7.0.0_1606666907201_0.15669419707126564","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"module-lookup-amd","version":"7.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@7.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-module-lookup-amd","bugs":{"url":"https://github.com/mrjoelkemp/node-module-lookup-amd/issues"},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"d67c1a93f2ff8e38b8774b99a638e9a4395774b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-7.0.1.tgz","fileCount":4,"integrity":"sha512-w9mCNlj0S8qviuHzpakaLVc+/7q50jl9a/kmJ/n8bmXQZgDPkQHnPBb8MUOYh3WpAYkXuNc2c+khsozhIp/amQ==","signatures":[{"sig":"MEQCIDJmbfYIx7MsGB+1/XYohB2U7eYm2kjR84oxHR498N1wAiBm7E7E1Y8lRgWbJWplfoCJp6f3YOvU937VRJZsbl4j7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4NMjCRA9TVsSAnZWagAAG1oP/01SzimK3+U86dEGbtl2\nNos2R/IIqxupLUjIcsIcXP1v0jAtsvLAy/I18fs+WBjfFhbIAxvapQ7yMSXp\nl0ZiUw39FGHFCGSAbtPBvN8JAkPWsStvfC/r2yl9VkXsGA6loqR9lQVVtmkR\nW/kG29gXNtYs5pKr50o9hPaGsWs7uY7dOWPXiCleV4DMQmWbRdUKBaw9cV4n\nNBUy7ig+wQHmR3B9k3s3r4WSi216ODbncrxqa6d7FfwHuYOxwbmC/vrEuIAu\nWskamWi/JYDkVH8kANqX+EqQ07AnRJaww1smqJ2GCFWyRyXSr1+3bH1JU8XF\nREcxPpY+89PZH0X0xUkM99zarq4mFlrL/EujBthGKHqnAHNLD5T6ohwtX+vg\nf2qykh3qtw7dYRLKepZE/7TvfgCr2cNJJGecVJ+nixiJc0jq4ZGIlQ+Mj+6g\nMIUodMTtp01q9x/U68xGnzhVrA5ojTOloYYux862cIEPF+Yk/YgqeRvnhqwx\na4eJMT2YeanLN1veizRRCsNYdpybtBC91vZslrWL6MzQgyx6S6GvL5nKcmpu\naAswNA232i349OluxBTBTT0LypwJEJFGWKDbV6XkFWE5CKIhEdaormLhn5Au\ntdZDzEmtT0A8MQ9KBe6EgOf5uL5aFaRve8gHasbvwRx3un0k9Une6FakBJzu\nJLlZ\r\n=4tmX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=10.13.0"},"gitHead":"61983798142e8cd27ad4e5c5bd16dbe9d7ee1bfe","scripts":{"test":"jscs index.js test bin && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-module-lookup-amd.git","type":"git"},"_npmVersion":"6.14.9","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"14.15.2","dependencies":{"glob":"^7.1.6","debug":"^4.1.0","commander":"^2.8.1","requirejs":"^2.3.5","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","mocha":"^8.2.1","sinon":"^9.2.1","jscs-preset-mrjoelkemp":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_7.0.1_1608569635263_0.27981532829035705","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"module-lookup-amd","version":"8.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",6],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-string-slice":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"493a1a1c999272510ac056595b1430fbdbcb138d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.0.tgz","fileCount":5,"integrity":"sha512-DKjSZBQJwlAwcRabZGtGqVgEo6ACSAHPxTrdPyNQ+2z9BfM4zmStSyH0ghgQEOcoiZRW4Qxjz6CP6uuE6Bd+3w==","signatures":[{"sig":"MEYCIQC1KZMBdYoDi2iud3EWhAr13MxIwh8pPWjxEnChvRCzjQIhAPvpuPKy2M8p2HuJCmgwWX3szdqZzLX1jqiZ5iQ7qPqG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR3q5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqepQ/6A5M0JjraT2vYEsye9vuzrgGNHJMdP3VSYC0fIMv+D/vBPw3I\r\nUTfqLP/37fDClBuw4l2PS3oylxzR08BrXVkVNPhOGUFepVSKFMooWEaXootx\r\noIzT/DFfXqSGlWg0MTHuezzzdS8DUj5h8InBRUJWvNVUuO7OExBwqUoYz+J9\r\nnVomG8hNrMrMe1UOA5eZJI/0JQnnY9coNK0s6F6y1daGkAEOhoaugYoJ84zY\r\nfN2aaNv8cu5CTsGhCFuFeZbqGMpJd5sVPyknUSFgzY7ZXlQZ56gybmKo5hKR\r\nNUrANvM6bjw+32v+3wvL/egyrwLU3kT0gX2S3VrgbFI8Avy/f/KSZBdwut6r\r\n1PGb5NAtbs57ulhyCQmv2BI+2nQv0VNlxPnxil95PVQgE6A6fyo2pT7ejUgD\r\nmKpTXaJXyV7x8GaxsRcfxPmpDPVPCym/qeRHUhH8MAiBsCLJHNEd4ynSF0wU\r\nhZh+2VSRWTJgvwr1cOvfGCogYHxB5Tu+OrPD+cR/Qi16ViIOd6GnPwSNnTiU\r\n5Y+omvHmAy09vai9cjxWDHVes+6x5Bj+7dqkomqyUwNOURkG/NLjS6toLndv\r\n82jBz7A9RjnLb9aO0CpnjVWC3z7mMvNvPTwGS3fdrQSxoN1+tuRgXsFjXsnd\r\nsxNVIYelBQRl9PBIMVTkswiDvpYKXF2BH9w=\r\n=ZoD+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"4dc95a783fab138f4ed4fe1f8457d07eaae576b3","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^9.5.0","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.1","mocha":"^10.2.0","sinon":"^15.0.4"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.0_1682406073524_0.5229994877166333","host":"s3://npm-registry-packages"}},"8.0.1":{"name":"module-lookup-amd","version":"8.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",6],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"e07ab3bab342b37aeb609e5f151cd83b6708f568","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.1.tgz","fileCount":5,"integrity":"sha512-PtZBxAsfoGfiHEQ6Ij2CvHNThrjPCd7jsYGUCdA6nk3BKTufLG8NCvkU9uxwUA9EjxSLQTTdlqHqMYej8b5IxQ==","signatures":[{"sig":"MEUCIGWcPSoLpThaHXfII4Pqys7mqzgINlLBEGszCJduvIUnAiEA49jun4/C3LFe61GwlFuurD9lJXTlZ6hv7nZSqhZSyIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSBIWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQmg//aTZGQAVoA5WxoagE6z5mL+rgYD9dXQud812RtufpjWBEq6yQ\r\nJOS6+06TZqI/3sI0eVtX8o5HaONAY0QUQCmj0A9V8PewST4GaIdvJzrqWixy\r\nhwBs9m2/xyvKmAvqcRqZWdH6nl5wTPzqtiIHacbOH9RMhl/vWXK4sk2KeI9y\r\nyNoh5SIfP6Qjnf4aviFdZgF8uOPDTqqXyX/wPPUgF7tD+hHADZWAd2plKCgb\r\nkK/jfQBjrv9C5jb+0NBPRzxA9ycYTk5xe+BIyM+zgE1zjZFx5j/0RA+scUYY\r\ngJcn6nyTQsVZB4BkANncPR8Dln7HRSEerZax6sl4/1fp/osd/7sXDyiib3f+\r\n8p01GA6cPdMhqd81WGMKRlR4e6FBJlxB21lamoD+NBzJdQHSDZXWQFN6V4PW\r\niJ/k2in3UNtntUqbmMH9yAnHUXrPxLp4grtu1W3TFIGOxwNjGyuwjfq+PpkV\r\nD6NJTdvvRe3V1J4Y+XHV7CPleVTdNil3cFcLlykeD2MCxHcohhCziLFc+fzZ\r\nHTtUTv8EDsp0Y8bKzZ6LU5AAPL7gTDB9H2p1kB4VU8Bg/8fxAeAEZJWMv7CL\r\nm5Y2iqa0KqEubcTCdK+Tg1Wz207quN+QnvvZJgBBYJEpbDdjJhmwZgo2Lev5\r\nN9W2XOgt0UsBYAWPTZBfoj2uUsWS0lDOUd0=\r\n=vB2p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"6fa18974204f7ddda19f9516e7b341ed134eeab1","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^9.5.0","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.1","mocha":"^10.2.0","sinon":"^15.0.4"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.1_1682444822414_0.8786719126994882","host":"s3://npm-registry-packages"}},"8.0.2":{"name":"module-lookup-amd","version":"8.0.2","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.2","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",6],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"29891125865e5bf1ad205e749505be0f596fcb58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.2.tgz","fileCount":5,"integrity":"sha512-EV4HyxBHGI9WvxyQAIZ1fHuSKZYqVjpIHwRmXMdj6s9sdBxSxxGaJ/YxFVopzNPoEydKrnnb2j0WDemCU9CLVw==","signatures":[{"sig":"MEQCIFue+hOi5cyZciUqlFUsYhwnm+DUhmNVYNZz8QzFc8iGAiAJEx0hqjsXD0ik+gktD6emHBjNxlWA+d0wRHbjmnNGMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVANyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsbA//XWBYDWSUjh8fBACIaHiA8aJQT44pn9voYPMLj7ZA3lKt4EZp\r\nT9x2w5ZWJIr7rAiO+6/LZYY+6jhjmpXxfOl9jfBitdyvq6jTcOKELQ5Z0FHB\r\nG1U+MatNl4F7RsfhkhiGvsIouNO2+/b/2tzJHLWdG/8Lja55ecYsxmEhSVV9\r\njfRE7IFES+dYi1Q91vWaKDmbfNYUIBw8IarI3CpxHnZnx8LXnaJuPc3v/hpq\r\nsMDo9r5lllRIESO6xDcN9OVPo0r1YSGhtI9CMu5S7AKrpXKf6OPGhj+tbCxM\r\n778G9yjM3YKutnje8IBtE2Z6s6NIFhIh2ySlcsuocWj4n8IRVMZPZO9df9CG\r\ndbeatGLz27l/egxLtHN/mmLExjGxAfq0X5SyjgTiTrf9RuQ4vCmZkcpNA500\r\nW/kd9lheU4RJJNitag2tI37BotpfdmA3F+dyzL82YzTCioZY0PZs5O4FV4zR\r\nk7PFGyMRPm4lancJ59rqcu5MQqkA9nkgGPda+Hg813Qd8oWvl0bE7Qi/HCOJ\r\nJ7u6xTLsfMQlewofZ2lZlxJF6VOcb/9aNBErB7QctHzt7ZlHCY1djqZNREca\r\nRpiMIMr325xpYQpaP4W0liYM7YHv3SrzQN3GhLuHSbNMP5jHtYWnO6JVb6IK\r\nmKXAZfAts8ekiyoK8FTIn+Uceqp6TpfVMfw=\r\n=u9C5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"f51acbf9a63e503552f444053299550b779bde8f","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^10.0.1","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0","sinon":"^15.0.4"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.2_1683227506586_0.30658239690738","host":"s3://npm-registry-packages"}},"8.0.3":{"name":"module-lookup-amd","version":"8.0.3","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.3","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"xo":{"rules":{"curly":["error","multi-line"],"comma-dangle":["error","never"],"prefer-template":"error","arrow-body-style":"off","operator-linebreak":["error","after"],"capitalized-comments":"off","max-nested-callbacks":["error",6],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"be3c2b15e5aff49aea019d51426d1748034d2a4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.3.tgz","fileCount":5,"integrity":"sha512-QnkBhwg24SaixMLK1BYyk44MvtpxiHcCNpHXNlbU0tLyjidvdkud8Al2SSjLLyFGw4ldQr3LJ95Uv/o8QLWyCw==","signatures":[{"sig":"MEQCIGEJTzkL0wjY7IU45mafeybzcZUHDn6sLv6sZmgh5LzVAiAFM8RTkBMthPgi7rgPtSCpurl1OjZLDRCkm3Fy8RzTQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVAUiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVQA/9GyyEkOjckaFhTpk9jgrUoGl8Z7sBfUQ+CllZqpucpmpJesf5\r\nUsOn8O6/tTaBU+m/qPboRzbTYp7Cpp11ghj/1YIWV8ZJH9+R5x4VmadeHf24\r\nA57nOkdpV4b5IwkiKk5CEe2XKwgPuNYIflgNGTTijPJ6RBShaIxqCbv7LlRy\r\nRcT8fEnjX8uqudMeKN7uheVvOOjdQyM6RV0D5jJ7ekTglQOvFa+sVp5FSChv\r\n6aq+wjqPN8f/4P2ZZdt5lZCsNova6nr6+i6ZT6o8hT1X4sOt4pOVJ7sfiVYZ\r\n1+oueNQ3Hz2b5Uz1NQNfy0nti6Jzs6XHEhU7ZD2mXL3P0jAiFpsTty48ZLPV\r\nFAvtTClNl1PVhxdGJQibW3QwMHvIK5Ij/6KGoZyduX1HDzzD43FuzzY2SB5h\r\nzJ3n7fSvQ+W9RQq1QvnEJPaJtHslFbEfTer+VnMaKmnW3fm/RY+EqgbcRPhJ\r\n2m7o6NENXRX/EC8P1NFufHd3Xz1JThGH341qjurYq1ZvITOLWdFKAJHBfi+S\r\nKXXkJg1FLyD5U3QzzLUmsu1kd46EwFPe0dlIGbBm3j0cW4My+QQQOpfS9E4B\r\n4/2d1VQK0K8z5rmPDqM1IemFscEncFV9APQUDI+BKDtUWoHxT6S0bXdUb7WM\r\nc+OECpX7e8r0yiMadkh37LiF7PMdclfAsb8=\r\n=6SFr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"bb21f3598dfa6fafc551d5e40c1620fc89ab0875","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^10.0.1","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0","sinon":"^15.0.4"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.3_1683227938609_0.8849530053623995","host":"s3://npm-registry-packages"}},"8.0.4":{"name":"module-lookup-amd","version":"8.0.4","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.4","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"c6d6aaece37c1091503aa3d1a1e1eda22fd7397d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.4.tgz","fileCount":5,"integrity":"sha512-Eo7w79CbHGO8AoWT2YICi1PXMfr3Ksfwul2IJhylNuMLjPmp9e7tg5V4xQtChfM/8B9JxqCJUg1VmbAuRWol2A==","signatures":[{"sig":"MEYCIQCzWra3NUFb52v2QAI2Ak37Aq0oAXQQW5CJUbAwOp6LuAIhAPkiGZnHerNtLU+Nu0qx6haY/3CyAXEL519a9waOriYc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11195},"main":"index.js","engines":{"node":">=14"},"gitHead":"77ba37456e06caf8c22e7055a05c195a1c3bd141","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^10.0.1","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.4_1683699780412_0.5003428285677287","host":"s3://npm-registry-packages"}},"8.0.5":{"name":"module-lookup-amd","version":"8.0.5","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@8.0.5","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"aaeea41979105b49339380ca3f7d573db78c32a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-8.0.5.tgz","fileCount":5,"integrity":"sha512-vc3rYLjDo5Frjox8NZpiyLXsNWJ5BWshztc/5KSOMzpg9k5cHH652YsJ7VKKmtM4SvaxuE9RkrYGhiSjH3Ehow==","signatures":[{"sig":"MEQCIEZ/nAder0xHjuhSXjIcleylo2cHrmc2hIug4HYlC6pkAiAld+3YavVOsAfZSXlX1jqczGpnREndlIKq0rryGnchVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11161},"main":"index.js","engines":{"node":">=14"},"gitHead":"dbd2a717fc9231671a9bb46b9a75c9fe01155bf6","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"9.5.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"18.16.0","dependencies":{"glob":"^7.2.3","commander":"^10.0.1","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_8.0.5_1683979883808_0.29045986632379406","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"module-lookup-amd","version":"9.0.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"77082b715d036b84f71a4b3466ac812999d32c2a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.0.tgz","fileCount":5,"integrity":"sha512-tb45M3rFcq8wwFb/F6e/E+NjJ6Is/vPY7gSGOCW00NUwCqNdOgVWIMH39uXMeBJIIsI+w7bgHjOlXJlnYQV0YA==","signatures":[{"sig":"MEYCIQCchG8tDcCmiwDRvulagCYZ4NcQ0Qtr+fA1ce3AwU6YtgIhAOqYAIuZfmSs2ZmOnuVQPFUlSTY7waME52btr37xUtFN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11169},"main":"index.js","engines":{"node":">=14"},"gitHead":"04f3d6f41479e82666b4a8f5c4a2ca3ef6de2b63","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.2.4","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"20.11.1","dependencies":{"glob":"^7.2.3","commander":"^12.0.0","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","mocha":"^10.4.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.0_1712729556021_0.9815818209738914","host":"s3://npm-registry-packages"}},"9.0.1":{"name":"module-lookup-amd","version":"9.0.1","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"2fb92d962b065e084add7e48d17c32cf3ff0056c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.1.tgz","fileCount":5,"integrity":"sha512-MFeZCK6j2k7fXlldyZ1FgA5goTmvLF0BCQKkxzapsvsPqhCM6NvanE0vy9x5HpY5ETF1yo+PCB9TZIow3PABYg==","signatures":[{"sig":"MEQCIB61tk17P+7DbRqz8G0Hipo1ZP84qc526i7cNKs/s/DuAiBIgAedkyKp2yxQcddYdkKKV143hbe+pZERoywiDs2isA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11169},"main":"index.js","engines":{"node":">=18"},"gitHead":"ee74418eb089b0931ba8e5a13b8a4ce68be7101d","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.2.4","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"20.11.1","dependencies":{"glob":"^7.2.3","commander":"^12.0.0","requirejs":"^2.3.6","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","mocha":"^10.4.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.1_1712729767508_0.8194026741307323","host":"s3://npm-registry-packages"}},"9.0.2":{"name":"module-lookup-amd","version":"9.0.2","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.2","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"e132b11356a3690ed46ab0164dde2c1ddcd3a8a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.2.tgz","fileCount":5,"integrity":"sha512-p7PzSVEWiW9fHRX9oM+V4aV5B2nCVddVNv4DZ/JB6t9GsXY4E+ZVhPpnwUX7bbJyGeeVZqhS8q/JZ/H77IqPFA==","signatures":[{"sig":"MEUCIQD97BB/RdNwha3Cq3s13zfALMKQ0dMN2pNxuFlQFX1QJAIgCJTcZINHbU/8/ZcDL9y6vybb+ipm/23jHTUCyxX5/qs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11222},"main":"index.js","engines":{"node":">=18"},"gitHead":"3fa112295343203e9d4a0a03b53076ac3447a3ef","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.8.1","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"20.16.0","dependencies":{"glob":"^7.2.3","commander":"^12.1.0","requirejs":"^2.3.7","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.2","xo":"^0.59.2","mocha":"^10.7.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.2_1721968509142_0.20912541973249232","host":"s3://npm-registry-packages"}},"9.0.3":{"name":"module-lookup-amd","version":"9.0.3","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.3","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"460e3f874f4b5fc40a1191b98473ca4c0776d945","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.3.tgz","fileCount":5,"integrity":"sha512-T4Dz56Qsq6NAC2Z3yDb2NYYn2T4dYUzxONCqleqjsxYZLzjJ7+GM8kv/6qHfjY5MAXgIeO4eapaas3mS/nXvUw==","signatures":[{"sig":"MEYCIQDLP6c6Pq87hJNDlQ86haAf7P3T2Uvq367Lc7Tt0rCjugIhANh/363PYp2t0h+LfTmaMah+5QKQRBRnELsBcDR3yVCA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11222},"main":"index.js","engines":{"node":">=18"},"gitHead":"0a41d8b43aca68c887d3cb12ee9886c6c57e1588","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.8.2","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"20.18.2","dependencies":{"glob":"^7.2.3","commander":"^12.1.0","requirejs":"^2.3.7","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","mocha":"^11.1.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.3_1738415308981_0.6810439955434553","host":"s3://npm-registry-packages-npm-production"}},"9.0.4":{"name":"module-lookup-amd","version":"9.0.4","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.4","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"328aff0913a47b25f02dd03c40efc9640d60f38c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.4.tgz","fileCount":5,"integrity":"sha512-DWJEuLVvjxh5b8wrvJC5wr2a7qo7pOWXIgdCBNazU416kcIyzO4drxvlqKhsHzYwxcC4cWuhoK+MiWCKCGnv7A==","signatures":[{"sig":"MEUCIQC81pM7gT1DjRyrHmCG0M0fcNnL1UBSmNVHBnmi86i13gIga4G6mduAd5yPmOjc8KgmDaZCGji4iKri6CUiriMMIJE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11259},"main":"index.js","engines":{"node":">=18"},"gitHead":"e46e5b0485071a0d5523579cf4c5fc4b79af6356","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.8.2","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"20.18.2","dependencies":{"glob":"^7.2.3","commander":"^12.1.0","requirejs":"^2.3.7","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","mocha":"^11.1.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.4_1738482861509_0.21451404691690534","host":"s3://npm-registry-packages-npm-production"}},"9.0.5":{"name":"module-lookup-amd","version":"9.0.5","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.0.5","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"2563ba8e4f9dbcda914eac3ba4dc3ad8af80eb7d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.0.5.tgz","fileCount":5,"integrity":"sha512-Rs5FVpVcBYRHPLuhHOjgbRhosaQYLtEo3JIeDIbmNo7mSssi1CTzwMh8v36gAzpbzLGXI9wB/yHh+5+3fY1QVw==","signatures":[{"sig":"MEYCIQCLGkUnv5FpGgdZz75f+cZ4hoqF6vS+lD4oBsnvU15TnAIhAM1KaubwmjHq8JhKE4mxhAG5HSD4wT2Qw6wJHCOP1aWx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11337},"main":"index.js","engines":{"node":">=18"},"gitHead":"2d5eaa5434446cc67f575109b85898001e53a542","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"10.9.2","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"22.16.0","dependencies":{"glob":"^7.2.3","commander":"^12.1.0","requirejs":"^2.3.7","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","mocha":"^11.1.0"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.0.5_1750056778170_0.8066374293479885","host":"s3://npm-registry-packages-npm-production"}},"9.1.0":{"name":"module-lookup-amd","version":"9.1.0","keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-lookup-amd@9.1.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-module-lookup-amd","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/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-string-slice":"off","unicorn/prefer-node-protocol":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off","unicorn/no-anonymous-default-export":"off"},"space":true,"ignores":["test/fixtures/*"]},"bin":{"lookup-amd":"bin/cli.js"},"dist":{"shasum":"be89c01f4b64890610f79cc0cb6f390b2dcafb11","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.1.0.tgz","fileCount":5,"integrity":"sha512-j4tnAgLfIR/7p26DF7cyLL/2LD/5386L5EuvVtID+HnOvTSzVk8lwheZIlhfCbeyrZPBDm9m+eseH7yp81dZrA==","signatures":[{"sig":"MEQCID4z+l8vQWOnOjX3JZqo84LNOP/uWZsc4QsHGgmOAXUMAiAHkazL1WESEqjtjO/F3tu95uL3SIua4tfZAWVFz6ThGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11476},"main":"index.js","engines":{"node":">=18"},"gitHead":"e29e3830cfae705f209d923e46584cc02fc26bc0","scripts":{"fix":"xo --fix","lint":"xo","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-module-lookup-amd.git","type":"git"},"_npmVersion":"11.6.2","description":"Resolve aliased dependency paths using a RequireJS config","directories":{},"_nodeVersion":"24.13.0","dependencies":{"commander":"^12.1.0","requirejs":"^2.3.8","requirejs-config-file":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","xo":"^0.60.0","mocha":"^11.7.5"},"_npmOperationalInternal":{"tmp":"tmp/module-lookup-amd_9.1.0_1770617322996_0.5357638540319116","host":"s3://npm-registry-packages-npm-production"}},"9.1.1":{"name":"module-lookup-amd","version":"9.1.1","description":"Resolve aliased dependency paths using a RequireJS config","main":"index.js","bin":{"lookup-amd":"bin/cli.js"},"scripts":{"lint":"xo","fix":"xo --fix","mocha":"mocha","test":"npm run lint && npm run mocha","test:ci":"c8 npm run mocha"},"repository":{"type":"git","url":"git+https://github.com/dependents/node-module-lookup-amd.git"},"keywords":["amd","module","lookup","alias"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","bugs":{"url":"https://github.com/dependents/node-module-lookup-amd/issues"},"homepage":"https://github.com/dependents/node-module-lookup-amd","engines":{"node":">=18"},"dependencies":{"commander":"^12.1.0","requirejs":"^2.3.8","requirejs-config-file":"^4.0.0"},"devDependencies":{"c8":"^10.1.3","mocha":"^11.7.5","xo":"^0.60.0"},"xo":{"space":true,"ignores":["test/fixtures/*"],"rules":{"arrow-body-style":"off","capitalized-comments":"off","comma-dangle":["error","never"],"curly":["error","multi-line"],"operator-linebreak":["error","after"],"object-curly-spacing":["error","always"],"prefer-template":"error","space-before-function-paren":["error","never"],"unicorn/no-anonymous-default-export":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-string-slice":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":"off"}},"gitHead":"ea81cb4ce3bf381e365ae2049e4ae339e33f10e0","_id":"module-lookup-amd@9.1.1","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-JzXhQvud8K3yT9l24XTDMXMQ4/LD9a9oXBcbLP0ubdvBpVrGFsybm5+2PDIl0negUYP1l88fCgjQzoMMg247+Q==","shasum":"39d19fdcad2e0623dabc192c3499a16ef6aab0af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/module-lookup-amd/-/module-lookup-amd-9.1.1.tgz","fileCount":5,"unpackedSize":11207,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDyogZUvWAb2nwnf6UolXkVoTuWBhgIn/NuVLvxbXy2IAiB1UObPrfyg/VXY2czl8fuCEjRGyofjMERQ2+SsJdLVXA=="}]},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/module-lookup-amd_9.1.1_1771858931353_0.9140379921012634"},"_hasShrinkwrap":false}},"name":"module-lookup-amd","time":{"created":"2014-10-06T22:01:39.815Z","modified":"2026-02-23T15:02:11.598Z","0.0.0":"2014-10-06T22:01:39.815Z","1.0.0":"2014-10-06T22:02:13.843Z","2.0.0":"2015-06-26T22:20:54.963Z","2.0.1":"2015-06-27T11:20:00.407Z","2.0.2":"2015-07-04T16:51:48.071Z","2.0.3":"2015-07-04T22:03:54.376Z","2.0.4":"2015-07-09T11:57:03.834Z","2.0.5":"2015-10-01T09:32:04.749Z","3.0.0":"2016-05-11T14:29:23.403Z","4.0.0":"2016-06-02T13:28:49.782Z","4.0.1":"2016-06-04T02:17:18.863Z","4.0.2":"2016-06-14T00:51:11.451Z","4.0.3":"2016-07-15T13:41:47.916Z","4.0.4":"2017-04-29T14:34:26.368Z","4.0.5":"2017-09-30T01:49:28.076Z","5.0.0":"2018-01-07T18:45:21.959Z","5.0.1":"2018-02-19T00:02:00.662Z","5.0.2":"2018-12-12T02:42:37.436Z","6.0.0":"2018-12-14T15:13:28.238Z","6.1.0":"2018-12-16T18:16:46.554Z","6.2.0":"2019-03-19T11:14:31.371Z","7.0.0":"2020-11-29T16:21:47.368Z","7.0.1":"2020-12-21T16:53:55.445Z","8.0.0":"2023-04-25T07:01:13.719Z","8.0.1":"2023-04-25T17:47:02.609Z","8.0.2":"2023-05-04T19:11:46.775Z","8.0.3":"2023-05-04T19:18:58.789Z","8.0.4":"2023-05-10T06:23:00.574Z","8.0.5":"2023-05-13T12:11:24.010Z","9.0.0":"2024-04-10T06:12:36.187Z","9.0.1":"2024-04-10T06:16:07.643Z","9.0.2":"2024-07-26T04:35:09.283Z","9.0.3":"2025-02-01T13:08:29.202Z","9.0.4":"2025-02-02T07:54:21.704Z","9.0.5":"2025-06-16T06:52:58.337Z","9.1.0":"2026-02-09T06:08:43.128Z","9.1.1":"2026-02-23T15:02:11.471Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/node-module-lookup-amd"}