{"maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"keywords":["module","type","amd","factory","form"],"dist-tags":{"latest":"6.0.1"},"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"description":"Get the type of an AMD module used for an AST node or within a file","readme":"# get-amd-module-type\n\n[![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-get-amd-module-type/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-get-amd-module-type/actions/workflows/ci.yml?query=branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/get-amd-module-type?logo=npm&logoColor=fff)](https://www.npmjs.com/package/get-amd-module-type)\n[![npm downloads](https://img.shields.io/npm/dm/get-amd-module-type)](https://www.npmjs.com/package/get-amd-module-type)\n\n> Get the type of an AMD module used for an AST node or within a file\n\n```sh\nnpm install get-amd-module-type\n```\n\n## Usage\n\n```js\nconst getType = require('get-amd-module-type');\n\n// Async\ngetType('my/file.js', (error, type) => {\n  if (error) throw error;\n  console.log(type);\n});\n\nlet type;\n\n// Sync\ntype = getType.sync('my/file.js');\n\n// From source code\ntype = getType.fromSource('define() {}');\n\n// From an AST node\ntype = getType.fromAST(node);\n```\n\nThe returned `type` will be any of the following:\n\n* `'named'`: `define('name', [deps], func)`\n* `'deps'`: `define([deps], func)`\n* `'rem'`: `define(function(require, exports, module){});`\n* `'factory'`: `define(function(require){})`\n* `'nodeps'`: `define({})`\n* `'driver'`: `require([deps], function)`\n\n## License\n\n[MIT](LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/dependents/node-get-amd-module-type.git"},"bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"license":"MIT","versions":{"1.0.0":{"name":"get-amd-module-type","version":"1.0.0","keywords":["module","type","amd"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@1.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"f48efa5b2bdf43214602044543df46ba10d0339a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-1.0.0.tgz","integrity":"sha512-Mqkkso7XWYwdOsG+TB396Uhwf+4RtiL/w81YVWP0Dj52iecwWuccvsrme0oYUhRLmKBp72oApbMFOnVJSY6Bvw==","signatures":[{"sig":"MEUCIQDZty9SRa1neUSYoUNbjpc5HBv/SI3/gH1GjtS7ZthFagIgQqxv44XIPVpzrjD6KKjQV7gRHKcHIlo29z+i6X0QLG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"f48efa5b2bdf43214602044543df46ba10d0339a","gitHead":"6f14cefee3ac3dbf3854d0ec8dd3321b82d29d08","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"1.4.14","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"dependencies":{"esprima":"~1.2.2","ast-module-types":"~2.0.1","node-source-walk":"~1.1.2"},"devDependencies":{"mocha":"~2.0.1","esprima":"~1.2.2"}},"2.0.0":{"name":"get-amd-module-type","version":"2.0.0","keywords":["module","type","amd"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"d001d132206b32a6281b9f8561884e1ec0589513","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.0.tgz","integrity":"sha512-XSZaaVPm//zjvqjA5HjS121LDge2a3Xj67Hk+OUkunzjTP3dfJkCsRmz5ibfOpJvk3GfFpdvEI4BDdmzdjih2Q==","signatures":[{"sig":"MEQCIBdlvBarIHLx7CwcZ3x2jJNdKggZMzpkIfAJ9bAPwb3PAiBBHakPkuIHnPM55E5o48PNunEdEyYpID6opD8fpXbCHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d001d132206b32a6281b9f8561884e1ec0589513","gitHead":"a3f3a0bbe583e815e243b1886eac3887e01b9c0a","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"1.4.14","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"dependencies":{"ast-module-types":"~2.0.1","node-source-walk":"~1.1.2"},"devDependencies":{"mocha":"~2.0.1"}},"2.0.1":{"name":"get-amd-module-type","version":"2.0.1","keywords":["module","type","amd"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.1","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"eedb35ca55e1cbe1d95815d546310a07e4ffbcba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.1.tgz","integrity":"sha512-ZMqBk1/VK7gQqkUDHgJdZypxrCBkPyvEj0BVSTNw61RxyFsqLQ0lOKSNm0Z2QM4CLDawshBEFCSwGAl3dBxsjQ==","signatures":[{"sig":"MEUCIQCcHkiagmEStB6A2tdp2933BdwVJfDgkCbN/ow28TYxJQIgYX69SPPSJeS+i0HnSOmbiUfPSAXWOaCHm7o2cDlALME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"eedb35ca55e1cbe1d95815d546310a07e4ffbcba","gitHead":"d7397e76f7870c61bff5493622f9b0a288e5a492","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"1.4.28","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"dependencies":{"ast-module-types":"~2.0.1","node-source-walk":"~1.1.2"},"devDependencies":{"mocha":"~2.0.1"}},"2.0.2":{"name":"get-amd-module-type","version":"2.0.2","keywords":["module","type","amd"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.2","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"11e2182793d1f454ceb29bad4bd9c82abcb0bb0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.2.tgz","integrity":"sha512-as3lMuA5i8nBxvExBYM7XuBPTr4PVt0b4wMWr9QZsqVBTpiXTRCXSzg7unrWjGviFDWaAIqFC/iASQUcNvMj0Q==","signatures":[{"sig":"MEUCIQDGCALZfS9Nh590R0tsK2HWd/FvJbBoa+AA9WByMM/0ZwIgHaowyF52CHFF30c4MV/jrPO/f1xquofoNI0pgrIzHoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"11e2182793d1f454ceb29bad4bd9c82abcb0bb0d","gitHead":"ba59161a5a4e8c90d7528ec6450ef8040b690843","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"1.4.28","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"dependencies":{"ast-module-types":"~2.0.1","node-source-walk":"~1.1.2"},"devDependencies":{"mocha":"~2.0.1"}},"2.0.3":{"name":"get-amd-module-type","version":"2.0.3","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.3","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"2d7a632ab11cb9b877792f16ac3b27db186aa04f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.3.tgz","integrity":"sha512-4171/SE0DxbRMSA6+3a93PR7QkK7Bq6r1knq8I0TGPglxb7ZD95DHIYve/Bvbf/xh/8yqTfQX/+4Jp6y6zUVLQ==","signatures":[{"sig":"MEQCIEt2Ly9t1QvK1MdyXHOhMDpLeKb01DjWN61tsQkO0I5fAiBecLzYgTZ8iSWFev/QXSd5T/zskTVj5bodRfndmftzMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"2d7a632ab11cb9b877792f16ac3b27db186aa04f","gitHead":"744abd3a031550b7d186ce4fab3aa3601aa90182","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"1.4.28","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"dependencies":{"ast-module-types":"~2.0.1","node-source-walk":"~1.1.2"},"devDependencies":{"mocha":"~2.0.1"}},"2.0.4":{"name":"get-amd-module-type","version":"2.0.4","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.4","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"8a23764d81d45e0208059a14302e904a657ad911","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.4.tgz","integrity":"sha512-NCRu48/YeD1TJ84QU7KU8F33RYXcIY/Ad2FoSpcXieX+rxw/bufZIACdksu01ictTQAIIcLRWJVLXhn+/Jp3DQ==","signatures":[{"sig":"MEUCIDt5/JwiWKviQ+L3jGBPRsJm14G2QKnmTOa1j5dx9VQHAiEAsksyMo9lCgC1B3TLqkzWK9ThIiek1deTyKfnje9RXxk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"8a23764d81d45e0208059a14302e904a657ad911","gitHead":"e3714ab13e7f60569a49cf5b6f3f1c4c7e147a42","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"3.8.0","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"_nodeVersion":"0.12.6","dependencies":{"ast-module-types":"~2.3.1","node-source-walk":"~3.0.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type-2.0.4.tgz_1466043053510_0.41614428581669927","host":"packages-12-west.internal.npmjs.com"}},"2.0.5":{"name":"get-amd-module-type","version":"2.0.5","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@2.0.5","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"e671ec5a96ad5fbf53a3a22a289e9238c772ddb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-2.0.5.tgz","integrity":"sha512-ScWV7OFmLmoab7zw065zMD0iR8/zg4TqjH3rpElGbhJEikS4R/dErxox9M8wJMWhUsZqX37PbtDI9fNz9LMkWQ==","signatures":[{"sig":"MEUCIQCsYIc/8lBGuTf9LhEHSLzYTjWnol58VHW4W0Qbp09GRAIgRIxsAwcWk3ddXnWCt691u+wbi1aXI4sDkCne3+O8Q14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"e671ec5a96ad5fbf53a3a22a289e9238c772ddb0","gitHead":"eaee940e83b13e2d6d99b9f985fc05f489306eae","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"3.10.3","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"_nodeVersion":"6.3.1","dependencies":{"ast-module-types":"^2.3.2","node-source-walk":"^3.2.0"},"devDependencies":{"mocha":"~2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type-2.0.5.tgz_1473094772561_0.2968246336095035","host":"packages-16-east.internal.npmjs.com"}},"3.0.0":{"name":"get-amd-module-type","version":"3.0.0","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@3.0.0","maintainers":[{"name":"anonymous","email":"joel@mrjoelkemp.com"}],"homepage":"https://github.com/mrjoelkemp/node-get-amd-module-type","bugs":{"url":"https://github.com/mrjoelkemp/node-get-amd-module-type/issues"},"dist":{"shasum":"bb334662fa04427018c937774570de495845c288","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-3.0.0.tgz","fileCount":3,"integrity":"sha512-99Q7COuACPfVt18zH9N4VAMyb81S6TUgJm2NgV6ERtkh9VIkAaByZkW530wl3lLN5KTtSrK9jVLxYsoP5hQKsw==","signatures":[{"sig":"MEUCIQDXt2vKloVDsAqtKp/jP87vawui5uSbzgrv138cEosckgIgLw630eGlhDxm/1xCoLlVl4pYTi7g1meExtnKy+Gtm+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjWWtCRA9TVsSAnZWagAAsAoP/3DkEDxB0e03t4YRJZXP\nkx5Dgzu/aOSChYhB3rDjFGmDf0KN3DtvuYSMkRVsRivHo13ba6fYzXUsaLXH\nOk/RDlXPrizh6EyfXal7FsI/QeQZyJre5iAAX4ILS7rZmN7ilKmuCGoi9AW7\nMuyRyy5UIaZ0be8LlnZFD+Dn6ufQFbnb/Vs1bRfUvn5+fV/Z5h4aRZKgcYIg\nUX4lPZ3GfJ87DUGi0s8DKkLSaLuFNc+VNRA4MRQ9kR03lO9cJkWb/YZZvVyu\nSKBO330i15gl1UrFxXQ7h1o6XlmBR5VlWY/xNWrBvpj+hwv8ZiqZUpLpPXpT\n1vgiqHMbKRcAlpUcXb2JNhXy2OlRIkWrdeBjQV8Dy6cvUR76lnftak8bbXH7\n10uCa+i21O8QFzRLC0XAB4AUlLqMfVXnJ6hJn2j8eDugDBrKrLhCrFJScYMO\ni4/tjSZe9OzhJh2f/iL8NqtaqHKGfPHzDw7kbwIdoE2PCjhK4+DuzDPpOcWd\nqg2ZGtRZJpmvylBjuhEiLn+fWBwkLeWikZitNMFfOxS77rxYRlS59NQhxHWa\n34e1kZTKjq+Lt2/6dZWMX22abQXrRNjYIQa3AaOCKwmz5/HUr+34AFFh+5tf\nDMkVDzZGHYlRUP5H3VAjnoO0D/TAzzd90b8w3lyzZLjBZQpcXVm89V/J0ugw\ns+/r\r\n=ODf5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"ee3ae96f23ac1d3241d133c2dd9032027af59e58","scripts":{"test":"mocha test/test.js"},"_npmUser":{"name":"anonymous","email":"joel@mrjoelkemp.com"},"repository":{"url":"git+https://github.com/mrjoelkemp/node-get-amd-module-type.git","type":"git"},"_npmVersion":"5.5.1","description":"Get the type of AMD module used for an AST node or within a file","directories":{"test":"test"},"_nodeVersion":"8.9.3","dependencies":{"ast-module-types":"^2.3.2","node-source-walk":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_3.0.0_1535993259608_0.31026087394589386","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"get-amd-module-type","version":"3.0.1","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@3.0.1","maintainers":[{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"dist":{"shasum":"27ee1cfe290bf441aff39fd1283a9d2b7071da33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-3.0.1.tgz","fileCount":4,"integrity":"sha512-P05MPwDLfy8xi2xgxqJqjNtKi5GhAXQBdECSU9Io6baf1Nlkr1rt1aGpY0Cqv7tV55JL+pkgyMDCrnq4CdUk2A==","signatures":[{"sig":"MEUCIQCOJ955ddtydtYM8hnodxRepdI5+5TS2d12EpcuhEw8gAIgA1mr3SESel5/6wmU128kBHguMOk6as443usZ6GjyfPI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGn6HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqmkw//f3oVXDqlsE15EMIKhaumQXW+EACWcDLbxF5wgWON2hyK19cx\r\n+8w8Nc1SkeAt0Ldv46xyc7oytTZmI1CQGgnznIkogtgJ6eYBFyFM/BLjAA8s\r\n5IdVYazkc352yezGMBrtAkb5ODxqs3AGvWnjUshA0ZWNsCr+BdOTEcqm3V4M\r\nt44EAgB2SIhe9vwC7Xf8FUOQmLLNpXWWYuEfQGj4hZqjF8oEIPgNMzXsV8th\r\nJuxYabfCS4k+j/a2D8wOCXAAG1WhrBCRc6ZlfXqGL0wqi2J1uVkdNBS2bRxm\r\nJw8lGpRAWFKAbnuWkhiHJoQ/YBKo2h73kwUo14qQ1zn5xhkK7UWjVHbATaly\r\nybhC4ximQJQ206l3GHZtFJmGaZBT6PGN4zGETyo/cLt8BFvrIIX9VjvPHCeC\r\ntL07QHUfkKQVPB/X5xB+MRepEi3TS/vlwPWSszejsdpchlf0yGZuK3I1gtpK\r\nvoJb75+0tWJTGt0egR+MxVfYWehJjtNP6YiziBLgibjutk6rVnxUt6EZNBbU\r\nzWRgHVgk9c6z8FpuhQAF65BzZbQYKiaTo+HqKfZUg1Qn13mJFlD45/F9YO08\r\n6BEfQDrqbW9gVlQgc8i3kWtx/m5emWfYAtxAKJHYjXzbKiXIlvFnmp5hW+oT\r\n/OcVHtsbikLQDYHLf7ywQg15LYKxJKe99Gk=\r\n=36uq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"2bdda032736cb6388eac9843f9749629e0bf7754","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-get-amd-module-type.git","type":"git"},"_npmVersion":"8.3.1","description":"Get the type of AMD module used for an AST node or within a file","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ast-module-types":"^3.0.0","node-source-walk":"^4.2.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^6.2.3","eslint":"^5.16.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_3.0.1_1645903495769_0.003314599854818079","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"get-amd-module-type","version":"3.0.2","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@3.0.2","maintainers":[{"name":"anonymous","email":"mrjoelkemp@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"}],"homepage":"https://github.com/dependents/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"dist":{"shasum":"46550cee2b8e1fa4c3f2c8a5753c36990aa49ab0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-3.0.2.tgz","fileCount":4,"integrity":"sha512-PcuKwB8ouJnKuAPn6Hk3UtdfKoUV3zXRqVEvj8XGIXqjWfgd1j7QGdXy5Z9OdQfzVt1Sk29HVe/P+X74ccOuqw==","signatures":[{"sig":"MEUCIQC/OtRISCu3al++csVwOpR2XzTNQtnnL11+O8k10DjfEAIgQzg1Bu+VXNcyFogHjYRzOnAeF1Ut9FUiwMz46cFVOFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGn6ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR9A/+KQ8oYp8xIFSlW4VxTiIvQ4gylPhGY/9obM0K1w22PWbSIHhO\r\nTersyPNEPzhvuthqrNvJkXE4gMSeY6SGz1CU5zKRKbkSdu28yn0YHAO8MDt4\r\npT2b3jKnMyYhRe+gir9exPBrab1X76RECkPHZRdBxiqDphDkF14NhWQXlYI/\r\nb16POlLRxa7GwsRFzbCkUd6xCTSR10V0F06gg1bV2EDw2er8PAASn8Y5cia3\r\nNCcnJvrV7CG3tucEgtPwCDUF5gtZtEsQ4D8Ky3BIj7fPaCUBk/85lyUsVM+b\r\nBF4ftrEvQxyZrJM5f9sEUmyGtSPYUpX3FXXjF7GTnhYVBiShJoNkqzA59d3V\r\npXZlG+e7iHr3BGUDDPDk6vnnMowJ3dOHLlT/vnklnLMfWqwgJxzi5tGV8ZII\r\nNaDpxC+vKriwlwVbLT0J+aJtoH67KgSIK1oJYimmH/swb2hyicxUEHHixwlo\r\nQsFfyzduk5vL2qxRrPFItp1HDACjArPzCbglXM/RGtft12ZgpxaW6elilTBT\r\nHbz+GMXVaCk0+2HI4xGDMHFUM/kcpVen8FWxb+nwXnRFgPgFoshqZqrmC5dK\r\nqVPnPx9btJS2zdojIWqQd070I18v2LXBOk5y2dIDTbqxDaljRyY/IZuSoky6\r\nlO7jsniQhKk6V0yAMB2AZsSSOT8s426ZInE=\r\n=u1l4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0"},"gitHead":"dbe4cf958e45bde31b946bbf73d69f8d8fc840e9","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-get-amd-module-type.git","type":"git"},"_npmVersion":"8.3.1","description":"Get the type of an AMD module used for an AST node or within a file","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ast-module-types":"^3.0.0","node-source-walk":"^4.2.2"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^6.2.3","eslint":"^5.16.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_3.0.2_1645903512995_0.0684786243403821","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"get-amd-module-type","version":"4.0.0","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@4.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"dist":{"shasum":"3d4e5b44eec81f8337157d7c52c4fa9389aff78b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-4.0.0.tgz","fileCount":4,"integrity":"sha512-GbBawUCuA2tY8ztiMiVo3e3P95gc2TVrfYFfpUHdHQA8WyxMCckK29bQsVKhYX8SUf+w6JLhL2LG8tSC0ANt9Q==","signatures":[{"sig":"MEQCIBHHFuI44yoixr7SKi/+CbjAzzJqZqSXA8Obu8D4vEqsAiBgXo9S0WvBwuviXHI9aiTxDrTGv2JyAEE7n1UpQCAdTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIMF1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpugBAAn6DLEgo4rVXWl/jCm2oEA9a1yHFPoKrNfLnM3Wg36fq7ld0/\r\n5+AgHucDnWEevqAnWy4t+n1UdbBvEwU9P6BHOzlDXwU9B7EqFo+6pc81pUIk\r\nXzbtLZ6E6G9yZy0GcGxcSCFubkuzNKDe4tF0Gbu0i7VBj/zEDwpjlBCzmCjb\r\nqEMeYaTyGFFsl53xsZl5EYpSBKO+nZgBADl8UutLDdTmN6rJBn7STtNP6KqE\r\nTLfoqba2eEi7m1hXdJBTxs5kOxFrJI/kF4CZASWKd8KcFg9rrZVjaDN6xtPL\r\nFnwW/h64j+95AGrQnvMgObL/g9Df24iLhRu7fbIw8O7OGKZWKsZh489gMWtW\r\nJmyhU0o81c78IogfQQnYfps1owOT7ehiSIsUcsRJCh6+zdtbRyb1n9m3wO4X\r\nU1oKs75dCV/jxhOqBzD/aCEIDHo2DuQTcHnMsEewAlO0qIib5XQpqtoMVnqp\r\ngb8w3FTKAMv2bURhw1geIHiFDiYhgSWY9I+Vpq9yuR8/2Qht6fTdlxgHNXu2\r\n/fOOG+fQXYtH+clZUJ2RVsWHlim6/PPGNE35w2jxvKuSaCt0CWBiSJWbC0QA\r\npNKF7sABiMKs4M9zVvAsfp3I3nmWgqq+ba5XVM+zLXwBX4ilxzOgYzCimDOy\r\nXnYWCpvRnAJOY1lkV4YpzhOtmOywQTJXDSU=\r\n=tMz6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"410217ada7c8b90c8ba1ae434cab2e1c26a180a2","scripts":{"lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-get-amd-module-type.git","type":"git"},"_npmVersion":"8.3.1","description":"Get the type of an AMD module used for an AST node or within a file","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","mocha":"^9.2.1","eslint":"^8.10.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_4.0.0_1646313845490_0.8828294254972902","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"get-amd-module-type","version":"4.1.0","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@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/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"dist":{"shasum":"af1396d02cd935cb6fafdc4a5282395db3422db6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-4.1.0.tgz","fileCount":4,"integrity":"sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ==","signatures":[{"sig":"MEQCICfno6YCxEcXJai2qPUHFnpBu5LCckkUgjrVrMo3lM9tAiAaMSroS+9kkhQV0CkaGs1OyiIFLlrfyufdVgAS1TWHXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFr6CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXaA//TofJ9UM4Njgo8MjVC0ytSUy7wmZDcJK5ouSvi+WXBSDvCNrP\r\nwv+ZPrv54xVmSIZLwG0ja4+uDvxS/gT5BLeuM+3VOqvxLrJA/rTsO929Pn+W\r\nKzY5ZZx1BMdy8vID+Ir/e0LeQ2ta2qQ+L0JvrSqLXfO/ycA9ICYbTAax7Tv8\r\nKCE/ngxxTZBzcOgwElQuvelPVlllv0awZp6E/pRQgkGgIpG/fZfWBIOmiz6C\r\nYEKinoS+o8RM/wXNVWmtr7ZPWe/ybbVBGq1NmVO/PkvYzzMHujyBKrbmMJlt\r\nfNCkIs6wQRyonL6cm1me86jjoY/ymC/8Bd1Sh5c5OcmTTf/gg6mxmVPvX/2o\r\nP7tg9vrxRWlIE/MVhIuRjSF8Q/CkWw3S78kSnq+KSmNQTweIYCwoxYbQ4p6e\r\nDOVYD6NEYOWTlwT4ghD5mkZk7JIWYKKv8v7Wb+AVNNFTQfsh8N3iWcCgcHvl\r\nLCI9lIJx7ZIYHzXkRdxw7MfGgrqZ+rzVKkfOuqzJgPUHMJ93AScQCgAqurSr\r\ndtlX+XNk/RATnT3QZ4wHqyExPb1sasGbcRPM5CPC4b8zgsUq3HlWGEsbm6tq\r\nDqgKViXyUxIFQmipvaICIJeal9xFKCoNPInVRyVQTnZEwPbmhzs4WbStAHWw\r\nhOKDLnooCJAy1AB9TrBq9Nhu7WtLt/ePKsw=\r\n=xDw2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=12"},"gitHead":"b10e02f0d9ca040e88f1db12cf841c48a471f6a6","scripts":{"fix":"npm run lint -- --fix","lint":"eslint index.js \"test/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha","test:ci":"c8 npm run mocha"},"_npmUser":{"name":"anonymous","email":"xhmikosr@gmail.com"},"repository":{"url":"git+https://github.com/dependents/node-get-amd-module-type.git","type":"git"},"_npmVersion":"9.5.0","description":"Get the type of an AMD module used for an AST node or within a file","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","mocha":"^9.2.2","eslint":"^8.36.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_4.1.0_1679212161956_0.7163073127420971","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"get-amd-module-type","version":"5.0.0","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@5.0.0","maintainers":[{"name":"anonymous","email":"patrik.henningsson@gmail.com"},{"name":"anonymous","email":"xhmikosr@gmail.com"},{"name":"anonymous","email":"mrjoelkemp@gmail.com"}],"homepage":"https://github.com/dependents/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/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",5],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/explicit-length-check":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"dist":{"shasum":"b885470ad91332cd4786e9530387b49781991bed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-5.0.0.tgz","fileCount":4,"integrity":"sha512-9mUVPLcOJ8n6VvW+9QOCdYC350Rmqg/hK2I+mFrqoV4KtBkZVGZDnINzN8Zo3s5VoxWk8/isVC48W02+auxDaQ==","signatures":[{"sig":"MEUCIQCw9BYqd36IOjb6rsBRIBvWui2rY+xs03WYSlMSKLx8MQIgD2ylQ+xLL7H3Q8S07eXwZyE3aU5uBAsg1t3XeYmOT4M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVAFFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmow3g//ZDZvfLuILfTNL2fOJTLt/gdhkBYb9RbNZoMN/PvScLl1mMCr\r\nXQ2Tk3Y01xqTNkIU2FySmRW1zcBECeJTf28PGSnADvp8XqAL7ePrwH+BiuMf\r\nzdObzrxhjWe4lO/CVmN0CoE7kxlDOsmPcIfdMpcdBgs7EwGt5Gxf+RaGywB5\r\nhki4SRGZtw9MCQeiiliiBp8+eCtoSJIfXPdg3zdZrUVv+JwCH5HN2/3QSVCV\r\nnMps5GnG1lFHVTqcBzOJR8WOqx/VrfLGiP2+G5MNa8iLWviI5SPQXy5j6OXz\r\nh5XZxO9uhu+BcCNwqzDXDfodTPx7Vt+vb0LGtlo2e4xP91cArbHvs+uS1xhh\r\npiZGDU8q90yFQe8/vjBEsjaYrQOwJRAJU4yarZh9QDZFrUk9AqCmMlzRJ5Gh\r\neA8yTsn8pZl33xQIZgWgHB3kEY2zNZ/1e71UfDy4elkiiP8abi/zbThdjUky\r\nPodklO8FrJ+tgW1xhB3i6bgX3rnDOWwcuNW0IqRzyS4Wh8uAc4BmgiThNCqx\r\nedgdMfjXF32cn8RGOuT+J2h4J+db5KGJzatsTO4KFquVdikk8IH/RdcpQtG8\r\nUg7kke9kAW8cEZ7WTzUgBoQp5jVxeeGuj0XeWa77VoTK5Ao5q2KVpWk98dbo\r\n6rU5H3RhXA+TNr8ebGBdWFJKcUvBH1ag8sY=\r\n=iiwU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=14"},"gitHead":"f26986d8281bc5748a73b5db19024645ac49bdc1","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-get-amd-module-type.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the type of an AMD module used for an AST node or within a file","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","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_5.0.0_1683226949596_0.034142373480265054","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"get-amd-module-type","version":"5.0.1","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@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/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/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",5],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/explicit-length-check":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"dist":{"shasum":"bef38ea3674e1aa1bda9c59c8b0da598582f73f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-5.0.1.tgz","fileCount":4,"integrity":"sha512-jb65zDeHyDjFR1loOVk0HQGM5WNwoGB8aLWy3LKCieMKol0/ProHkhO2X1JxojuN10vbz1qNn09MJ7tNp7qMzw==","signatures":[{"sig":"MEUCIGozywPfTx6G1H00SMXQBj7psCI+6STUrAr+V9grS4JcAiEAs5iqKKRqIZpQHSxiCcxXI/7tOwJQ+Lwn2w4kdPIjXas=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6658},"main":"index.js","engines":{"node":">=14"},"gitHead":"e4dc9e8e5ca1ddc19055d86c4c223c28962810c6","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-get-amd-module-type.git","type":"git"},"_npmVersion":"9.5.1","description":"Get the type of an AMD module used for an AST node or within a file","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","mocha":"^10.2.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_5.0.1_1683788923496_0.3121085651835158","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"get-amd-module-type","version":"6.0.0","keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","_id":"get-amd-module-type@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/node-get-amd-module-type","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/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",5],"object-curly-spacing":["error","always"],"unicorn/prefer-module":"off","space-before-function-paren":["error","never"],"unicorn/prefer-node-protocol":"off","unicorn/explicit-length-check":"off","unicorn/prevent-abbreviations":"off","unicorn/prefer-top-level-await":"off"},"space":true,"ignores":["test/fixtures/*"],"overrides":[{"envs":["mocha"],"files":"test/**"}]},"dist":{"shasum":"702ddcbe6cb8a41ab8f69ce5ea520bf3b0ede69a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-6.0.0.tgz","fileCount":4,"integrity":"sha512-hFM7oivtlgJ3d6XWD6G47l8Wyh/C6vFw5G24Kk1Tbq85yh5gcM8Fne5/lFhiuxB+RT6+SI7I1ThB9lG4FBh3jw==","signatures":[{"sig":"MEUCIQCsOREeDQg2Ud6SOnphCwxpKi/gPGMs0TVF22BcCid5OQIgKp1aZP84siFyZeR886wkcQWbEubTTrZ5jsALUsGQk2Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6657},"main":"index.js","engines":{"node":">=18"},"gitHead":"cb5b096decbec2104b7d673a0bf4303b4d67dd98","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-get-amd-module-type.git","type":"git"},"_npmVersion":"10.2.4","description":"Get the type of an AMD module used for an AST node or within a file","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","mocha":"^10.4.0"},"_npmOperationalInternal":{"tmp":"tmp/get-amd-module-type_6.0.0_1713076766477_0.12189804926386172","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"get-amd-module-type","version":"6.0.1","description":"Get the type of an AMD module used for an AST node or within a file","main":"index.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-get-amd-module-type.git"},"keywords":["module","type","amd","factory","form"],"author":{"name":"Joel Kemp","email":"joel@mrjoelkemp.com"},"license":"MIT","bugs":{"url":"https://github.com/dependents/node-get-amd-module-type/issues"},"homepage":"https://github.com/dependents/node-get-amd-module-type","engines":{"node":">=18"},"dependencies":{"ast-module-types":"^6.0.1","node-source-walk":"^7.0.1"},"devDependencies":{"c8":"^10.1.3","mocha":"^11.1.0","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"],"max-nested-callbacks":["error",5],"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/explicit-length-check":"off","unicorn/prefer-module":"off","unicorn/prefer-node-protocol":"off","unicorn/prefer-top-level-await":"off","unicorn/prevent-abbreviations":"off"},"overrides":[{"files":"test/**","envs":["mocha"]}]},"_id":"get-amd-module-type@6.0.1","gitHead":"874c97e5686e3628314f2ab484d7bd8797fae2f0","_nodeVersion":"20.18.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MtjsmYiCXcYDDrGqtNbeIYdAl85n+5mSv2r3FbzER/YV3ZILw4HNNIw34HuV5pyl0jzs6GFYU1VHVEefhgcNHQ==","shasum":"191f479ae8706c246b52bf402fbe1bb0965d9f1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/get-amd-module-type/-/get-amd-module-type-6.0.1.tgz","fileCount":4,"unpackedSize":6710,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAeycrVdbK5SA+KxPsNg/8i3HoA73U/llDTxhOTHUF36AiEAok6cXKdY/boDVh9DL+KJ8/XLDpnCadkmkD19piDQbaI="}]},"_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/get-amd-module-type_6.0.1_1738415627212_0.9231075439711711"},"_hasShrinkwrap":false}},"name":"get-amd-module-type","time":{"created":"2014-10-25T21:46:46.706Z","modified":"2025-02-01T13:13:47.619Z","1.0.0":"2014-10-25T21:46:46.706Z","2.0.0":"2014-11-01T17:52:44.371Z","2.0.1":"2014-11-08T03:51:14.595Z","2.0.2":"2014-11-08T15:05:59.519Z","2.0.3":"2015-02-28T02:27:45.189Z","2.0.4":"2016-06-16T02:10:55.856Z","2.0.5":"2016-09-05T16:59:33.191Z","3.0.0":"2018-09-03T16:47:39.746Z","3.0.1":"2022-02-26T19:24:55.903Z","3.0.2":"2022-02-26T19:25:13.156Z","4.0.0":"2022-03-03T13:24:05.655Z","4.1.0":"2023-03-19T07:49:22.112Z","5.0.0":"2023-05-04T19:02:29.771Z","5.0.1":"2023-05-11T07:08:43.661Z","6.0.0":"2024-04-14T06:39:26.622Z","6.0.1":"2025-02-01T13:13:47.396Z"},"readmeFilename":"README.md","homepage":"https://github.com/dependents/node-get-amd-module-type"}