{"_id":"eslint-import-resolver-node","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"dist-tags":{"next":"0.2.0","latest":"0.3.10"},"author":{"name":"Ben Mosher","url":"me@benmosher.com"},"description":"Node default behavior import resolution plugin for eslint-plugin-import.","readme":"# eslint-import-resolver-node\n\n[![npm](https://img.shields.io/npm/v/eslint-import-resolver-node.svg)](https://www.npmjs.com/package/eslint-import-resolver-node)\n\nDefault Node-style module resolution plugin for [`eslint-plugin-import`](https://www.npmjs.com/package/eslint-plugin-import).\n\nPublished separately to allow pegging to a specific version in case of breaking\nchanges.\n\nConfig is passed directly through to [`resolve`](https://www.npmjs.com/package/resolve#resolve-sync-id-opts) as options:\n\n```yaml\nsettings:\n  import/resolver:\n    node:\n      extensions:\n        # if unset, default is just '.js', but it must be re-added explicitly if set\n        - .js\n        - .jsx\n        - .es6\n        - .coffee\n\n      paths:\n        # an array of absolute paths which will also be searched\n        # think NODE_PATH\n        - /usr/local/share/global_modules\n\n      # this is technically for identifying `node_modules` alternate names\n      moduleDirectory:\n\n        - node_modules # defaults to 'node_modules', but...\n        - bower_components\n\n        - project/src  # can add a path segment here that will act like\n                       # a source root, for in-project aliasing (i.e.\n                       # `import MyStore from 'stores/my-store'`)\n```\n\nor to use the default options:\n\n```yaml\nsettings:\n  import/resolver: node\n```\n","repository":{"type":"git","directory":"resolvers/node","url":"git+https://github.com/import-js/eslint-plugin-import.git"},"users":{"vannizer":true,"bsara":true,"alexxnica":true,"jasonxia23":true,"flumpus-dev":true,"guzgarcia":true,"preco21":true},"bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"license":"MIT","versions":{"0.3.3":{"name":"eslint-import-resolver-node","version":"0.3.3","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.3","maintainers":[{"name":"benmosher","email":"me@benmosher.com"},{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"dbaa52b6b2816b50bc6711af75422de808e98404","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz","fileCount":5,"integrity":"sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==","signatures":[{"sig":"MEUCICLsGo/UYGXg+StKWKDqtlChaJcEDDQgrE9iiT5i4VUpAiEAl1KBYCWsFSyzDA/vz0OxU//dCLEIYFyxh7B1JZfAgAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGXMKCRA9TVsSAnZWagAAHjwP/3ZFMODmjcXy0iGlAwSi\nqgtmPieCtgOG/Id7HBP0Mx+lFOZb+tK1XiFZ8icrhIgkr5zYwCjuQBZmhxRR\nvqdjmg0lELOOt0tAjJ0L5WQAPl/77NbvbQwPy38KNpeI+Tt8dbbmNtWuOT07\nkN1VYWGLkOSHBTjN7cGRYhCIL1Ev1BoAyEvpfE/cly0ZasAxnMKZS4vlZ6Su\nTONZwySV0WtwUt51a0yaziIwyFGAwhXfnkKI1P0nUQ9cpf0xXF6Ocw/qo6SP\nabcSPiaenXI4BRg5AgP2sJ220EPaWYTgF0E/+1jNAhaVdaemn2/57KO9JrFz\nKd/P0A4heaBb1j1koHO3sudgp9Sq79AmA8KT0HAkeDxQsFe/yDoDKuP0xvWK\n13HnOTRHcyk03EogaJ+Ju3lb6kzncMZgq06afneNdUh3YDWOMamglZVARnuC\nCwB5xGmGfMN8kR/lrB/WP1loZXeNyVuGF7FBWd31uoQ18yHe+2AdtatYOP/X\nRNN0MkC+kRVsLbKWu+RQ2U56jBwHrPOAEQZk60D0cerQtqhJV9vRjxXQE7Xx\njk9gg9nDsrAfM+N3VaVcfETfmMcG0iREUBBbo52lwfag62TgW+UUQ2GmSgHB\n0QETx5GbCnERIkuUwDHlRmNq7ouFnNKPiJLgvwcSnSlmyUqMREclhsj07iPb\n3S8v\r\n=AcY0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","scripts":{"test":"nyc mocha","coveralls":"nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"6.13.4","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"13.5.0","dependencies":{"debug":"^2.6.9","resolve":"^1.13.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.7.1","chai":"^3.5.0","mocha":"^3.5.3","coveralls":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.3_1578726154019_0.34675444748661266","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"eslint-import-resolver-node","version":"0.3.4","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.4","maintainers":[{"name":"benmosher","email":"me@benmosher.com"},{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"85ffa81942c25012d8231096ddf679c03042c717","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz","fileCount":5,"integrity":"sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==","signatures":[{"sig":"MEYCIQDfwbXfRdOP35vzXdShIeblKINAoh5sPI7YwRcaZdMMewIhAKXh4eJ82pGU4CIejcOxge/gZon3V1Ucs0JBkrBAkqSo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6QGwCRA9TVsSAnZWagAAL1cP/jCRfSimkkhHAKKAFHxy\nwkCQ3ofBsuiMWbfpBrbCQocfkusy5KCwqoadR8GpnpM0fkgcWp9Xy4bUab3/\nGuK2b+IuW3jfLd0OdX6t2hKJxZEgZygq1v70wdKVmVxi847qk3ccKPvAIkZw\nYIWFNXucH2M8KyKOjG9Gedw3n2d1N5u/BPrBFbVu7j53dDeTGh2QMpEtuQ2D\nmEcmBJd/TysHB8YEJDvaicwuZF1FXzIU/BRBEwq1Ig2Is7rdElmCPNuPEymT\nb8w7EqkEtaPuXJCpCmBVC2f1i364iRlZthMtXzdo8favB8MfZxaPh/yx257O\nP2t8Sqp6n7b6GRxHjzArp9uxZFW8VW/vHmVnvnE8Nkgde2l31/BZIwsOZluZ\n0d3G2upBpzsZLL4ctO39G9pTH2P0J1P5e6wECbBfb/oLjM7+V/CX5Vr7LBo4\n/1V12k10HKhESJmciEBxYYNOTji7d0Eh3bacF4r2fXbvegaa4zfpfCD8lyiD\ncFbzB0VIEPMJ9KQIukV9I50gNbT6umiKnxAXAPC1MNW/s4nCOGqMavav8WRm\nF9hvYwdJ6PL/35JHJQSKE6jVbPqce6l2ubsxUBbv2c3MuU06mRJHRKGwXBQ3\n6mq4ePEZfxGeKxrvBGqvec9nMbsaJdTT2lo10rDwGOtXXAD0DA5CQJiVJp3F\neSsZ\r\n=Z3N6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","scripts":{"test":"npm run tests-only","coveralls":"nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"6.14.5","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"14.4.0","dependencies":{"debug":"^2.6.9","resolve":"^1.13.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.7.1","chai":"^3.5.0","mocha":"^3.5.3","coveralls":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.4_1592328623134_0.1457653585073515","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"eslint-import-resolver-node","version":"0.2.2","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.2.2","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"4f5dd01eae1ac8eed0a8dd4653a98623a4cb173c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.2.tgz","integrity":"sha512-yYikUMFUWjQNCrnmVohGbraDy72E0O8I/ay6EPTIaY//TFaUtzvHz4vZzRwFsRP/R3QWVOkae+YdPoykVvz8AQ==","signatures":[{"sig":"MEUCIQC1i0L57r08X8dJzpf0dARrykrUf22bOoELIaKtILWqWwIgEhff+O3l97dgKFiNABrsDudX8u7HMPcMPLtK/Fx76fY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"4f5dd01eae1ac8eed0a8dd4653a98623a4cb173c","scripts":{"test":"mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"3.7.2","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.5","dependencies":{"resolve":"^1.1.6","object-assign":"^4.0.1"},"devDependencies":{"chai":"^3.4.1","mocha":"^2.3.4"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.2.2.tgz_1468492460683_0.9982401435263455","host":"packages-16-east.internal.npmjs.com"}},"0.3.1":{"name":"eslint-import-resolver-node","version":"0.3.1","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.1","maintainers":[{"name":"benmosher","email":"me@benmosher.com"},{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"4422574cde66a9a7b099938ee4d508a199e0e3cc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz","integrity":"sha512-yUtXS15gIcij68NmXmP9Ni77AQuCN0itXbCc/jWd8C6/yKZaSNXicpC8cgvjnxVdmfsosIXrjpzFq7GcDryb6A==","signatures":[{"sig":"MEQCIDqzcii/jBU1jDG2lR/33D9Y50O5hAYm6Ady5nxrlchDAiAImZOhvHH/l8R3KD47ewYFhLRot1ZRp4vt/T8b9ZTt6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["index.js"],"scripts":{"test":"nyc mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"5.0.3","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"6.10.0","dependencies":{"debug":"^2.6.8","resolve":"^1.2.0"},"devDependencies":{"nyc":"^7.0.0","chai":"^3.4.1","mocha":"^2.3.4"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.3.1.tgz_1498212911636_0.3729797813575715","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"eslint-import-resolver-node","version":"0.2.3","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.2.3","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"5add8106e8c928db2cba232bcd9efa846e3da16c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz","integrity":"sha512-HI8ShtDIy7gON76Nr3bu4zl0DuCLPo1Fud9P2lltOQKeiAS2r5/o/l3y+V8HJ1cDLFSz+tHu7/V9fI5jirwlbw==","signatures":[{"sig":"MEUCIQCiyUZKRaHfrUPYpwp3etGFEFkOJI9XGeLUL7OB/XJ6NAIgWExFbzXWuLnTQtgD4u6YDzjs90r8QDdMBDpG8Hj0XBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"5add8106e8c928db2cba232bcd9efa846e3da16c","scripts":{"test":"nyc mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"3.7.2","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.5","dependencies":{"debug":"^2.2.0","resolve":"^1.1.6","object-assign":"^4.0.1"},"devDependencies":{"nyc":"^7.0.0","chai":"^3.4.1","mocha":"^2.3.4"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.2.3.tgz_1471718223843_0.09879478346556425","host":"packages-12-west.internal.npmjs.com"}},"0.3.2":{"name":"eslint-import-resolver-node","version":"0.3.2","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.2","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"58f15fb839b8d0576ca980413476aab2472db66a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz","integrity":"sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==","signatures":[{"sig":"MEYCIQDiUl00T12t4WppXqRdoLvEc3ETaqp6hILjLwVWarDaNwIhAJkOFbnkI+AJLxUsHrWNVebW3r/OzRbwOw+XO2YaJl+C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["index.js"],"scripts":{"test":"nyc mocha"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"5.5.1","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"9.3.0","dependencies":{"debug":"^2.6.9","resolve":"^1.5.0"},"devDependencies":{"nyc":"^10.3.2","chai":"^3.5.0","mocha":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.3.2.tgz_1515143198194_0.444927487289533","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"eslint-import-resolver-node","version":"0.3.7","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.7","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/import-js/eslint-plugin-import","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"dist":{"shasum":"83b375187d412324a1963d84fa664377a23eb4d7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz","fileCount":4,"integrity":"sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==","signatures":[{"sig":"MEUCIQD7xkM0f6UnT987Rnm8tk1m91WIFem8AUHtfTnjjgSH/QIgY1Sgrm4ul3yjbmnNBUlb8RV88yX7OF7WDcLK30IHH7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjv0H5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/eBAAgy9+mYP9zKV6Q4ZH9vRT8/28GLZbL7Aiqog/Zu0Huqho4i9L\r\ne3ZYDPi1f3ZP6GWXZUryCsc/LNqf1JbwpiKQu7ADSs5mZ5pW/wjBYYGX8WdG\r\nI7NQcWo+1Rku3D0MWhMSOqzf4JTHqfYkqX2bcYfse75c3gIAp8PNDXO1soFw\r\nDWEKQPWrbWJFrYCEsGRPY0iQVfZLByOCZmuTNB+0wkZbunAJrequDB0Ua76N\r\n1JmdlQRUiKdzcp/rS2etqcJyNpg+ny4E2a9witb0oDu+8dadnEBhNTNTusrO\r\n1UmipVcBa+nItSp629IaJINV9UvN/X2MsUfPZRVnjR7zF9GED0a1Mo8tGiPP\r\nTEf+mlQzOR3t1Dnm5mVNgh2ziXWLyA6oiXBZ0nxBEskKd5/+jCiZzkT2a7Xs\r\nSHDh7SVf7GXIYAjn9ny8Md6z0HqLX8Ejrja7bI9HLdFIe3Lu7Eu1isrqbJ8C\r\n38CskHi27IJ6Pw6LSEMdC0QpQEBtRagZcwso0OzIloFjaBkHIADxFjiyGyn1\r\nrPuos+87kViYUX+MPMelzMEGGdRYLiBMGySknMynkCSh/H8VcRG5uhVCgmwY\r\nIQh3GsnopCQRhSpGkEig/YC1QeWnd0Sq+GkYD15gU1Z5G/E1vwA7VwYwSJN2\r\nw2ovjLzXKUVbDkYh2H4CQNVYBVPo+gsq9vQ=\r\n=eqeU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"74e2a9562c010aa0f875c83c644e929600fa64c8","scripts":{"test":"npm run tests-only","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/import-js/eslint-plugin-import.git","type":"git"},"_npmVersion":"9.2.0","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"19.4.0","dependencies":{"debug":"^3.2.7","resolve":"^1.22.1","is-core-module":"^2.11.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.9.0","chai":"^3.5.0","mocha":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.7_1673478649567_0.5183175779202092","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"eslint-import-resolver-node","version":"0.3.8","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.8","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/import-js/eslint-plugin-import","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"dist":{"shasum":"be719e72f5e96dcef7a60f74147c842db0c74b06","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.8.tgz","fileCount":4,"integrity":"sha512-tEe+Pok22qIGaK3KoMP+N96GVDS66B/zreoVVmiavLvRUEmGRtvb4B8wO9jwnb8d2lvHtrkhZ7UD73dWBVnf/Q==","signatures":[{"sig":"MEUCIQCRrnwz4XbxydnBcZFRfLKZPZPRnpc31uN7HJZ7f7lPYgIgLmvnC/4/epeG9w+qx1zADNPnmEPh1VasGMCmZwwP6nA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5278},"main":"index.js","gitHead":"7f7a9a6d03b480bfa7453fdb58c84191f2724f97","scripts":{"test":"npm run tests-only","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/import-js/eslint-plugin-import.git","type":"git"},"_npmVersion":"9.8.0","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"20.5.0","dependencies":{"debug":"^3.2.7","resolve":"^1.22.4","is-core-module":"^2.13.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.9.0","chai":"^3.5.0","mocha":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.8_1691207081284_0.1428671990783812","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"eslint-import-resolver-node","version":"0.3.5","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.5","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/import-js/eslint-plugin-import","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"dist":{"shasum":"939bbb0f74e179e757ca87f7a4a890dabed18ac4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz","fileCount":4,"integrity":"sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==","signatures":[{"sig":"MEUCIHBRj0brx5zmHAZWegDsoYJhF/d+Npk6a2KDCw6QyN2mAiEAnMb51WQQZqTKlozCEK1XFvDOO34q9SwO5iGfY+I0wHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEEMvCRA9TVsSAnZWagAAp0AP/j7sli56uu/Ur/2Zfrg7\ngmxzLdzp28oovKtH5Ygw/Wsc2atxHTZnmppcqTnZua77G4RTyVn5OJoxHlOy\nUdUPlHEeY19BjKEr5hyrHNpurpQjifVHUCca9mbOhT2mC3C01WRBOjCJO5JM\nZkJec1wBuIWfjf8ZPjKv1c4qpup9gA2f+Vv6vbLzkIyJR+6rjk1v1qVh4sAU\ntKb21fb1FQ9vwNDRPzp56MNvco2KnmyO+cL0/TFF3iqg4YmLuh8vtVmCXFrK\nCy2+KwoNt/gkpODmG8S9XZ1uY2CPLUQrlDuJBv0CNe/uS4ylu3IooxQMOHmo\nSD107w5kcVl2C2WEz7W2LhKAY72ABxtQJ6/gMR+FCkn3/T2ZjwHqdo1W1RUh\nKCjs5OIuU3OwMBXPo/gFnXjwqDI6lf+Q76nMChqfaEjtwlAqf6N8IhRqYbdQ\nw7thnYj18eKM0v99BRAIPikijwBJDAdE8Q9hcvpuYLivHX7ArZue6QyiqNyS\nsrl3ZPHb6+G/orrKd7EtOBwkLHsAlmSu58XT07rSbOnsW129bm8Rq6hGbBuU\n36ElXCCmvKs79QjEF44F3TJISzrdNot7FxLjWtYxpDn03KktgVJl0e0C7ahu\nFxBEGirpx20RJz7Ecj7ohHpM5FXVGsNzWrW8i28jC1swm3R4phTI30Qsi3fT\nMjGx\r\n=tr0t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","scripts":{"test":"npm run tests-only","coveralls":"nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/import-js/eslint-plugin-import.git","type":"git"},"_npmVersion":"7.20.3","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"16.6.1","dependencies":{"debug":"^3.2.7","resolve":"^1.20.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.9.0","chai":"^3.5.0","mocha":"^3.5.3","coveralls":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.5_1628455726985_0.4485912685645188","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"eslint-import-resolver-node","version":"0.3.6","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.6","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/import-js/eslint-plugin-import","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"dist":{"shasum":"4048b958395da89668252001dbd9eca6b83bacbd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz","fileCount":4,"integrity":"sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==","signatures":[{"sig":"MEYCIQC7iWeem8H7cV62KIrf0dRvI8kUNEcDjgklIHFcrvk86QIhAJPNkEgYTj90JOUrwTZlw8G0M/9mHRoKNFhaeWtSV95j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGUaMCRA9TVsSAnZWagAADQYP/2xqC/wghV7GBMSsbmE6\nJ+gu5nF/2zF+HUrFHjoW+AbZKInQy50EFE/x2Tme0hPXZJ7GBkgwUbSA5308\nwNe9v+RYforDsVxlHA0EKoKBSliwk23vcSOTx/ilYTx5q9jfD732L/79K887\nVLQK14k3i1qSW2+m0T2HapqlhXnWbcovtAWiiWV3uS8hlTNTAxF7JQb8esus\noxzI5ARV3vnP3mNnLf1QcKX99zo0PWFNr1TnCSd1FIRMS+HoUJ8HZCutbjPY\nFMeU0t0aBzhanoZJZFJJlEI1diQUj75WFfcdcOczNzXvNd8NRWlGRKbgNoOr\nS9CupOyaoblye4k3Xjr1if9e6uGEHp6kz+2qF2yV2W+NZFCTENqZaIJ8eUBc\nv/S/G4nrFjyvik9kPMhYkbNhxGOaUSmIj7RQHTEm6oqF5qg6nxT61Kv9DsZc\ny+CgEjYjG9EMj7sFu1dOsIndmPePNC0jKut1UwcKih2+FiZW6mI4m2Vm7Rkb\nSchhXnkzd6qHOohd9j1Z95r5kkMNNFl8QJhE4BEbOKEGp2nseCjrycXWdq4y\nQelPEXJOwOwNyaIwZv4cpcdnQAVM7jL4piUWB6WlByqVCo7Qwbxs+GZ5/bog\nZeW4DHmvu/Nt4NRs7DMYU/XuB6cvuZ6I+zdJbTWWLvigzxtCMeiSscKCRs6L\nNqO+\r\n=BMOJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","scripts":{"test":"npm run tests-only","coveralls":"nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/import-js/eslint-plugin-import.git","type":"git"},"_npmVersion":"7.20.3","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"16.6.2","dependencies":{"debug":"^3.2.7","resolve":"^1.20.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.9.0","chai":"^3.5.0","mocha":"^3.5.3","coveralls":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.6_1629046412667_0.3697347618280191","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"eslint-import-resolver-node","version":"0.1.1","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.1.1","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"fc8b286e36cfe209404160719443601abc2496e1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.1.1.tgz","integrity":"sha512-X4+hOAprIQkd6Ss3R5xXGHVsijRME7J5U6WJyc6zbSD7iRgSWcNEvKPZKKZSEaEtuyRDiNVeB+wBZA67WCwA7g==","signatures":[{"sig":"MEUCIEmnKLOE9O5tPsnNdxu1EGVYmY+GiHQSpsxIONRsO4LLAiEA4vRQ06eGhdNjhNpwXZgjTy75jqz3nvV0WMbS9CbUDUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"fc8b286e36cfe209404160719443601abc2496e1","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"2.14.7","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.2","dependencies":{"resolve":"^1.1.6","object-assign":"^4.0.1"}},"0.2.0":{"name":"eslint-import-resolver-node","version":"0.2.0","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.2.0","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"e12d5346244cf1efd7676ac577317da8c78f6990","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.0.tgz","integrity":"sha512-TJJ5hm3I8Ay3NLe+P9EetOmzHd/EeWK+Hgthf79Fm3ckc9WD1PLcChOawqq6m4j9svuXfqIPdot70TWz5HxFMA==","signatures":[{"sig":"MEUCIDrBqv776b+n3vMJ4uL3wb2PFwYCWXqTpnStGwTsmW8FAiEAzRupDU8Tel00GsKgWK2JFG9DftogBND/eo5vOOoRlRM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"e12d5346244cf1efd7676ac577317da8c78f6990","scripts":{"test":"mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"3.7.2","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.5","dependencies":{"resolve":"^1.1.6","object-assign":"^4.0.1"},"devDependencies":{"chai":"^3.4.1","mocha":"^2.3.4"},"peerDependencies":{"eslint-plugin-import":">=1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.2.0.tgz_1458903224105_0.39970053313300014","host":"packages-13-west.internal.npmjs.com"}},"0.2.1":{"name":"eslint-import-resolver-node","version":"0.2.1","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.2.1","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"476613446039949c6c28c3036db7a2566d8b7b80","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.1.tgz","integrity":"sha512-YQ0R5Coy7gDnlFlX6TDBWe1boqZyZ2+QrsJacK0EQlNfXAOIpLRSwEfKy86JXg8y4h/xbtZBz9PE+2cbAU+1HQ==","signatures":[{"sig":"MEYCIQDKsS6sFlE2RZfLM7RGtspB9veo2FLonYcrJxGeMdgPfgIhAJUlHmGRXw3WoK6yVZ+6DKfTmu4Ni9MSzEmQStKzwsIZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"476613446039949c6c28c3036db7a2566d8b7b80","scripts":{"test":"mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"3.7.2","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.5","dependencies":{"resolve":"^1.1.6","object-assign":"^4.0.1"},"devDependencies":{"chai":"^3.4.1","mocha":"^2.3.4"},"peerDependencies":{"eslint-plugin-import":">=1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.2.1.tgz_1466511809409_0.15001852856948972","host":"packages-12-west.internal.npmjs.com"}},"0.3.0":{"name":"eslint-import-resolver-node","version":"0.3.0","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.0","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"4c8c78bd64fb7f7d491261937a64fe5d7eabc41a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.0.tgz","integrity":"sha512-ksvAnRmy1hPUhJQ8sr1R3eKSZqPDTktKkQcyQA9dYAOUHGWZvyNGwqg1u2RWzz3/IvtR9doQuxlhHrj1CAQRAw==","signatures":[{"sig":"MEUCICJ/Bv/EtKNLvGjitMLFSbQDbiWePzMhVpKJYvJnLrPoAiEAva+1A1qdap6lLPAe4gG4hw/g7l0lHv0gEWcXiIVDF5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js"],"_shasum":"4c8c78bd64fb7f7d491261937a64fe5d7eabc41a","scripts":{"test":"nyc mocha"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"3.10.9","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.6.2","dependencies":{"debug":"^2.2.0","resolve":"^1.2.0"},"devDependencies":{"nyc":"^7.0.0","chai":"^3.4.1","mocha":"^2.3.4"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node-0.3.0.tgz_1481801841867_0.026016395539045334","host":"packages-18-east.internal.npmjs.com"}},"0.1.0":{"name":"eslint-import-resolver-node","version":"0.1.0","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.1.0","maintainers":[{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/benmosher/eslint-plugin-import","bugs":{"url":"https://github.com/benmosher/eslint-plugin-import/issues"},"dist":{"shasum":"dabc60b38b5a28f6782c640574c1de2879bb4793","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.1.0.tgz","integrity":"sha512-uyMh/qGhN/eRxzNu2PzR1VP6Vn45tua+55rKflKSq37l45czttQhRg27Pgz0V2FCcJpLGT0G30dUn5cA8IfWTQ==","signatures":[{"sig":"MEUCIGZ6InpervjsEe3pn+KVS9wV8qB6aza/6MgHAEvBiqICAiEAyCmOzFfiYC+hUN4PGIVung1EJ91J0g4VJE6TdbhRCYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"dabc60b38b5a28f6782c640574c1de2879bb4793","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"benmosher","email":"me@benmosher.com"},"repository":{"url":"git+https://github.com/benmosher/eslint-plugin-import.git","type":"git"},"_npmVersion":"2.14.7","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"4.2.2","dependencies":{"resolve":"^1.1.6","object-assign":"^4.0.1"}},"0.3.10":{"name":"eslint-import-resolver-node","version":"0.3.10","description":"Node default behavior import resolution plugin for eslint-plugin-import.","main":"index.js","scripts":{"prepublishOnly":"cp ../../{LICENSE,.npmrc} ./","tests-only":"nyc mocha","test":"npm run tests-only"},"repository":{"type":"git","url":"git+https://github.com/import-js/eslint-plugin-import.git","directory":"resolvers/node"},"keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"name":"Ben Mosher","url":"me@benmosher.com"},"license":"MIT","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"homepage":"https://github.com/import-js/eslint-plugin-import","dependencies":{"debug":"^3.2.7","is-core-module":"^2.16.1","resolve":"^2.0.0-next.6"},"devDependencies":{"chai":"^3.5.0","mocha":"^3.5.3","nyc":"^11.9.0"},"gitHead":"a09e34f686540e9afc7eef8df974ccce55545fe5","_id":"eslint-import-resolver-node@0.3.10","_nodeVersion":"25.8.2","_npmVersion":"11.11.1","dist":{"integrity":"sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==","shasum":"84ce3005abfc300588cf23bbac1aabec1fc6e8c1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz","fileCount":4,"unpackedSize":5475,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEGVs/qhJ4AnoHMef4mWuxVJUawFKz/C3wmtN/tVTjKbAiEAlqnijVuO/xre/rm5La0duFEvd17g3eytIUmIp3qAPpc="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-import-resolver-node_0.3.10_1775096455254_0.4095584979712621"},"_hasShrinkwrap":false},"0.3.9":{"name":"eslint-import-resolver-node","version":"0.3.9","keywords":["eslint","eslintplugin","esnext","modules","eslint-plugin-import"],"author":{"url":"me@benmosher.com","name":"Ben Mosher"},"license":"MIT","_id":"eslint-import-resolver-node@0.3.9","maintainers":[{"name":"jfmengels","email":"jfm.engels@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"benmosher","email":"me@benmosher.com"}],"homepage":"https://github.com/import-js/eslint-plugin-import","bugs":{"url":"https://github.com/import-js/eslint-plugin-import/issues"},"dist":{"shasum":"d4eaac52b8a2e7c3cd1903eb00f7e053356118ac","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz","fileCount":4,"integrity":"sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==","signatures":[{"sig":"MEUCIQDCX7TxVrcXTslzLRkxZqJBqDllKAGaRnNs7sqVGn5APAIgCGD3GdAp0VDvITdafPloASxotD/TsQ4AA65q54zFD+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5293},"main":"index.js","gitHead":"c7042539bc0faf9af57be4baee1e1f17fad17fdb","scripts":{"test":"npm run tests-only","tests-only":"nyc mocha","prepublishOnly":"cp ../../{LICENSE,.npmrc} ./"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/import-js/eslint-plugin-import.git","type":"git"},"_npmVersion":"9.8.0","description":"Node default behavior import resolution plugin for eslint-plugin-import.","directories":{},"_nodeVersion":"20.5.0","dependencies":{"debug":"^3.2.7","resolve":"^1.22.4","is-core-module":"^2.13.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.9.0","chai":"^3.5.0","mocha":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/eslint-import-resolver-node_0.3.9_1691466623381_0.844750480224135","host":"s3://npm-registry-packages"}}},"name":"eslint-import-resolver-node","time":{"0.3.3":"2020-01-11T07:02:34.186Z","0.3.4":"2020-06-16T17:30:23.299Z","0.2.2":"2016-07-14T10:34:22.716Z","0.3.1":"2017-06-23T10:15:14.387Z","0.2.3":"2016-08-20T18:37:05.584Z","0.3.2":"2018-01-05T09:06:39.104Z","0.3.7":"2023-01-11T23:10:49.753Z","0.3.8":"2023-08-05T03:44:41.429Z","created":"2015-11-28T01:14:38.588Z","0.3.5":"2021-08-08T20:48:47.107Z","0.3.6":"2021-08-15T16:53:32.817Z","0.1.1":"2015-11-30T12:22:42.429Z","0.2.0":"2016-03-25T10:53:46.571Z","0.2.1":"2016-06-21T12:23:31.881Z","0.3.0":"2016-12-15T11:37:22.622Z","0.1.0":"2015-11-28T01:14:38.588Z","0.3.10":"2026-04-02T02:20:55.469Z","modified":"2026-04-27T02:05:10.210Z","0.3.9":"2023-08-08T03:50:23.502Z"},"readmeFilename":"README.md","homepage":"https://github.com/import-js/eslint-plugin-import"}