{"name":"cjs-module-lexer","version":"2.2.0","description":"Lexes CommonJS modules, returning their named exports metadata","main":"lexer.js","exports":{"import":{"types":"./lexer.d.mts","default":"./dist/lexer.mjs"},"default":"./lexer.js"},"types":"lexer.d.ts","scripts":{"test-js":"cross-env NODE_OPTIONS=--disallow-code-generation-from-strings mocha -b -u tdd test/*.js","test-wasm":"cross-env WASM=1 NODE_OPTIONS=--disallow-code-generation-from-strings mocha -b -u tdd test/*.js","test-wasm-sync":"cross-env WASM_SYNC=1 NODE_OPTIONS=--disallow-code-generation-from-strings mocha -b -u tdd test/*.js","test":"npm run test-wasm && npm run test-wasm-sync && npm run test-js","bench":"node --expose-gc bench/index.mjs","build":"node build.js ; babel dist/lexer.mjs -o dist/lexer.js ; terser dist/lexer.js -o dist/lexer.js","build-wasm":"make lib/lexer.wasm ; node build.js","prepublishOnly":"make && npm run build","footprint":"npm run build && cat dist/lexer.js | gzip -9f | wc -c"},"author":{"name":"Guy Bedford"},"license":"MIT","devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/plugin-transform-modules-commonjs":"^7.5.0","cross-env":"^7.0.3","kleur":"^2.0.2","mocha":"^9.1.3","terser":"^4.1.4"},"repository":{"type":"git","url":"git+https://github.com/nodejs/cjs-module-lexer.git"},"bugs":{"url":"https://github.com/nodejs/cjs-module-lexer/issues"},"homepage":"https://github.com/nodejs/cjs-module-lexer#readme","_id":"cjs-module-lexer@2.2.0","gitHead":"cb772facaab04a64deced6161b5c0efec683189f","_nodeVersion":"24.7.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==","shasum":"b3ca5101843389259ade7d88c77bd06ce55849ca","tarball":"https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz","fileCount":7,"unpackedSize":140246,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFyg9pX5zYmLBFE6Cr6krILyF8dVjNV6Sxt9QzFR8HnCAiAjmy/0sQqzjgrvwe+eINw/Etc6DmGgmZHeP5K6sW8m7g=="}]},"_npmUser":{"name":"guybedford","email":"guybedford@gmail.com"},"directories":{},"maintainers":[{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"mhdawson1","email":"mdawson@devrus.com"},{"name":"nodejs-foundation","email":"build@iojs.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/cjs-module-lexer_2.2.0_1767382826916_0.9253724977544648"},"_hasShrinkwrap":false}