{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":[],"dist-tags":{"latest":"6.0.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com","url":"https://mrjoelkemp.com/"},"description":"Determines if a file is using a CommonJS or AMD module definition","readme":"# module-definition\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/module-definition/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/module-definition/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/module-definition?logo=npm&logoColor=fff)](https://www.npmjs.com/package/module-definition)\n[![npm downloads](https://img.shields.io/npm/dm/module-definition)](https://www.npmjs.com/package/module-definition)\n\nDetermines the module definition type (CommonJS, AMD, ES6, or none) for a given JavaScript file\nby walking through the AST.\n\n```sh\nnpm install module-definition\n```\n\n## Usage\n\n```js\nconst getModuleType = require('module-definition');\n\n// Async\ngetModuleType('myscript.js', (error, type) => {\n  console.log(type);\n});\n\n// Sync\nlet type = getModuleType.sync('myscript.js');\nconsole.log(type);\n\n// From source (string or an AST)\ntype = getModuleType.fromSource('define({foo: \"foo\"});');\nconsole.log(type);\n```\n\nPasses one of the following strings to the given callback or returns the string in sync API:\n\n* amd\n* commonjs\n* es6\n* none\n\nYou may also pass an AST to `fromSource` to avoid an internal parsing of the source.\n\nWhen specifying a filename, using the sync or async API, you can also provide an `options` object with an alternative `fs` implementation used to read the source file with.\n\n```js\nconst myFs = GetFs();\nconst options = { fileSystem: myFs };\n\n// Async\ngetModuleType('myscript.js', (error, type) => {\n  console.log(type);\n}, options);\n\n// Sync\nconst type = getModuleType.sync('myscript.js', options);\n```\n\n## CLI\n\n*Assumes a global install module-definition with `npm install -g module-definition`*\n\n```sh\nmodule-definition filename\n```\n\n### License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/dependents/module-definition.git"},"users":{"shriek":true},"bugs":{"url":"https://github.com/dependents/module-definition/issues"},"license":"MIT","versions":{"1.0.0":{"name":"module-definition","version":"1.0.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"0c94ac5cf6dfb7f1aec642adee24cc80359a37c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.0.0.tgz","integrity":"sha512-h6kG+vOOMda6UjF6MgQxSQ8uBbcxECTtoeUgcthXGbdZWIbhhtHAIGUmtj2wVNVvKy+UA0HMNpAPQ3JnjsFb6g==","signatures":[{"sig":"MEYCIQCYAEv3CUycgnQilt5G7JDtIqyiT11s9LD1IuBzf8dJQwIhAMo+wLkTllj2zT6CxWD6Ol8mhHv+wyUS7C/u/qBdJHTF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"esprima":"^1.0.4"}},"1.0.1":{"name":"module-definition","version":"1.0.1","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"e80a21871b916513aa27ebc00de189cef187836b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.0.1.tgz","integrity":"sha512-CZ5KhpYrVS7iQnG4nMFaTShUacfY1bBZtEj9D29S1Gsnd8c3hiiJeCPqpXH8GGilOEvGnSTPtbMQq30KpqFErw==","signatures":[{"sig":"MEUCIQCRs0XnNdOCVcNPP5zmCVi13kqqdHyH4E8jJ1wM2Av7nAIgQUa6vV7afa9BWAJ+l+OlVkYXNXG5E3ktJONPBjjlCjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"esprima":"^1.0.4"}},"1.0.2":{"name":"module-definition","version":"1.0.2","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"513558cbe5af7712f4eae31a9248ebe02b19faf4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.0.2.tgz","integrity":"sha512-OF9r31I5WGoNV6H/iE2BGrN7jioSLP7EArrAH1J56+SbFEY2rPKGW7LtqeLtERYvq6h8RbNN0JoOktgnoSOowQ==","signatures":[{"sig":"MEYCIQDA3Wg+NBcFm2PrjI+7/kUpU+K+Fo5hKVGKCvgLy5v6GgIhAJsdkTX949o8XSY8Yok5sn0Y54umpxZ9BLC6esk9DBu0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"node-source-walk":"^1.0.0"}},"1.0.3":{"name":"module-definition","version":"1.0.3","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.0.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"282cf2788880d3196fb957670f4f02d29a4e88fb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.0.3.tgz","integrity":"sha512-VzB8OdnVjlDAreEowuijtaux9uoDd+IJF1CTaKbzQNCPnDg5BsvzrMha7QlVzwUKAy0+w85LGrJ1LgGD9Lwg0g==","signatures":[{"sig":"MEUCIHyLFsiNVmiBjQHmVN2xGg2Xn5lDOe9ThGzBYmrADuO7AiEAvgNIZjMvRjZWwsQ4A4Im/7qiCcl8cum8BRhFBfRTDfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"node-source-walk":"^1.1.0"}},"1.0.4":{"name":"module-definition","version":"1.0.4","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.0.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"87b4a4f0b79da5a7bf3daf9036f8f09ba9cfbe2f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.0.4.tgz","integrity":"sha512-uhrbLbHnEE13jBJUQ4nP4EAMk1ppdECfDJ1qoACsRnXzmaGlvhKKK3KcdANhi6Kwiu8kuouqsa7Nxn7s9yVvaA==","signatures":[{"sig":"MEUCIHyZJQHejC1hLjW8iNBh04nZZZe4ScD+NPcocKwFeIJcAiEA5LuPEQhfJEr8/li0CWjJ1J49ub9cdEITHx4IQtQXhC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.0.0","node-source-walk":"^1.1.0"}},"1.1.0":{"name":"module-definition","version":"1.1.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"1b8d7af85faec07ef04eafb4ce8261cbd03f0392","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.1.0.tgz","integrity":"sha512-c/swws0MkDUBoJ7OvgyCwQCVBH4PI4D4bopNWUN7lr6sjDpu77J9B5gbiE+AICvKMoDS4mqVCsLuJDuu9Y+8qQ==","signatures":[{"sig":"MEUCIDHLzn5ffVuuz2YVwAfLkgQRv5XzCwztxXTSN5Dfd20SAiEA17k7uRHXEyrSjkVn7iMC8wPOY0krKpqvoc4G61HDSRo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.0.0","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"1.2.0":{"name":"module-definition","version":"1.2.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.2.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"70585faa8423ee18937c18251aa44cf95ce9e13d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.2.0.tgz","integrity":"sha512-w2hCJPuXaqCAkbaZuwWkVVy3BrunEk4oxk/Q91QQY7V9L83aYrIu4eu+xczEMXPfBc5gYtSG9n5qGYKsPeMnNw==","signatures":[{"sig":"MEYCIQCPJ0yqWQPv42zrJvZ2KaX3VUpAoHrl3YJ3Rra+u111mgIhAKjdMmqC1cUNqG95oDQ5ehu4oN6KsmUp0p2Rv80IpyLE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"70585faa8423ee18937c18251aa44cf95ce9e13d","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.7","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.1.1","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"1.2.1":{"name":"module-definition","version":"1.2.1","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.2.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"d7781c07ee94c05923bed1ce0439b8ff228af872","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.2.1.tgz","integrity":"sha512-3GBCJqs3eRMS9MJNYbveWZuaTqhEpvtalgjn4O1THHMJlNECB7jbNnG37Y0cN+pjzjtBebpos5crvOpKFCxeCw==","signatures":[{"sig":"MEQCIHgt+NotyP7/seDRkbz60X/jAHh80oP2lyF08cvnzhhkAiA/x4eYjYx3zESsRj4egn2x4JttCwZomzImc11H5YRJUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d7781c07ee94c05923bed1ce0439b8ff228af872","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.7","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.1.1","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"1.2.2":{"name":"module-definition","version":"1.2.2","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.2.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"dist":{"shasum":"b45fe074e5c74616ec5cbc1930f93ab58320e0aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.2.2.tgz","integrity":"sha512-1FxxskyBbrQIjyZ8OGYCVDhekSRJRC2pT+2jDbKwJ2luTQAIb7vhpYkv+ZXAF2FsId+3WhIZuyJgtaJuu/B+ug==","signatures":[{"sig":"MEQCIH8RKfxYYjn3zPEganRm6QIVHsUrQLi27F7+ihGn71NEAiB194H3tohs1gmLIaOSbKR2TYkcuKSYqIFcl0PCrtPhqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"b45fe074e5c74616ec5cbc1930f93ab58320e0aa","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.7","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.1.1","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"1.2.3":{"name":"module-definition","version":"1.2.3","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.2.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"398a68734a8d1734ce0debff9a5ebebf0a26b355","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.2.3.tgz","integrity":"sha512-T29YBp/gFL5fxhDgnW70eGQHB7Zlc/1mBZWNEZYxFgYH9nGic6MR6jvIV6Mkn3GvFWADEBObe+1Z/cCOnEiavw==","signatures":[{"sig":"MEUCIQD+NVGzFLF96sIyBWfVmK3uZixQLyMjNQ+e/Pq0faDPoQIgWlVnMvAlcesVobGZukrtjRJvwQAuiP75iCL+Q5z5tes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"398a68734a8d1734ce0debff9a5ebebf0a26b355","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.7","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.1.1","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"1.2.4":{"name":"module-definition","version":"1.2.4","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@1.2.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"db1b410d07132e39f832ce912bf6940cb5217f71","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-1.2.4.tgz","integrity":"sha512-zrND9l1WPHmFbKGBE59mpUrvvYCY+mFyljA1l7NaIwFEcXJJNQ9kwh/LXqPvlYTZfKAvVAX2GUH3JxTHPKkmKA==","signatures":[{"sig":"MEUCIBgCPODYxDZJmLcLzu3c9xHjHzH4gwlmt2BFt5POvxo0AiEAnNlUocjBT+BZ46/4c5wYuItbT2gdLXZhBnBxqnbTsEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"db1b410d07132e39f832ce912bf6940cb5217f71","scripts":{"test":"jasmine-node --verbose test"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.7","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"^1.2.0","node-source-walk":"^1.1.0"},"devDependencies":{"jasmine-node":"2.x.x"}},"2.0.0":{"name":"module-definition","version":"2.0.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"1eafe6a511057987281acb9d91fdb0eae96303c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.0.0.tgz","integrity":"sha512-owB3qWBJrtJ9c3JD24DC6vdAaEFOdHIEKtv5NARYZq5Vs33vlo39zUcn2YQSsB2v60P3BUvkbuTdal7kFXuLTA==","signatures":[{"sig":"MEYCIQDlZ3S5XnJfiS4DjOk/UyrZzAkNXfywhgQfjD7z28PyDAIhAOM/DAerO/uoR9CJb9jWSPtaSKmOz80wrcXtEDdqPzfn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"1eafe6a511057987281acb9d91fdb0eae96303c7","gitHead":"c9239a857245609a220728db190212751cb6847a","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.14","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"~2.1.0","node-source-walk":"~1.2.0"},"devDependencies":{"mocha":"~2.0.1"}},"2.0.1":{"name":"module-definition","version":"2.0.1","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"beec38e04bafbe03cc9910c2386f4f16d2d9c083","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.0.1.tgz","integrity":"sha512-Gf2Fjd9u77IAxkeWy6zz7LfyC8C8sYToQ9Qus91vu3ExDpnUX9y4dtCr6VT7l4JnXi9zY/B3PSeORVfkwmqcAQ==","signatures":[{"sig":"MEUCIQDZFc+dEO6rt4Kf+F35n9D/1UJDWhqb6Jr+6KcrWCuvKAIgJCggGbO4OR13NcZdosagnXPheB2+3fruI6hzLxnmFCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"~2.1.0","node-source-walk":"~1.2.0"},"devDependencies":{"mocha":"~2.0.1"}},"2.1.0":{"name":"module-definition","version":"2.1.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"aef8bc2975e9f700de30fed1102fab51d424f8fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.1.0.tgz","integrity":"sha512-JtXaWdPfThZjq7pXjiy2RWGkTeNv854zEdEiwmuJr/7zEgeS6VgMhSBI6gZOP2YvzrrP07TS8h4/S42V74qlgg==","signatures":[{"sig":"MEQCIDzaXQ7VJEesm7E6OFm43tGZBfkL/Lg9dVotJD0sTba6AiBwlA15qwwm50d5+9r4TUTWqrKN8hLj1MoaE2VMSm8waw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"aef8bc2975e9f700de30fed1102fab51d424f8fc","gitHead":"6b98ed0825185115200ef61cd1563717155cf31b","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js -p airbnb && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.28","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"~2.2.1","node-source-walk":"~1.2.0"},"devDependencies":{"jscs":"~1.7.3","mocha":"~2.0.1"}},"2.2.0":{"name":"module-definition","version":"2.2.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.2.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"034df874e931d635f6e379c576643ddba345ac85","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.2.0.tgz","integrity":"sha512-O/0MyFjOsTHchHqpeIhHIDcS/EjQWRdra6nhKWKvz0bQqYSTYXZQwzdclU6sLbje7+YIPPZ3V5puPM0AnTuYaQ==","signatures":[{"sig":"MEYCIQCNAl62GiZNF5XQYitlWhMW8ESJj+G+QM5z3Wgs+vnViAIhALwpGpMv5HF0+g/mfGETt+UWIu0Dne0BTBBLh8KinBJV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"034df874e931d635f6e379c576643ddba345ac85","gitHead":"76de4332759fef6819be3492b25a1c816d9f6c5d","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js -p airbnb && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"2.0.0","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"~2.2.1","node-source-walk":"~1.4.0"},"devDependencies":{"jscs":"~1.7.3","mocha":"~2.0.1"}},"2.2.1":{"name":"module-definition","version":"2.2.1","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.2.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"c87bedaebb866e146f06295ec8e1b2e447ee1b0e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.2.1.tgz","integrity":"sha512-PR/ZGONz7czBVILUzA7VYt11eMx1WJa6JTsO+twX6lZWJQrmdxAM/fvpfX273J7rKGRs7pY+CA07EDCxEmDIWA==","signatures":[{"sig":"MEYCIQDPTE87APIaipVS8hURk2sevfnjB02gwEwpqGmXl3F+7AIhAPASdZU9HFYU+5oMmmoK2Qv06ePsU4y0crw0lY+b+eEX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c87bedaebb866e146f06295ec8e1b2e447ee1b0e","gitHead":"59e45af5f6dc1420c8d23e9494dd701fa9cd09bb","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js -p airbnb && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"1.4.28","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"dependencies":{"ast-module-types":"~2.2.2","node-source-walk":"~1.4.0"},"devDependencies":{"jscs":"~1.7.3","mocha":"~2.0.1"}},"2.2.2":{"name":"module-definition","version":"2.2.2","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.2.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"f171773061b8495fa52c521f7193069b1c288947","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.2.2.tgz","integrity":"sha512-zsumdIggTvFfU45+A2LZxRpAJAghz1Lg3+FQ9ObiCxyQXzwGRKqgTE/nX0l1o6pWtuiYebQeowUiFut6OYwAUw==","signatures":[{"sig":"MEUCIQDt/f7LieHbAvvhv93TWaMcdBzjIxVXKb+wkompFQ3BMQIgXVAXPI3DtRrSbgx6IRpoVh+B60m8eLxRoYY6qucpLXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"f171773061b8495fa52c521f7193069b1c288947","gitHead":"1bc1618c335321d2751f4164c9dcc812f5042f8b","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js -p google && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/module-definition","type":"git"},"_npmVersion":"2.7.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"1.6.2","dependencies":{"ast-module-types":"^2.3.0","node-source-walk":"^2.0.0"},"devDependencies":{"jscs":"~1.13.1","mocha":"~2.0.1"}},"2.2.3":{"name":"module-definition","version":"2.2.3","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.2.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"5f38f6d9fb7a0ab09d4b0747cc7c9a062399db98","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.2.3.tgz","integrity":"sha512-E9GJUxFRsAV6RCHFn6Fcj1hnKR0Uh1mlLwC95O4QCUGy9T0cjnclS8JKhOyGHAKjqUnhrAL8E5cLQXeCKPTiww==","signatures":[{"sig":"MEUCIQDekyM26ViAgaeUEe/Gf6uvPb96WcYNB7Fv5f9Ou4zLaQIgbjnTsxYRY97+fGvoCmg0JYP3Hyf0ENB3EAJaRNmBn8o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"5f38f6d9fb7a0ab09d4b0747cc7c9a062399db98","gitHead":"b3f4efc942fe1d6430fb75b63c554b13c98096fb","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"3.8.0","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"0.12.6","dependencies":{"ast-module-types":"^2.3.2","node-source-walk":"^3.0.0"},"devDependencies":{"jscs":"~2.11.0","mocha":"~2.0.1","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition-2.2.3.tgz_1466047455552_0.02208339865319431","host":"packages-16-east.internal.npmjs.com"}},"2.2.4":{"name":"module-definition","version":"2.2.4","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@2.2.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"c0a3771de58cf6bcf12aed2476706c596ad4b2cb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-2.2.4.tgz","integrity":"sha512-1mXB+Sbx/r4cSIaMPFKypknxgS/IL27ouABibSSgR61woGGpw8b/LniUC5NXpJwyk2ZufhctomVIXNwtak6s4g==","signatures":[{"sig":"MEYCIQD3YU9qfGWSQF9eJeMtbtaAW/GLGi88iMG5k2GB0+JnCQIhANM9Hjms5miH1tUA+Ew0FcOuj5aWEWXB43zuvUyxTgpm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c0a3771de58cf6bcf12aed2476706c596ad4b2cb","gitHead":"a35ff986fe01eb9fb1c45e7e2f020114d16b0d2e","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"3.10.3","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"6.3.1","dependencies":{"ast-module-types":"^2.3.2","node-source-walk":"^3.0.0"},"devDependencies":{"jscs":"~2.11.0","mocha":"~2.0.1","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition-2.2.4.tgz_1471004042981_0.6586424431297928","host":"packages-12-west.internal.npmjs.com"}},"3.0.0":{"name":"module-definition","version":"3.0.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"417821e181e217214abe096fef0d2d210925c883","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.0.0.tgz","fileCount":4,"integrity":"sha512-+wc5K6wNiO3zWR99y5C0UcMwUgiFOOHcpDVInig6MlNVw3+q+gfHd/C+0J5VsACO2CRI3qJSLxGJHJgVJm0q0A==","signatures":[{"sig":"MEUCIF2RrMO3ad1ErnsxrkJ5sX1GnmwK/C9R0sXpBUQAcYhaAiEA8Le5t/DtyocPdL0jdSkPqaWc1lsrvt2r+WFCFm+kePc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4603,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiV6nCRA9TVsSAnZWagAAhKYP/2XJNt8kUqcqkO497jpW\nbQtdCKL/0gAdVfD1uL8Y1QdnzBNplWjNR2qUA9R7J6Wp5gaKKxurdMq7W0/x\n4lPmKMdXbiCOaGhtxSruV+6guoIf5efrsEpwQ/NnA8N67tye1+RgugiBcOGh\n+Hu+5dAcNPpknYSxgJpM7FYVIWDwmTh6Roz1ZkihkKUWxNwVLA2z4aUXTGUP\n9vPyQWcfBnfb6fQjPGKdT3EdNQRxiTGRW9AGXVG+BIdBO3rYSmXgVRu4zSmr\npSXLpUFLU3a9CNYegIp4oVV7Z+ro2vppc3VA1in+rUixqAUC2cvYOHfHx6lq\njPsuIBC5zyjFB0NUXsGS/6UHfe4nlcYKVMOvWANXetgl8NeBpmA9dpOIhGGc\n+b0uHFGgju2b12QkAJr12VaH3y8pNw/O9hIugzx46H7h/zshx7WNTCbP/NiA\nwe6MYsc9wHEcaUV1s4g2IhajGqFoPYUyO7Vb4pVwcWnqHwodfSNgbIGlVwan\nnwDk4QjUFG6NhmMFac9BhjGPoWW1qhaN0QZHd5iQIGcxechV9vUThYMfxIUs\nHWDbiASm1DwHHxkkpwsiEpeXnTQTG2vbP9LuClGNL2w6FIaZKcZu/GH5JW6y\nzYMj0+CwDANeNyep3G7QcNuDCiw+MA3UxbaT7EA1pGzCLVG/xs2+bGAK7yZF\nFY6q\r\n=Je1A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"7590f44f048b19b576fe4fd3f81f9f83b416d5b2","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"5.5.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"8.9.3","dependencies":{"ast-module-types":"^2.3.2","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"~2.11.0","mocha":"^5.2.0","jscs-preset-mrjoelkemp":"~1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.0.0_1535729318191_0.7212802733165438","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"module-definition","version":"3.1.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.1.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"201c062b89f81ed18018e1a2f15afc0c8089a126","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.1.0.tgz","fileCount":4,"integrity":"sha512-XtgUeQUi/4UshwxWlCxCjt4SoJC+LJbjHvhGopOskzZOH3GSy2X6KC96APK3rgA9p9hekHcVP87qdwQpSvhNlQ==","signatures":[{"sig":"MEYCIQDTSJvmjkypt4xJ1Hl+dAkfIKZa1t7P2IRvdv8ePejHOwIhAM6in7fN/cbYECRIAEAkxSswmIaWT56QfjvxjCEHTtns","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqlSdCRA9TVsSAnZWagAAJzoP/1128tW+hn1q1fwCTxKz\nP8laHHRC9/1YBJKm4QL7Im9AYvzO+fgaqljFsOFrKMScoaHyIWaeo8di1bAw\n2A9uqROvAnQIvxDY2fHFsVa/bhDfOOpednXKxfcLOiZbAYaDchNfy2Y0xIKD\nSEIX0oAHawMfCxDObvUxZmgxNIdzz+joUk6Qc1TKjqGxFifHvLRuQJEqp5gp\noIgQ3gd9fSITUCxnZgVR/dwvP7pECTM6+NN/IcXpvE+ZBs49FGPmqd+j4Pft\nB0zmJgOrm43qvtWKlYFlRRAZks37vk4t+duK+AUhEK1CzTYLK0NqJH4dW6rg\nglAHzk0IMSS1/zr91D07aDu8/grKr2lm73HQjRsCHswYDnmTY4uqRUqmXwkm\nU0bSGFl1hTSsN39ilqz6E8yOjD9/iUzogHxoFT6z63oMP7XPlUxOhkylhPze\nsPlN6mHJ8n8E8KW7qnD30xZVR1brO+LtKNNaKRiigJGeGIglUhAw3HqWASAW\n4gUiEfKqs1gfHsIj8URBXvvDwPLgm+Xt2caTkhuWerbUJUCaRJNrLtZrB1cF\nh/KjcqGEQQ8Jc2nYwLQ0O+HdJJpiUUBgYv6BtcLb/14wnAvicQ+V0Laz0+oW\nfWP+Sepc4s3AL90/p2g0YQBtsh3aCRliaHpZla/j5TEiTXKVXiVxArLXp4/2\nXrWk\r\n=E5W8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"5dcca8ced98f5eda53d2864972841b7e206b8b1c","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"6.4.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ast-module-types":"^2.4.0","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","mocha":"^5.2.0","jscs-preset-mrjoelkemp":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.1.0_1537889437176_0.24467517057798172","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"module-definition","version":"3.2.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.2.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"a1741d5ddf60d76c60d5b1f41ba8744ba08d3ef4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.2.0.tgz","fileCount":4,"integrity":"sha512-PO6o0BajpdRR+fb3FUSeDISgJpnyxg8UDUEalR8LPQajl0M5+m4jHWhgrMGGSEl6D9+sVl/l1fjOCvpBXIQ+2Q==","signatures":[{"sig":"MEUCIEWKYrEsqRQaEJTRNUJ/4hiAmjuN1mkJwXVqzmguJfL0AiEA8L1yVmGgdiSTWiCNHmrfC+DZe3/UtafRhaYCR8e/MQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcju6/CRA9TVsSAnZWagAACzUQAIHJ8SFexs0KnoaOgdxL\nYjZTzHTBm3VIWmW5TbtVY/N/IMZ6fwVA8IYAGnWY8KOTai8Iamet2vBj1n2W\nsz2fsxBIu1onTgIGHFa+TChD5ggAf/OgVV/MuWNzUxbg7XNMqerHYS4+j802\nWzDp2vlpfkj3BbRNKP1h9TMhgUvDZYBHi4zpSRTYVD7Nw/GDA6A6sfTA2w7c\nEbJhsdq4T41krvJmJKiVvjZdc5yTljBvIQSxgbvtCw+yyf+u6wH1uh/0Kl0z\nLccu6uRe77reZD+EIt6Lpw7fXzldZn5IlJoEXH02NRIJLGSqX4MzL/URDEkR\nWFBIIEB5yfAQc6bk7QiPP/cnEQRTUX4UHGvGDBgnthEHB+wn9NnRedEss+Gk\nIGHaooNFweieNVJare1AnMyQYMTpvCuIKxKzJGZzgus9KStpAS0YbmKZscRN\nQCxGDKCecIhAfxiweL3BGGGSTEyK95cJR8KhHAM/L4ibC5ueM1YXNmF0nsql\nahFKRj90rkyvKfDqbfAVja/A1Jfgeho8V1JUndPMn94beVF3ZX3G4T+FFIOZ\nyWGSR6ACYEe8aWiIkD3bFMd6XYc1Lje7qM176jyMPpbIPbdGvfBsNzumQbzK\nlhaOXCdchqRhiWZiczUnscVowDoLjidmicqNpQFiqRim99OZtolpHoom2/1D\n97JV\r\n=5VC5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"262a83781552a4f98edc9dab6038b0f869363e37","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"6.4.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ast-module-types":"^2.4.0","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","memfs":"^2.14.1","mocha":"^5.2.0","unionfs":"^3.0.2","jscs-preset-mrjoelkemp":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.2.0_1552871102349_0.44911654700256465","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"module-definition","version":"3.3.0","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.3.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"aae06d68c99c5f93841e59b8a4469b974956d4d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.3.0.tgz","fileCount":4,"integrity":"sha512-HTplA9xwDzH67XJFC1YvZMUElWJD28DV0dUq7lhTs+JKJamUOWA/CcYWSlhW5amJO66uWtY7XdltT+LfX0wIVg==","signatures":[{"sig":"MEUCIQDehfD3VG720dSAlPgyxEEidBBj/47vXSgle3daOv2I+AIgEVq+Skd8FO+y8FfYob8142JnxNUswWrtCXymBxAmxuI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2ZeBCRA9TVsSAnZWagAATWoP/1KXN/WBEd+UPOWeoqlx\n6vsRJmLqmf0k03uJ2mq1rpnVxAB8flrIkV4vUW2UjA0LXn860JJvuVR0HwCJ\nh/HBkqtFIu9pR8CeyFsWetWIvUwtMZsqlpazoBKCVS8ilAaIyBjYzVWBuwe5\nNisAvdjx/WDFdqT1FBHv93ZSXb5QVJPIOcc0XiZVQHK/24tXuc+ipTo5Fj+y\ncEgZt1kiPdfUeAEFfAy18igVwM2XoN2RwEMvQtyXPcz5U49NdOV9uf+C23iA\nBKysZ/Qv2jlf0DeTxUy0Mdr5Fn0dXNz4u5+cmp9zB1x/TLQR8TdUSe+aEnZW\nkwHU9TYPMhY7cCugN4Qn5lmoAR74HdYwBci0wbfxrD4sLpOS82UlmKJYStd+\nZUYkI0CQTpm+QyoZ0oG700FohycQiGpg8eCb2/LXf8Goau8a6UY8aXqPIzT1\nFWCjuB/W58dO/gwCWH5bbjmJTQm6JQYSwU0+Of1ccda9KU28+lUTz8Ib/eWr\nAoIatb87uA1tI1rp/snDUw/L2ldiDgkBYdU7LSv9cqTeFXw5XzD7JaJN+mao\n7YSypFOOrQGaPrEmPQWTw/IBZ84y25b/MMS0UZBwEAV2ftZzEeM7q5YdDVwc\n4pDe9Lj0jcpcfsatYbqfxnSnSnoZuXUH2HWN7gy3iizTHkeu5tfhPNbtxio9\nnm7p\r\n=Ijm4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"3e667a7a9b27866b041d02ce79fc6ee7937329a9","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"6.4.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ast-module-types":"^2.6.0","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","memfs":"^2.14.1","mocha":"^5.2.0","unionfs":"^3.0.2","jscs-preset-mrjoelkemp":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.3.0_1574541185269_0.8314910390338246","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"module-definition","version":"3.3.1","author":{"url":"http://www.mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.3.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/module-definition","bugs":{"url":"https://github.com/mrjoelkemp/module-definition/issues"},"bin":{"module-definition":"bin/module-definition.js"},"dist":{"shasum":"fedef71667713e36988b93d0626a4fe7b35aebfc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.3.1.tgz","fileCount":4,"integrity":"sha512-kLidGPwQ2yq484nSD+D3JoJp4Etc0Ox9P0L34Pu/cU4X4HcG7k7p62XI5BBuvURWMRX3RPyuhOcBHbKus+UH4A==","signatures":[{"sig":"MEUCID1998AP4lFGHfKTrBGGZdq8pgxvtp/jMRHotuDJzV2+AiEAl/dXWvZFZpRh+ofdd3lh8nSlhVYziZ+ECEhzzt0it7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnt7KCRA9TVsSAnZWagAAcO8P+gI22iSivcyXbOP69/B1\n0CQYWuhFOkudh20JzI1CGpBiIideutBOAg3Log3NtSc1IELpLzzuEM8+BqRJ\n9NtW7NG4W1F7/O2T+Lj6wHLdUEdAggf0g8NCtrl1LthDl8yNBdK482mMdigY\nKPjMpStNNejktaJdMfJeu2Oau8adLKm0SB/VRxZ3Yg0PNTg7lgULmgg4F4lj\noX51OtM71irx9ikfGlQ3pr8j2s54ronxYgEc6Lm8PH+CvLW3uPpXucwhF6Vl\nbJrZZawtINHe21m2Z25MR9Ypt5fFNWU5AOu/ZDXmsIo3l29pEAxTCN84au+0\npQPd45lFopFXPzWBJOA/LPIpiNo5Ba7JtawKjgk9KVtJczAJ4alPg8r9YW9o\n7gIhTOXfQmqvJwqe4x28/WufwfbI31CbcUlajn0Iv48lxheywdm+xoq7RdMT\nAnhXcupcCIx5Q57bzReCbQpe6wkfZa+lcUHkz2gE1pQmQfZbg4+KdeTni8lj\nT9Mk5cFHghS0iN/+cAQrkImlERA9750Uj63wZO4ereeilzNsdebdtAHksjBv\nlh3/Vu/UOBG0/b48f0lUdBjFvulyAyfjWLJSLu0rdHo/VEn5iJoYnr2eWylW\npUMrDYVFQtRfzg3foPj/zxJ48b9AJ5Bm2dkSOjfp/gq31HF5OMLs/cdJ79Ry\n0u5J\r\n=ftwB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"7dbc2356290d7929669560910af7d24f3b8c5cbb","scripts":{"test":"jscs test/test.js index.js bin/module-definition.js && mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/module-definition.git","type":"git"},"_npmVersion":"6.4.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"8.12.0","dependencies":{"ast-module-types":"^2.7.1","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jscs":"^3.0.7","memfs":"^2.14.1","mocha":"^5.2.0","unionfs":"^3.0.2","jscs-preset-mrjoelkemp":"~2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.3.1_1604247242194_0.0031730089399535366","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"module-definition","version":"3.4.0","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@3.4.0","maintainers":[{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/issues"},"bin":{"module-definition":"bin/cli.js"},"dist":{"shasum":"953a3861f65df5e43e80487df98bb35b70614c2b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-3.4.0.tgz","fileCount":5,"integrity":"sha512-XxJ88R1v458pifaSkPNLUTdSPNVGMP2SXVncVmApGO+gAfrLANiYe6JofymCzVceGOMwQE2xogxBSc8uB7XegA==","signatures":[{"sig":"MEUCICVR2GQnHwLS+xCECqLfqy+j3u5ofSdrCthSeRePAkf/AiEAoFAbNF5OWibfTtRrM1O/Z9ZvagBIp/L3UvvAsk+I/M8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFMkQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5Lw//V1WZ4HIpy4uUJxF1Btu2Fl+jCJLCBfkjtfVCmvDRMQi4AdIk\r\nsGE4jjAJ6mq0l2rDDvfIc/5rCQ6bkhaEe3eW7UusRKjFVPelcbcNBaxd3T5i\r\nuQWIPJa3csqp1i5NH91OA+33YSiSJXc5kS7lEwmUvjyO4v5Myg0P/EuX2USB\r\nZP2vdTl3QjD68hBtErDyIwpDB40+kRxug0IOJaQ0VumEmOv6lHzKFOqwkHWm\r\nk2K1Y5IVob+PbfXKjCqnYBf1st+4axaOrMUXFV6NvDfJRzKS3xGr0Wn4+GWs\r\n94k/uFVYFj1QdQRQgWNaeSQbyH2ja8wSBqXCM5cqh3KXQm+A77TZGIA0qDo4\r\nRXyAVLZJmh1S0kaB0YJBIEyVsZQImCvyv4vvVyHAaQqgILhTx6iSpEUaRtbe\r\nt5ueDtBeBctlVTpy5ySa6K73IFD4vB2SFaQ4ygRcI8n+vYk9c4Adm5Cs+2MK\r\nM99pjM8eYKIP8AoKwO0LUR5ymIIie3v+SSxxEWXpySnMv/oFpGMXoAnQHrWY\r\nhKdpmaqr9sFbJ0rxdQy+/oub2PCxZgZpupIH+HHZiSISPa9gLr/FqgvXry4C\r\nUeA2Kn1D8rni4sfOBaKwC18I7MleIlG3JRRJn9VHom1KBf4E3QsRRVHLLr29\r\nMjNDPw33Qtkxe+igsNBh4kg6OggpeE935Ns=\r\n=mgHB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"26af9c53ee091714cecc947a97635b769309bae3","scripts":{"lint":"eslint bin index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/module-definition.git","type":"git"},"_npmVersion":"8.3.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ast-module-types":"^3.0.0","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"memfs":"^2.17.1","mocha":"^6.2.3","eslint":"^5.16.0","unionfs":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_3.4.0_1645529360440_0.9952450084606914","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"module-definition","version":"4.0.0","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@4.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/issues"},"bin":{"module-definition":"bin/cli.js"},"dist":{"shasum":"5b39cca9be28c5b0fec768eb2d9fd8de08a2550b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-4.0.0.tgz","fileCount":5,"integrity":"sha512-wntiAHV4lDn24BQn2kX6LKq0y85phHLHiv3aOPDF+lIs06kVjEMTe/ZTdrbVLnQV5FQsjik21taknvMhKY1Cug==","signatures":[{"sig":"MEQCIGNMMjBs155f/Yl/a7SyyRmjT7I6Y6Obmhpa0ezmcDnDAiB3HGpHwjAVNHMTt4batiBeJ573+5BzJkjw3hc9KFTCVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIMQBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovVA/+N9N5p+rnOlJbwXgj0AqdLN02ItO/nA/joBUQfAh2VWcSoKrg\r\nLZsMTfyqzfKLMnedr1P2bQJ/EWlXH7MrtT4+0XqBpYulps0ZnQK3LX2YtNx3\r\nnZPSvNc/H4+SAjAXR/GxsD8AUrsZpErBc09F9ODnTAISlbsz+eY9W+KKHPMK\r\nBlc6BmaCKUVudUe8cpeP3dvhIySldXY6FhyGuYufoTe4+6R3Nbc6qAzDZgTq\r\njmEcf6jqyNuXbxBi8NUcQiUWTWuciZPgWk05LtOaLprroT5tFUTUkE3wUWN8\r\nSixBvFuDitz+9EaoKZnRP6SHxjK97x3at01j+Dz9KOhTvSGzt4ni9allto+o\r\naLP53q9fcQue01CspS5MdJZdMdaO2wUfwgcPH3WLVGUi4h8OWX2q/CkNUXbD\r\nkQnM4AIFQt2NPt1arM+y8zc4GXrHiUMEbr+9pKxCChAToEdq8IEEnNWCWU5n\r\nsvXsFOvmaPe4lIV0niUfJunCaMuHP+84/m9TQBVdVo9Auuj2Ak8EZC/AFq84\r\nlhd7Mb5QEFjPCIHRHNBdutjCNH9SkK2MX5JCRZKIpW5jdEV/bFsl0EMkhIBE\r\ny0o48TexP0yqOa99aQCProj+d1M2KNLhTO+bSNhLzU6/0+kwx8mpKAstGea7\r\nBnFoSP4nL51aC3paP5G/HVnD5VcOq+HYGXE=\r\n=xeIW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"e4d0a3e853b480f1025cf63b0fa0ea70b4894a8c","scripts":{"lint":"eslint bin index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/module-definition.git","type":"git"},"_npmVersion":"8.3.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ast-module-types":"^3.0.0","node-source-walk":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.11.0","memfs":"^2.17.1","mocha":"^9.2.1","eslint":"^8.10.0","unionfs":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_4.0.0_1646314497222_0.7630924418212508","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"module-definition","version":"4.1.0","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@4.1.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/issues"},"bin":{"module-definition":"bin/cli.js"},"dist":{"shasum":"148ff9348e3401867229dcbe5947f4f6d5ccd3a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-4.1.0.tgz","fileCount":5,"integrity":"sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw==","signatures":[{"sig":"MEUCIQDQVevuMNON6PSoGzRvMj77nEK3Xca9G0k5hYodrZ+vUQIgFSWCpQdr6StBm6Y7kwLzozc4g+mnHayhLDwa2YKD8Hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFr2AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomeA/+M6gezkRao2Yb7aPxN84nZcRvNsNQtCRHVEaqpTfu44BiHUyN\r\nEbGVld9IKlckEgG/OnJMQ71DIpYGI/pXu15pCzie3J3q2onOps5iXfWneyK2\r\nw9ZouhtTTn15K/hIMw27lqdBsaAdwokWju6JXAb6nsylhmau6EQYd/maqsqZ\r\nSahgQ6g4ho6YBuhWVbYC0QTPNByvWPic2aF9EdHo9GOMi45Y1328PjEGgixM\r\nXPtt01kgr+NlMt0r983k+KZG8la7u3M0E73xNiGcKhwmXumyChSm2hyqsfJj\r\nMhtlS1ixR0vgmHPWRRLWxhmyEtx0pEkm3ts8l7Zxy96tGt4i4hgP25CVdzwp\r\n0tlEjee2eo3on8qRDk2aNxqLU0wAM6qFwci4k0dgK1oANmIEPX2xYRA/CXCd\r\nZ0Hqylqgustww67FjPyfVmW6+zN+Ve0as2QkYBZxg+6OdG/teA/CMcw5Ajm9\r\n68J8pKSCKQRHxU9y7ZMzj+I1+tPvWyl2vmWarN4EB/cBQp3sl3TsdFIkXgac\r\nZBu1Pd6B7Zuryz7hr+CqDPB1vHCw/yug67+02chU+Z6GHjqLY/UEnYp0YAQZ\r\n0yoomzNFhVX7wa0TDgCxQlYRGRY1DYXee56D4VHDau5D3WsPeA33VTpysfbp\r\neXXTmJl6OHBsW0tqyoZsnwom+LcZkklf+Mw=\r\n=a9So\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"fea1435a2054ffc36dc703c29231633310e88490","scripts":{"fix":"npm run lint -- --fix","lint":"eslint bin index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/module-definition.git","type":"git"},"_npmVersion":"9.5.0","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"18.15.0","dependencies":{"ast-module-types":"^4.0.0","node-source-walk":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","memfs":"^3.4.13","mocha":"^9.2.2","eslint":"^8.36.0","unionfs":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_4.1.0_1679211904503_0.8511309317623876","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"module-definition","version":"5.0.0","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@5.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/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":{"module-definition":"bin/cli.js"},"dist":{"shasum":"74a806378b341f6739dfa2846d1ae630d7a74644","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-5.0.0.tgz","fileCount":5,"integrity":"sha512-26AjFVhscVR/jXRisu65XBIVABTp5/hfFKIuOvckS+E2zClQZTXNRSpaVDG/LV0lE07BCEMHP3VxBeM/IZ4a8w==","signatures":[{"sig":"MEUCIAHKUHANmDXaNrHJD+JI9HVqTlqLcIX9AFzKEOw/VUXgAiEA04zHGrMOUlEE3qmaETdOFQR/h8wOBEHXlxiOdewNqbU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVAJjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTeQ/+JKkHUajRY+DY5Cv6xlUWts3ocje1Z6ywv5udjwofGma7o+uI\r\nztLHbepKSiOEjoSW5mekuNvJkUmc5z6Zwy1DQ4m9SIgbsgFv2obfXpeAgyiQ\r\n7wKrgRfcTX0tB2S7Dp4jJ3NUxpQgPZ20Gw58wB9pxR5s4IC20qHHFWDBlEtJ\r\nLzC15Nk21mL1hjuPafpVhWbW+TdRiOqCw3RVqWifScI6x1nq34QtJb2AwPeW\r\n/hfcWd76CWVAo4KMqOZ12L7Q6RtoadQ7VinrJtw1JzA+bdO/aPHwVfP98pHL\r\n7lKdyE+Ty6eV4iaGYLwArSXVQNg/uQ/diq/f1VXCIyleJdqQaKubfeUBe+Mm\r\nGd145Sjig36DIwbM2kzaGr8T2jYCL677Tid5CrnNI8RiPu7O9hHrBgMIGf4q\r\nKUAFOi3YjqWOlMX5DRIcGWZm0fWWSds1U0Wt28qkgZKUbZwwLBOZtO67pUAo\r\n0NMChAcaq8kwj1ctJ3HNSGvPArKX2VPCl9aF9uYN6cF/eKUUi7eFEtTwhuhq\r\n9UEd4605Ck0X4zK1LqVtzfkWbvNHuFtOq3xNzYZqSCKmzVU/W4F7Cf3aYCPN\r\ny0YM5CfrMXjJfSiLyej4Hh+nr4K9mQh+KNMQ+PBV5LizGoMJiIKCwOEwXZ+e\r\nQqw15qkup+3FWQOwnMyXtU/Rng0Km7StBi8=\r\n=H5Q3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"b7cc5dde5ee83a41e01bb6f5d932c9fcdffc29da","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/module-definition.git","type":"git"},"_npmVersion":"9.5.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ast-module-types":"^5.0.0","node-source-walk":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","memfs":"^3.5.1","mocha":"^10.2.0","unionfs":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_5.0.0_1683227235098_0.9150071850954165","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"module-definition","version":"5.0.1","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@5.0.1","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/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":{"module-definition":"bin/cli.js"},"dist":{"shasum":"62d1194e5d5ea6176b7dc7730f818f466aefa32f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-5.0.1.tgz","fileCount":5,"integrity":"sha512-kvw3B4G19IXk+BOXnYq/D/VeO9qfHaapMeuS7w7sNUqmGaA6hywdFHMi+VWeR9wUScXM7XjoryTffCZ5B0/8IA==","signatures":[{"sig":"MEYCIQDeueotRByXMtW3RkLLaXVuKg1X6Gc5U/FktsZ7KvWFvwIhANwkLjIElVVkLi11fjbUOJQKWNbBTSbe3v4MA8F6UaRi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7570},"main":"index.js","engines":{"node":">=14"},"gitHead":"1d8725177fafe04a74c7f8dc84105e1d343b5c9c","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/module-definition.git","type":"git"},"_npmVersion":"9.5.1","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"18.16.0","dependencies":{"ast-module-types":"^5.0.0","node-source-walk":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","xo":"^0.54.2","memfs":"^3.5.1","mocha":"^10.2.0","unionfs":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_5.0.1_1683787608545_0.7853769443948455","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"module-definition","version":"6.0.0","keywords":[],"author":{"url":"https://mrjoelkemp.com/","name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"module-definition@6.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/module-definition","bugs":{"url":"https://github.com/dependents/module-definition/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":{"module-definition":"bin/cli.js"},"dist":{"shasum":"724b4c57543f53f814d2892499857777c3859630","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-6.0.0.tgz","fileCount":5,"integrity":"sha512-sEGP5nKEXU7fGSZUML/coJbrO+yQtxcppDAYWRE9ovWsTbFoUHB2qDUx564WUzDaBHXsD46JBbIK5WVTwCyu3w==","signatures":[{"sig":"MEYCIQDY3fzQAztt6dVqgehO2rx2ETEG5hjj9PBlDJDgaD+qAwIhAIXeuZK8p0poChkpsjqHC+d1zioKBeC1RsKy0s/VZlwk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7569},"main":"index.js","engines":{"node":">=18"},"gitHead":"2f9175960f1a4a4242a71dd0e8ecbf9ce8e49a15","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/module-definition.git","type":"git"},"_npmVersion":"10.2.4","description":"Determines if a file is using a CommonJS or AMD module definition","directories":{},"_nodeVersion":"20.11.1","dependencies":{"ast-module-types":"^6.0.0","node-source-walk":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","xo":"^0.58.0","memfs":"^4.8.1","mocha":"^10.4.0","unionfs":"^4.5.4"},"_npmOperationalInternal":{"tmp":"tmp/module-definition_6.0.0_1712727501861_0.3300488054789845","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"module-definition","version":"6.0.1","description":"Determines if a file is using a CommonJS or AMD module definition","main":"index.js","bin":{"module-definition":"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/module-definition.git"},"keywords":[],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com","url":"https://mrjoelkemp.com/"},"license":"MIT","bugs":{"url":"https://github.com/dependents/module-definition/issues"},"homepage":"https://github.com/dependents/module-definition","engines":{"node":">=18"},"dependencies":{"ast-module-types":"^6.0.1","node-source-walk":"^7.0.1"},"devDependencies":{"c8":"^10.1.3","memfs":"^4.17.0","mocha":"^11.1.0","unionfs":"^4.5.4","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"}},"_id":"module-definition@6.0.1","gitHead":"91fcc00a548da95fe5680d5245ca6d9cdccd6e7d","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-FeVc50FTfVVQnolk/WQT8MX+2WVcDnTGiq6Wo+/+lJ2ET1bRVi3HG3YlJUfqagNMc/kUlFSoR96AJkxGpKz13g==","shasum":"47e73144cc5a9aa31f3380166fddf8e962ccb2e4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/module-definition/-/module-definition-6.0.1.tgz","fileCount":5,"unpackedSize":7623,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIETtSaBu+GwM+FII1zkDGCAosyjZkEaC7Xc3nEM7mf7zAiEAk8zfVada8/XnBoV9UyCqXfeoGEE1GtFeuxnqnmI9OXA="}]},"_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-definition_6.0.1_1738416202529_0.24706725982685884"},"_hasShrinkwrap":false}},"name":"module-definition","time":{"created":"2014-03-18T18:28:01.210Z","modified":"2025-02-01T13:23:22.903Z","1.0.0":"2014-03-18T18:28:01.210Z","1.0.1":"2014-03-18T21:44:09.294Z","1.0.2":"2014-03-18T22:49:49.974Z","1.0.3":"2014-03-20T21:22:10.488Z","1.0.4":"2014-03-28T18:37:25.953Z","1.1.0":"2014-06-01T03:17:27.183Z","1.2.0":"2014-06-08T02:39:49.801Z","1.2.1":"2014-06-08T03:15:28.428Z","1.2.2":"2014-06-08T04:55:20.761Z","1.2.3":"2014-06-09T17:44:16.262Z","1.2.4":"2014-06-09T18:01:07.938Z","2.0.0":"2014-10-31T22:23:30.743Z","2.0.1":"2014-11-04T04:23:19.631Z","2.1.0":"2014-11-12T18:50:25.062Z","2.2.0":"2014-12-14T01:19:38.585Z","2.2.1":"2015-01-20T03:16:55.235Z","2.2.2":"2015-07-04T14:42:49.753Z","2.2.3":"2016-06-16T03:24:16.500Z","2.2.4":"2016-08-12T12:14:04.994Z","3.0.0":"2018-08-31T15:28:38.367Z","3.1.0":"2018-09-25T15:30:37.332Z","3.2.0":"2019-03-18T01:05:02.498Z","3.3.0":"2019-11-23T20:33:05.396Z","3.3.1":"2020-11-01T16:14:02.342Z","3.4.0":"2022-02-22T11:29:20.564Z","4.0.0":"2022-03-03T13:34:57.356Z","4.1.0":"2023-03-19T07:45:04.668Z","5.0.0":"2023-05-04T19:07:15.232Z","5.0.1":"2023-05-11T06:46:48.748Z","6.0.0":"2024-04-10T05:38:21.998Z","6.0.1":"2025-02-01T13:23:22.716Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/module-definition"}