{"_id":"expo-atlas","_rev":"73-a6e87e142e7029f019b04489dcc53d6b","name":"expo-atlas","dist-tags":{"next":"0.4.1","latest":"0.4.3"},"versions":{"0.0.0":{"name":"expo-atlas","version":"0.0.0","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.0","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"d2f1e59fb4728a94426a5d529590b2de551c4dd7","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.0.tgz","fileCount":86,"integrity":"sha512-V8910hO5Aavhf6a3d5Hus5Ok9LSsICMlEroxf4lwCBlODneFo5HphHpcRqwbGBbuYU/eRjPTbAEvDb+ARJO3Lw==","signatures":[{"sig":"MEQCIA2u9JvMj8f0b9u5sm09PG+GDcCaT4/eJuaJoN6LNBzhAiAs3Nu7cApHUM0eFI78U8BYuZ69YrjyXjStWr6RWDBzvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3580598},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"64078089e1927ddec68158bbeba9107d1d76a61d","scripts":{"build":"expo-module build","clean":"expo-module clean","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"_npmVersion":"10.2.4","description":"Todo","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"expo":"~50.0.1","typescript":"^5.1.3","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.0_1710171152466_0.4344298650451721","host":"s3://npm-registry-packages"}},"0.0.1":{"name":"expo-atlas","version":"0.0.1","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"97215d9daf01ed5afb8cf7763590a904be1f5306","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.1.tgz","fileCount":90,"integrity":"sha512-H9wCWoA3yeZ57hemu/0K4eW0uvjuL0+3fXxYP64iezM9lfCVfS39EH9pwkhSyWdUAHpJiwi8WyI5GLrwvPKKeQ==","signatures":[{"sig":"MEUCIQCOSwRPNOCF0YLOwazZAk7AfqrKrnaEMlFS8Pp8pqprhQIgP/KXDtrhTFfQfOixcWNPkii56LMSMZB+T1Hcxh2cuGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5027655},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"a24bd30133685baabbcf5953ba26c0661c2aa3e3","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"bfj":"^8.0.0","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.1_1710268870361_0.8433721028153165","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"expo-atlas","version":"0.0.2","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e070a7f41f547f764bfedb903c2071c5e66cf35c","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.2.tgz","fileCount":90,"integrity":"sha512-jMlatmh3YXBsct3ND0tTAWZK34Drwv9OPmW24owFLUn/JqvwiGWdd3hFmyjPWFK2Jr4rHhC1TpvtXZhBQoZuSA==","signatures":[{"sig":"MEQCIFb+Cxr9zK83jlD4lyFynm0kKO9CazTUkUP9Ele9Kk5KAiBaPUbPyXnWaUHfPW3pdqUvyVjntrukYu5FsoGCgOLD8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5028663},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"44da45c8672af88e5bd42be427926b936d865039","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","bfj":"^8.0.0","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.2_1710269237392_0.20065184976520123","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"expo-atlas","version":"0.0.3","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.3","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"626d4ae799924b623bc2e130dd087883ba1f9dcd","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.3.tgz","fileCount":90,"integrity":"sha512-L7ODYunm27c5jIkUaNhxBd49em4PRsUGpKH80Ep6YF4Ub6CZqZwexjHKMDPE9vd3PFncqQz/+6yBxL+zuCxFxQ==","signatures":[{"sig":"MEYCIQDXbAUMhWS7iPjST4k7bvw60yAtHhQUuxBNm2VfGQaRAwIhAJxwZXVhUy0YNiO/V2ykcc9Q2/kDP6WZG8BaBMutRuGI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5028669},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"edbc6592d5ffe82fd532806cd91ce666a323b6c6","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","bfj":"^8.0.0","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.3_1710269993121_0.4063998552617887","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"expo-atlas","version":"0.0.4","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.4","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"51f4fec18d65df4175b50831fc9f707e7e696a29","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.4.tgz","fileCount":94,"integrity":"sha512-LdEKM68m5FFpp6tcW28Ei2Yxm/kPvnqVrW44W8vZFU7yiWjqs5NrfVA/6i7PQt56f7mdU3OfU9YxdkgALHV3hQ==","signatures":[{"sig":"MEQCICNWZvb+Pws/E6v1FAh0GFP10TpP1q9bQuyyyqR8bDEWAiAmcx5lErt3JApjIq+pxhoE7u0NCuyuz1/lZHy6+l/raQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5039696},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"2aaeadcde35cdc66748a4ea5c87c5177b76e97ca","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","bfj":"^8.0.0","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.4_1710274871653_0.5738065275820741","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"expo-atlas","version":"0.0.5","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.5","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"7147df9cea133825e39c748522140bea4394a3c8","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.5.tgz","fileCount":106,"integrity":"sha512-hYorOG2ZGqkkU3cLdpaqEDQifHflsMGFZzCAaOeyC6OtW1x9Fi+eiLiiF04klyvt5UikWWJkzpsf1XBzqpGOsg==","signatures":[{"sig":"MEUCIBdNl4WQDar5UV6yHb8K8csSQHG+qAsI9WSjeQu0XFB1AiEAtxMD2/M00LY3K6XHhd9mjQdHX86YesiGcO2C/6dOstE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4505521},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"02dff118b37db1fe2aab8ea5a7cff8c7d5fa1619","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","bfj":"^8.0.0","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.5_1710366389078_0.909309708324435","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"expo-atlas","version":"0.0.6","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.6","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"7efe9a9c6b56c34f3d464c89b1b512cabe755d14","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.6.tgz","fileCount":106,"integrity":"sha512-hrXAjBYKXp+y6ijkZngPus2mfi85CzmBYKZR0Xtf6060FZCtAmxoJWpDtysx1rnr/dFPCPoFW5hZENwsXWYghQ==","signatures":[{"sig":"MEUCIQCeeEVwuhXt/pY/QtX1d0zMbfl31tAGGto0yt/NfpjCqgIgbItCuVGM9zENAUaEJO6/R2u+a2kUvlPFdJmNYYReuqk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4509443},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"d66e60b57e909f442ca80d3f0128a7bb1dd35e16","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"CI=true expo-module build","clean":"expo-module clean","watch":"expo-module build","web:dev":"cd webui && npx expo start -w","build:all":"expo-module prepare && cd webui && npx expo export -p web --output-dir ../dist","web:export":"cd webui && npx expo export -p web --output-dir ../dist"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","bfj":"^8.0.0","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","expo-router":"~3.4.7","@expo/server":"^0.3.1","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.6_1710422571386_0.4333054351344907","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"expo-atlas","version":"0.0.7","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.7","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"463d2fc85f4e1720e5f2d3921ba7aa9ed597b171","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.7.tgz","fileCount":108,"integrity":"sha512-QydU04XdQZEQAUdNuHBGV5vxAlEGUwksgJNFKdJ7dRkBMcwOy0INeU/3I/TLDG4Yjas4VjWY7M74u6dMaZjFHA==","signatures":[{"sig":"MEUCIHmnv+P1roa0GgmZudABE8UlaCRUlp3+dFzH37PzaPfjAiEAmjSnUK92j0xoqGvQFVAgfbajJk1pBhFztu+VYWr+uAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4161046},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"10a9ef50d11ecc675d865a618e7326a5619e2b3d","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.7_1710690671653_0.5356629352043496","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"expo-atlas","version":"0.0.8","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.8","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"924eb3038217a63da363ad754089d5552681d01b","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.8.tgz","fileCount":108,"integrity":"sha512-Kup8PGeg97LjMWMy6p+pMbEYNaQLYkTawOhnnb6Dgg/BQ4cnYS0Gu+QmscZTOHW28amP5liHEe8DSz7d+tCUdA==","signatures":[{"sig":"MEUCIFLpcZSX6aQJA1BbxFT+K+VcXUpa9BHrK+5wJaGU9JygAiEAynPLoK8+LzdPBYv7dxR0zW42XvoFc4W0EtI+iXh11x4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4161240},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"8a5689032b832f2348b4d5b314c7b57039535193","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.8_1710691222726_0.004419396255040509","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"expo-atlas","version":"0.0.9","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.9","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e2264fc4e5969b22c598aac7fb15e1c04ea4f04f","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.9.tgz","fileCount":110,"integrity":"sha512-Ih+oNg0PXhpzmkSKfJqBrm+LLRCYCs1DXfPY9tBlqA/cd5N6tRvnmBNEy26PlH/bZAr28DsL59dcldc1EUfz2w==","signatures":[{"sig":"MEUCIQDQh9jeKA7n/gTduoq8yUiMq5bxo2RqJ7SeUNwFuJ/ziQIgbewssvMgO5GWMRoKbyh8VtRLpPK7tyTGRyY4iYrtFyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4190239},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"21899e38c6d99999db8b2cc8a80e26615550ccd5","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.9_1710696948871_0.044935314233556234","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"expo-atlas","version":"0.0.10","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.10","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e5722bcd1388e1c661c11d695075969829b39459","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.10.tgz","fileCount":110,"integrity":"sha512-Px7cfIHeevYg7M2o0l9j3M570b/+ldXBerVUH4njpyScyYzF86nxKhQDvW4h3QgRN5DusXB8IsfdRGAAC8hqsw==","signatures":[{"sig":"MEUCIQCS39suCIZvpfdaEggIACbkLId3YvlSjdQ2eV0nsC+MiQIgf1IAKBFa9hYgTeSLO2oPobHAk1c2ZwKfweFy5CH4Jrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4190536},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"072cae3402abfe23415dffff10e71bc2b5e5f9c6","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.10_1710697703130_0.6593351569898325","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"expo-atlas","version":"0.0.11","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.11","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"c653584672865c2f0c724b557d87c06528253642","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.11.tgz","fileCount":110,"integrity":"sha512-z6pudiCF8oZoiL9w0psUAHFiGcu70WZoGaQU7BRtIXcDKan5FssZEOZ1nDVN9l6KJ8pgLcQvyxUKSRx2wUVtmg==","signatures":[{"sig":"MEUCIHp1HLWbjzI9fPEBF6/hm9ro12U7V8ZfStSt1fhdDs37AiEA2TRLJ3aoYpgNunWB01n2Nfert4fl/ggLiJlzkAE1+Ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4190526},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"06c28b1318b29d80c3d8dbb975072245a55a7618","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.11_1711050618518_0.37308536998522146","host":"s3://npm-registry-packages"}},"0.0.12":{"name":"expo-atlas","version":"0.0.12","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.12","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"27d52fbb65f9a02b58bee5fee7a08a5070c30b1a","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.12.tgz","fileCount":110,"integrity":"sha512-jabSF124kDyfLZ5nntZ4j7urSrZJeOHj2FKM7f2Gkzqbd++tkscL/cc4/LKgWSqSQVlW8/Cy62cH7MNKleuneg==","signatures":[{"sig":"MEYCIQCg+teIwfPePoM8JTe4NgKYoEI/n9Fg8Jam48J6KhB4cwIhALncm4an+hFSC9RBFW9AhaTftCpw5a5AkBVXPKkf0hKq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4202346},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"92a9256ef1b0d143e0535158ba2c4da0a0d0184f","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.12_1711554893804_0.32416506362301","host":"s3://npm-registry-packages"}},"0.0.13":{"name":"expo-atlas","version":"0.0.13","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.13","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"5929fefdae81586dadd069a66e147e35d7195c6e","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.13.tgz","fileCount":114,"integrity":"sha512-KyGrk9sCPcSb463Ny5ANIUyXla+LCltYFT/qVxMs5eAtAnQhcVSTVjkY2JAbLIuMHHIHu/26lBpgJiNge59otQ==","signatures":[{"sig":"MEYCIQDSIXvrUsZOvh8+v5+xfOCdmHJ1m7q09H/6wOJXIfSc6gIhAJuywDmPbdAcdkzkwlVK6CgDkLvxjso/BWSRJ1m1QFKp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4207573},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"d7c6ae3bb18e8b40d4f470636193298f1850cb38","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.13_1711557839500_0.3837083099627885","host":"s3://npm-registry-packages"}},"0.0.14":{"name":"expo-atlas","version":"0.0.14","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.14","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"72c7193ba7da7902ba6de5784b29af0dd297b145","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.14.tgz","fileCount":116,"integrity":"sha512-hRoLvwsny6wzZRnj6rUTQjFfTOQcmzrcqSrY/w2gXfzDp7+Hqd+zlRvQFgFflqB/ubX0MfuI8hBSCfz1g665lw==","signatures":[{"sig":"MEQCIHHllvW6ixAVpJ+F+wdblEwwy74xrWrBLQ7kNBbg20RgAiADvHLj/J3jBqLU7CyIM0WWIgjo3M9Y/ppv1qYR53GwkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4207719},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"1889b310316ac28d5333093e1883656f7762cd43","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.2.4","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.10.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.14_1711558084919_0.12024822446317707","host":"s3://npm-registry-packages"}},"0.0.15":{"name":"expo-atlas","version":"0.0.15","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.15","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"d89d14905a3fa59be2969303e6137aae2371ebae","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.15.tgz","fileCount":116,"integrity":"sha512-HuNt0Qy3WO9Xce+ED1b4PBQfDTcC5DVtzsyGSBqixfUXgK/UBCojo3KPQ9ePApMONTe9meLf1xQMb9PpSe2/gA==","signatures":[{"sig":"MEYCIQDHrcO5UiuYH7uCr6n8avZDaOHtKYpKS00sN5TOfTZu6AIhAO1uCGV2T/zYVn0GLRzyWUMafDJdOwmVEUMrpMVSSlQd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4207036},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"f951a992836230886433afe5482145c147d33c90","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","fuse.js":"^7.0.0","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.15_1711722178952_0.12717828917772778","host":"s3://npm-registry-packages"}},"0.0.16":{"name":"expo-atlas","version":"0.0.16","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.16","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"ad851ae0ca3f780b81ea8667de7c5589f82abb74","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.16.tgz","fileCount":113,"integrity":"sha512-5lnxuVafHZuaWnjTpm9JgwFdzYq1VPwHKgYxg7VvIoEGCIaXWqFH7YBSefjSsPjgrASAcPzB2Vd9se37qxvXgw==","signatures":[{"sig":"MEQCIC6TPOpSujMA1djkBPytHbWKmMdGZswAtv+uJoUVZCrXAiBbzLPBFHelElck53c78KOl9yQ0iFNyZ/hDNzVSIsImvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4646434},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"5d5125fc03a872090419e9fc7e05a83d1bddcfa7","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.16_1711921258529_0.7137733153732975","host":"s3://npm-registry-packages"}},"0.0.17":{"name":"expo-atlas","version":"0.0.17","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.17","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"5efd23cb343b54958e8d81380488310e066061b8","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.17.tgz","fileCount":113,"integrity":"sha512-OCNsQ/LF2Bx6A9vTIKsuIXwykTrrJyMqoABNklcprLE5LSZJH80fx/S9m+cikSVxNfq3ofEackYOZ0dHJOp0dg==","signatures":[{"sig":"MEUCIFYt4RfrWrNooEHLOc2tCYRd82lF89QrLCLM2u1/R9EoAiEArO5WFAF/vgFZsYxTDvU+k+rcoTuJMHjSPfnmKs2KszE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4646465},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"d32989e61026095f9cbd2d2a3278cc31a1af1b17","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.17_1711923386935_0.9758327205138395","host":"s3://npm-registry-packages"}},"0.0.18-preview.1":{"name":"expo-atlas","version":"0.0.18-preview.1","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.18-preview.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"b15be7d9d41f3aeb0b5e44f9e4c0700229bbd390","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.18-preview.1.tgz","fileCount":113,"integrity":"sha512-+BsMvGJSwo2MK4rRXTWLnkVYG7HJ1WvP6EZ3ZrRH9ZFNe+/4HLSL7Dthw/lWNwNSS1vJ/Z8KCMN+Fs0prUlhjA==","signatures":[{"sig":"MEYCIQDz+69ynEQ1yeIt3IEoo7XP4FR7/ND56o4s1kc4IIbJxwIhAIIpg1a/jKCJozLYIzOTEbn6VO1W4acm8oPORXlPjF4S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5600387},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"3dca458a1ed21b301b14392d8b870eba734574cf","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.18-preview.1_1712185126977_0.7704882490771958","host":"s3://npm-registry-packages"}},"0.0.18-preview.2":{"name":"expo-atlas","version":"0.0.18-preview.2","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.18-preview.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"7a1ac00bd19ecd9f1d41f093359ef1ba3be22db0","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.18-preview.2.tgz","fileCount":113,"integrity":"sha512-uN1ivLbMuLJVAeNIfOTCsD12RzyrBhfeiX0DAw/qvJKAtWf+X2hAX2N8KvBX+hCKR/J15EQz60k3vkqIomcLkg==","signatures":[{"sig":"MEQCIGW7oxRo5sb+mkFGPfQ9GK50jdrf5jSGiRRBH39rjXDvAiBwHFSs+Lrc8eHAY3N8aiC8bRZMK+swTOMCD/XAyyuWGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5600308},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"16117f89c3bd7095d3ae41325173453d0c82bf73","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle stats from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.18-preview.2_1712234297440_0.5704381448071243","host":"s3://npm-registry-packages"}},"0.0.18-preview.3":{"name":"expo-atlas","version":"0.0.18-preview.3","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.18-preview.3","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e6b34af6230eccc8818d0808e65a63a193708902","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.18-preview.3.tgz","fileCount":111,"integrity":"sha512-adOgeODdwPtv/3QWseH4DZnvjxGl0j3DQh7i2yWcoxb78iETG9gLKYUmFrR82XEvxDK0h2xFYpcCJrZLj9CxeA==","signatures":[{"sig":"MEUCIQD0Y8V2GKl8MhHok6vLSh9iekjgQ0GDLcqAiZiQOr3yhwIgJswQiRxZpI0XAhZxP7HQ1WT3tWxXVmr9r7YZG9ghdC0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6884538},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"6ca892e6731ada30852d001c2465752d6fe71c16","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.18-preview.3_1713446065379_0.7827713713429851","host":"s3://npm-registry-packages"}},"0.0.18":{"name":"expo-atlas","version":"0.0.18","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.18","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"54e29fc862b338c83c42f32f8579b8ee91918f10","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.18.tgz","fileCount":111,"integrity":"sha512-pyFM6nMFHfdS7dXml5mrEDsRFrPq3tLjBoqDpbiO5QJIXgOHeTKBS+pswrVbYI0+28R8ell0Fp37jr8RLpsQgQ==","signatures":[{"sig":"MEUCIB/sd/SwhhbxzVIb5aqxNysNWYxADjQfOzLfoc9PQVLNAiEA9+5pbS9X3zVdcokIIz/wvs3FheBCqIyg0IxGk0rmOdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6884519},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"e59d21c421a1a7edd838125d72e5f4210de39545","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.18_1713447235564_0.37972575827619615","host":"s3://npm-registry-packages"}},"0.0.19":{"name":"expo-atlas","version":"0.0.19","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.0.19","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"c411a04e5ff77ec2cc7783bcfd14a3fea0dec3a9","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.0.19.tgz","fileCount":115,"integrity":"sha512-Bz2UE1Tl1ZboRQ2VatEzC2IYnCsTMB/nEcxyWy2X9p5IeVGODL9eaPr49FMilF+CI0oHGvzj9uK9X1CYoBvt0g==","signatures":[{"sig":"MEUCIQDHw6zmAClQESEbKI3FfbnUiHERhWeheCBI3SK2D6y6BAIgO+b9+6u050NQXCOYu81KQdTgm3CGaArekwhpjlDRO0c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6890461},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"54b2b878481b5b8cc918b23ec398003e28915fbe","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.0.19_1713538614426_0.8129554480617591","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"expo-atlas","version":"0.1.0","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.1.0","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"874dc004d090fa7d5db3b65188d065890a491bfe","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.1.0.tgz","fileCount":121,"integrity":"sha512-Wiw7ztR4X/w0Lxt4cTE8+7JhJHPdXQVCTPQZnwcn/BQs0kGr/0/zbFOx/fl0Fbr+YSjoPRxLb9YZrxfxMl1Uow==","signatures":[{"sig":"MEUCIQCjp6fmXZUcTNrm5rGO7dTcIXgFklSO/fIik/jNq6TwAwIgLBSCBR6GmricfuNqAdV1NZoMiXaSboG7dgZFH4Nq5Ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8940085},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"bc4cf50dfa070bf9724de34e1e4f41039961fe2e","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.1.0_1713623693899_0.8299193600161217","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"expo-atlas","version":"0.1.1","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.1.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"fdf4f4cc324d631d10cc68741d0ed0ebbcafc675","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.1.1.tgz","fileCount":121,"integrity":"sha512-Hav8n5DRNCUPqs/L34KUv3+lj10k8NxOnvyAfsN0lc7cUG3h8SS45xB1xXUDHx4RX5IjKBtCvocdirCmamPQWw==","signatures":[{"sig":"MEQCIAtnw9PoKRIyb/JrQlPl237hqjgx4r4QKMfR7lc9UEtKAiAS2oOxb7CC9JsrjsXf/oxLyOuTfOsDaWsrpORvGC88PA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8939713},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"fe29c38af581f0878f2702e0b5cf73e104835ea6","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.1.1_1713787445855_0.7184077581781294","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"expo-atlas","version":"0.1.2","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.1.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e1a97ad484f58fcf63c8d306fa167430eeae0a43","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.1.2.tgz","fileCount":121,"integrity":"sha512-2jOyAKin31ut8cUXRLrII37zDMnigA0sHFA9cX+GQ/ikzho1Uq0iXbzyBf4zaQl3FmTXGB6A4+upz/JKPTDpSQ==","signatures":[{"sig":"MEUCIDUNBs778iARb0XKoLrNxUaqgl71Qa5zu+ugR4Rlr7yGAiEAy4/AOyrCXL/2r0a+2CHxP3hnpJrf7SF4SrIaFqW45s4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9041798},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"c1b69ed9b58e1dc8406146140f0bfd622bc02d39","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.1.2_1714059710352_0.9658254073600274","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"expo-atlas","version":"0.2.0","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.2.0","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"b69b5475d6b46fce5dc8b86d6b18d9ecb717b2a4","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.2.0.tgz","fileCount":121,"integrity":"sha512-1ygW6ouTC/twYBWXJpw4LsPCCDdBt5KYQQos2y1fTxUyF4VeYq6nMc1dfR0AwFGRo0NyI0YFMDPn3HRWjshzVQ==","signatures":[{"sig":"MEUCICcHQCrUnBEKAmKPKva5/xrQE9TMSyZe5HfzDfHPEW94AiEA6KLRjNDUbKRh556teUmJ/7SkVNklANtxQXId6KxjIoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9054773},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"02c242bbc3579b6dd26f5b6418842bb654d80409","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.2.0_1714322247199_0.04846913730461089","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"expo-atlas","version":"0.2.1","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.2.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/byCedric/expo-atlas","bugs":{"url":"https://github.com/byCedric/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"9516b44b5eb6d5adeea64ab3a55ad1161e102924","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.2.1.tgz","fileCount":121,"integrity":"sha512-vcsiriIxLCppSHCSfz/f2ObDqCWji5rZHADLo2lS9aorUGTx3tq2dGxTB7zt8iTxX43UxgByDskOXofL7yjBNA==","signatures":[{"sig":"MEQCIB757V8pnStUQ3NVv0iWY4SJsUH7BfkbBnsbL2hTmdsiAiAxtMCI1VIetT9vCnyQfIUQTJPof0gTubr1nAVulbBuvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9062236},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"74c3db79d6ffe3313144d862413d154b54e9f403","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/byCedric/expo-atlas.git","type":"git"},"_npmVersion":"10.5.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.2.1_1714569560901_0.6642406658721116","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"expo-atlas","version":"0.2.2","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.2.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"9e0ad6ba4b807e31887f7744a3a3c8241a6d6bfa","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.2.2.tgz","fileCount":121,"integrity":"sha512-rLHNoEkxwK59lnymBNanZXRx6UD/rqpDu1EsN04ia6g9GYFN6EL8llUVZbl+CFrzkEwdHqrkKv2DBPZkiGbq3A==","signatures":[{"sig":"MEYCIQD0OlAzvpeBBgCQqm//AuYjJArvKpIL5zygWDwThSWAQwIhAJi07E1uddBIHWvBDmNvYGapKTZjzJlpWUaJiJtWTlTe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9063172},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"e1a6f53be7d29b1786bf4688fe3a94119036ca2c","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.7.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.2","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.3.1","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.2.2_1714659969739_0.17630162014508044","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"expo-atlas","version":"0.3.0","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.0","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"297b9d0ba1d5b1341636822c2137ea408f0bbf05","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.0.tgz","fileCount":121,"integrity":"sha512-EfG0RYdHyeMp5exuOw2p0VtbJfxKZiuMFmuZCnkkN2Qg751TKc3rPY8eom95JC9mNSH8DRS0Ia2hAMgPx9333Q==","signatures":[{"sig":"MEUCIQCm2DtVPlD+Lcgsst47G0rGyIuGXjFh82RtpnNtcKVAbAIgVjcCNHRcD9GQiqSXzKnSuXTRq+ops+X9n+GqHcRfbMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9062403},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"861ff516979d79830d886dcfd7cc094d4b1296a3","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.7.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.12.2","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.0_1715354885264_0.16523770125045711","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"expo-atlas","version":"0.3.1","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"19c25240a3e480d54b04abffeb152ab936c63a2c","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.1.tgz","fileCount":123,"integrity":"sha512-VKyCHjNLwuYYDiULYbZ/5tGEvFeiMV5Ah12bagCizcoFKfPqiuwAiswcrRKXg0b25iwR7GdyIHYUJJgD0FXSrg==","signatures":[{"sig":"MEQCIC+1b33n/tTqeG0UYwLIK6RFJlzhpeo8V93Eh0Q6r8HvAiBBNTiR97ki2PW2g7IygjlkxaC3oZRIXummApKlcxOxZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9064031},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"08f5e80f2c7e185b474c755532e7ccaa1cdf7e89","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"22.2.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.1_1716032724722_0.5393301372051365","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"expo-atlas","version":"0.3.2","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"d367038c4a173d8781990d0c10a0520d54429439","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.2.tgz","fileCount":123,"integrity":"sha512-ONlsfOBADBLXvgtgfwrg4AKtZO0hrY5R/Ph03V0P0k+CxtvQZr409R94lc+XZy+OYhgeIYzymSWXKEDa5a7Bhw==","signatures":[{"sig":"MEUCIEFneCnvgegWQNWxTGQ0/RxsHMeNDjEmfDgpIQv3uUb2AiEA2TnOZ/TGruZ5VcAiEU2Kfjt5k3t/l+7qr5p8EBBotN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9071849},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"feeeba7ddb735ed297a9e88f645a985683a9a37c","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.2_1716047798814_0.9630686725910949","host":"s3://npm-registry-packages"}},"0.3.3":{"name":"expo-atlas","version":"0.3.3","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.3","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"527bcbf95bf3f61f726a6cf7506cdb67d158ff04","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.3.tgz","fileCount":123,"integrity":"sha512-WhOQxZ8r0ZudLHnzwb4V7LnVwJ+TesOEF0EpH1kluB981nizxU3K8Oh8bGcu3Q/AbZaTfLkGZTlfh7ZYDmhTrw==","signatures":[{"sig":"MEQCIHB1zAptSa6MWUatRKFWPafCzE+O4rp0q849XH6HUYLHAiAH0feB1OK7jywBQp7J69y9ff4wcsaV/EtNxV6fjzXItQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9072135},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"dc16bbe33d54dc48c857004a30532744162a8dbd","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.3_1716048531093_0.44099920268701176","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"expo-atlas","version":"0.3.4","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.4","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"932c50ad2ef22463bcb765b277d7c6c8e784d119","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.4.tgz","fileCount":121,"integrity":"sha512-aSwKaTB48Wiu7qlFOGVFqoWgkY0HpKguylz8n1w/iLl2E5gRMgL/3WqRYhnuefkD/zOF9LFybSUZbuax/KoCOA==","signatures":[{"sig":"MEYCIQCJP1i93+/MVXKWTvRWqJTf1W5lB0QyM6lA6DRKRUtWHQIhAKGES1Ot4Jwj38SgHmCwQ0oXrrqXNY9LAWlGT9oYm+LJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9063144},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"1a0b813dd1b37cd098d2fe6b755e5ea00fc98205","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.4_1716049320649_0.6773012163248429","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"expo-atlas","version":"0.3.5","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.5","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"bb059f2b605d9791bc06af423dfcc0e6a0416cdb","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.5.tgz","fileCount":123,"integrity":"sha512-Ucjcx6TcuzTgoaUif+6egBAFuKsl9YxAVFUiElv8akkrkI31lF3uBKP1HJ4ISetwkbLo173QbQ+pDTG0l9/98w==","signatures":[{"sig":"MEYCIQCz+NaeHTQVDCqUbSs9RKcDmymsY0lnI05+3dgfD/6jfQIhAMUsS689Ezb0zre8GHLB3TL9ExpJ2GjYJum1ulXdZTDv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9072047},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"53a1f46418416095074300d03b0ed7ef8ce071bd","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.5_1716049886136_0.04710800778279922","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"expo-atlas","version":"0.3.6","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.6","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"11f355275784c9147d4209b0c04ccd800cc66d25","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.6.tgz","fileCount":123,"integrity":"sha512-FKZkcnGjsfNnvnYrr0B/MmPzyYwvWqprA+t5iE6alQbZF8F47O6sjchk0u2Hn1tlJWjS7PVji14/h0BK2rAqpA==","signatures":[{"sig":"MEYCIQC0vS4t300pZve2KwBcRFtkDRiRBmlV3bHfV/bsihPV3QIhAPgIgWbfHFNQNvN21vabvyvH1XW0fEkenHMyrb+kuety","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9072047},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"423bcc0fbdcf422bdfd3a7234ba0efc63c4e4bb1","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.7.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.6_1716417315342_0.2335079915575391","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"expo-atlas","version":"0.3.7","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.7","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"ac81bfb1f1508ae80d9d1cfe659dd0dbe3b5a5f6","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.7.tgz","fileCount":123,"integrity":"sha512-EuHns4fNQ92y6bMQmTbZ1aW3XEx/NoYYml8T2++fI3159VaC0NHScrCZizv2HrVy58LmMjw2KaCmd0rSRRkk7g==","signatures":[{"sig":"MEUCIQCa4aiLxTNEZaX4l0aEfNDjA1uWlPb4k9RWkfZkWE1OCwIgOOmb6pQHQQ4UzsjLFSREIfZL+q7y8db6BZACwchi8tI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5099521},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"a8287af37047dda53abc8925d36701ba0b4e4997","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.7.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.7_1716741355685_0.39791326726909193","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"expo-atlas","version":"0.3.8","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.8","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"07dca6bb6f6d0cab539df26e8bc740661f303060","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.8.tgz","fileCount":123,"integrity":"sha512-gsOHpk3BI3E2XOTIDsm+/7+jWnKR5n6+68s7fUP8XFSloCDwdtqUjoCEWVASu3ZipY90zGMkNX8q4fT1Bxdb6Q==","signatures":[{"sig":"MEYCIQCkiA4RbAg4swTRt1CKRxS3xV7x6AMs+N1wDr+PmPlW7QIhAKNhgvbqXhscrL1wk9ak9oC9ZKtWgbG/MNAH9WT3XMbk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5099500},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"3ce69266f3b1c3505fc645aad0a90fb9af540375","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.7.0","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.13.1","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.8_1717104576729_0.886870479948292","host":"s3://npm-registry-packages"}},"0.3.9":{"name":"expo-atlas","version":"0.3.9","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.9","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"c11a567ab758cb369c4ca4db2bef549d41dad6e3","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.9.tgz","fileCount":123,"integrity":"sha512-Gvk6RUd5GkuxeH4mOsTByZD38gsAXWX2NACKxRRMEtz2y/TXMicoGoXotnn/+Gfl8px/kv0esfDuPydJ7lXhBw==","signatures":[{"sig":"MEUCIQDddtHqHL4kD7Y1LjawHuxiQSV+MExcPtOd70XzhnUr5AIgEkuf+ArC7AaY/AfilACXvcv/8SwQCdZnlWjsh4WYWZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5083633},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"fbf67985ce361cf011490f934c4c3e6426a8a552","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.1","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.15.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.9_1720121917514_0.6696971403092604","host":"s3://npm-registry-packages"}},"0.3.10":{"name":"expo-atlas","version":"0.3.10","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.10","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"1e0ba160d02dd0639efa9a3cd96385f1ec80f967","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.10.tgz","fileCount":129,"integrity":"sha512-/uATVoX18YGgtN/tD05kup5W+6wrZpt+Xg1eVzDdHKCxb2sk+ircOElQqfGHpvZKQjVZPtqo0bLWIPB+W8U0MA==","signatures":[{"sig":"MEYCIQDg8IwOxF5L/hF8AK4Lpbq+OdG6EuU7mRTsvlhuI7iPMgIhAJHKADoFibI366JyloTzfxOOdQGGk5v9Jpo/AtKiVOCy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5085059},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"6568ac44765621836cf34c1bdedfbdda8b1d9791","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.15.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.10_1721133926466_0.3502067559194","host":"s3://npm-registry-packages"}},"0.3.11":{"name":"expo-atlas","version":"0.3.11","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.11","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e025615e0f9ecd43c32b54706a1f3557a0f75124","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.11.tgz","fileCount":129,"integrity":"sha512-mQnKzNlEReusByuBX8GnRsRY1GAL1iy5j/lsJ/dLusQR+xLY7hZaUiZ4XEe+UYzLTSN3d3Sf43hOsDOpxDwm8Q==","signatures":[{"sig":"MEYCIQDvgZTlg9mcGEN/DsghmQwc6MJ+qyj8Wee3pIuDsj1+DAIhAPL77riUOFxHY0vdyLVcQgMD03IT17PRLP3FvOXgBYl1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5085521},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"e2685268e8f6d96ea21e3c7306a8ade8c2be8281","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.15.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.11_1721134457466_0.7336662721368088","host":"s3://npm-registry-packages"}},"0.3.12":{"name":"expo-atlas","version":"0.3.12","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.12","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"cd839834c05bdae93007601fae5c5f26cb30c99b","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.12.tgz","fileCount":129,"integrity":"sha512-xbJtbU73xucTNdBffOE1Cb9UVGxppCoJUZY/DECXDepohsRlHHaGFOoheDx0xYGA9l26zPsPU5p7NlkL8yR2ew==","signatures":[{"sig":"MEQCIFD2smrvvkDDqcP31dQcsnVEeZD6lKO8u0ZeW1On4Kd3AiBnonPNSJt+O7DwxyQZvxo/5NR0+I0bzxPW0ESl+XDdhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5257745},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"20b7946520a7b5a29d5fac2bc8b102ee4c79c25f","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.12_1724619517840_0.8979316066689047","host":"s3://npm-registry-packages"}},"0.3.13":{"name":"expo-atlas","version":"0.3.13","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.13","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"cb092b1c0dbf727eca1e0bbfaef67e498f082100","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.13.tgz","fileCount":129,"integrity":"sha512-nCGHB8gzhxe/PP721StVK48U1SBbUDliu1k8JouHhwPRNarAEpRJPQpmiB8DktHKk7zdj091PsXZ11NQdHUhTw==","signatures":[{"sig":"MEQCIGiD1A8IhE2PjrZ5s99yq6sGNEQbrcJADj/m0ABhHFqpAiAzhRv4wZOvDdN0LtZNNCcWZoUui0mgaOYuqEmGgM9SDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5278412},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"55ab49e22b64a71a1e95d0bdb4e0b7bd63761f5e","scripts":{"lint":"eslint . --ext js,ts,tsx","build":"expo-module build","clean":"expo-module clean","typecheck":"expo-module typecheck"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"prettier":{"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.2","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe","overrides":[{"files":["webui/src/app/**/*.ts","!webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/web"]},{"files":["metro.config.js","babel.config.js","webui/src/app/**/*+api.ts"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":["universe/node"]}],"ignorePatterns":["build","dist","node_modules","webui/expo-env.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.3.10","expo":"~50.0.1","metro":"^0.80.6","eslint":"^8.57.0","prettier":"^3.2.5","@types/bun":"^1.0.8","typescript":"^5.1.3","@types/chai":"^4","@types/node":"^20.11.26","@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo-module-scripts":"^3.1.0","eslint-config-universe":"^12.0.0"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.13_1724925613748_0.2723967395408986","host":"s3://npm-registry-packages"}},"0.3.14":{"name":"expo-atlas","version":"0.3.14","keywords":["expo","atlas","devtools"],"license":"MIT","_id":"expo-atlas@0.3.14","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"20f80367b4c82d20afe7eec41cfcd5c2ff7ca04c","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.14.tgz","fileCount":127,"integrity":"sha512-1L6O8+H3707hLtfncyIV8BsV9DvxmKkELaG1pDTO6wDVXmvmOUfhp5ofP5ybYw08TKRni3fa5JejPqu67iDgOg==","signatures":[{"sig":"MEYCIQC1yCjKTS3q88+hQWr0WU8KcGMduiW3ET+RImeVsTTf5AIhAIvsM/UsBi0GLURWhrte/dLjF4LYioKYjthiI6itVuKl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5142559},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"014fe45c5eade3b5ef691feb467bdee91d924e0b","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.8","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.14_1724948278209_0.5347662291509141","host":"s3://npm-registry-packages"}},"0.3.15":{"name":"expo-atlas","version":"0.3.15","keywords":["bundle","visualizer","explorer","expo","devtools"],"license":"MIT","_id":"expo-atlas@0.3.15","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"766cdf87523337d03bdb61a2c502abf75d1f884e","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.15.tgz","fileCount":128,"integrity":"sha512-VdR6BacCKCSK0EkDcrjS3Rg4w7bddYbQEZk751a0Z/Jrnrqf9K1hzQAWBbd2IHi+kmOnbc7zT6U3vsSDczhBQg==","signatures":[{"sig":"MEQCIFK/EfpeBQvWAzpGrhozKIlrJxQaycmrhZVu7LsEWn30AiBL8ayADwjcbRpNXglzXXxE+qfeegCVjd7pVH8EqTBBXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5142810},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"02cea8c675695bc19b4c46c26690ce4c72e8fd24","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.8","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.15_1725111603885_0.48874300431638273","host":"s3://npm-registry-packages"}},"0.3.16":{"name":"expo-atlas","version":"0.3.16","keywords":["bundle","visualizer","explorer","expo","devtools"],"license":"MIT","_id":"expo-atlas@0.3.16","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"e73b9c9ff4ad8b25453e6df64bc11032ee039a59","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.16.tgz","fileCount":128,"integrity":"sha512-hksAW6OWlVw09ugZR2FLMUtIkoyTHPjzcsjhu602FWmQKCRt7hTvWdLFjMpXQ5RA8VDXWjpwV95Q/3UgX3LG4w==","signatures":[{"sig":"MEUCIAR3Z0hrhBXLUWnOAPk/aclQC78XbaVPMs2XmOp5DiByAiEAuYfsjBfvXwtRQnBoRB2DX9rNy20eMRP+Ra+HkUUJ7TY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5142820},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"ea1ba681fe1361fd4b90e87107b43c35c62697b7","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.8","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.16_1725112004387_0.31670964725136597","host":"s3://npm-registry-packages"}},"0.3.17":{"name":"expo-atlas","version":"0.3.17","keywords":["bundle","visualizer","explorer","expo","devtools"],"license":"MIT","_id":"expo-atlas@0.3.17","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"af14e8b37b50d0ac4abdaf92e1e292d121669999","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.17.tgz","fileCount":128,"integrity":"sha512-KyAfuPzcDnzH6VogprBSigXvRAY+AUrJejoDD0ghCmUyKtz7Vxr9P+uBRqBBD7C9eC6URBNH1w3dpiFcpb+HKg==","signatures":[{"sig":"MEYCIQCDTfYDVDf1nof1jJ9j87n4LqndnUr5c8VzW9yuVoqKfgIhAJZD2nL1+buGDTFOQeV6QmT3zPI2qw4PzQgONahj0Z7S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5142780},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"37879774e70f7dff12d49f49bb1429dc313163d1","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.18.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.8","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.17_1725112264804_0.6427375732913692","host":"s3://npm-registry-packages"}},"0.3.18":{"name":"expo-atlas","version":"0.3.18","keywords":["bundle","visualizer","explorer","expo","devtools"],"license":"MIT","_id":"expo-atlas@0.3.18","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"19fc5e8a5caf3c1e8e112a9a343ee139aacceb25","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.18.tgz","fileCount":128,"integrity":"sha512-KzExtIb+ViNs/jSQcwYQggWBSYBQjKOK/KZls+1EF7wUwz1VgWZGDV1d5v9d0O6i6syshX9J8uIlvSRK9KeCRA==","signatures":[{"sig":"MEQCIBkctpV3NqpdnBQBr8awYvUyCGA9Z73f2p/IciOQRsgcAiA0yiKiWEgHokdu3hpNAwbV+F5/6s5WEAy4YJK+fDpt4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5129728},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"1a8524ff954eebde6c1041ee5c71025789e332b1","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.18_1725113624702_0.6782711339120411","host":"s3://npm-registry-packages"}},"0.3.19":{"name":"expo-atlas","version":"0.3.19","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.19","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"a96b1fcf9e7331884a9211d132daaf833562271e","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.19.tgz","fileCount":128,"integrity":"sha512-IAvfoxMirRSt3UBmDhWYss+CggwD+QpgDD4mYC8GvqoPg4X9+cg0eCAPHjfDEhgUZlr1AQS2pL9snU2PgbPmwg==","signatures":[{"sig":"MEQCIAHpyvAXY+uog+mXnulC0sBX0SsdOLZ1f/qcuJh6MuuIAiBU6XLMo71clXQwcPXPcG7SYoJ33YEPFr+0yYCYq6k4UQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5129802},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"185397340f6f074ba9ca688a823bd3bf767a896b","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.19_1725344017317_0.06626369703337698","host":"s3://npm-registry-packages"}},"0.3.20":{"name":"expo-atlas","version":"0.3.20","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.20","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"199e9c0e8aa2fe0bf6f1669c64fcf12c882e0a7b","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.20.tgz","fileCount":128,"integrity":"sha512-rJfBTLgYATpgJzlqSLNMromMSTvjsAmaW9WBa2AFUmhu6kYxlmLNPN7YSJ7cBk+/OOr/XSR20UoX0o0mf/gdpA==","signatures":[{"sig":"MEYCIQDkfUJ14kOy2qONymSfHzPviFbc2M0/0UTuWMJBjXDOCQIhAKhxNSQ1Y4pf3AsbqHI8DxP+qgORKpOlTXj7bgj3DXM7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5133734},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"a324f7a9652ce0bb1adb90649923ee32ab6d6b92","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.20_1725458812874_0.9530656757333926","host":"s3://npm-registry-packages"}},"0.3.21":{"name":"expo-atlas","version":"0.3.21","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.21","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"10b61a7502903577876d428684bb309cb3187309","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.21.tgz","fileCount":128,"integrity":"sha512-fFDK79qb4dOrMzHZQHIUiQEJ8fsxxZXc7mxWoXPjDY6OvlKTmWE3D6Zmz0FTvYmKOO+L2ObkkKPMykH1MEWItA==","signatures":[{"sig":"MEQCIA5PYhJwzk7obSlCLljybR3F3mebfuJFl5dcjtx/E1tvAiAGPKu9FNAI4xCbk5pORkicX8IYvQUBQea05q4YK/P+Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5132738},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"dbcc0f330495ae868b1b42211c09dbed50de0381","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Inspect bundle contents, on module level, from Metro","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.21_1725533620335_0.41634382039609497","host":"s3://npm-registry-packages"}},"0.3.22":{"name":"expo-atlas","version":"0.3.22","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.22","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"37269c64199b48cb740b3b6062c8862a1b3a96da","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.22.tgz","fileCount":128,"integrity":"sha512-RV3jQebmTbBmeEvSaoM3biasU6853hdaaP0/xDfpBV00WU0gL7nrimWhz6omvU2EgDnsuzcd7TUjroxmidWyaw==","signatures":[{"sig":"MEQCIGnz7Ubq7cXVDgTRQpVv07VeuMXlyi2y714fjqpFzPBkAiAW5yv3/cW4dEHwerRwIfs3tlsXt0ldygwrqQGNPZSXww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5132829},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"8b42209465e261381444d3c0f79b9bcf3024a07d","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.22_1726140958883_0.1728449647484236","host":"s3://npm-registry-packages"}},"0.3.23":{"name":"expo-atlas","version":"0.3.23","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.23","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"ceb93d85df5f3efd823706846d820804962725e0","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.23.tgz","fileCount":120,"integrity":"sha512-I3YYugQ3srbiQ8jvycUSJGsRpXP7+3rk8rn9RfP7V1/2yLHmGHk1p0byMaSOGDUSQWhATHoXeyhfTE7zDN1SMA==","signatures":[{"sig":"MEUCIEuE/DXxhFfGboK/7O+OMzOV6OixCl90YERhpjtHJ7eOAiEA8erdUrT3X8yYw3qRA6XNISD+PdQL5RgjVMrgOxe6Efg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5113473},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"8fefca685b6cae96b3ea363771b1556cb4f8e10d","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.2","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.16.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.23_1727354725385_0.1025197209817148","host":"s3://npm-registry-packages"}},"0.3.24":{"name":"expo-atlas","version":"0.3.24","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.24","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"356ef9b0cba977e3c5041f598a85cc9dac78dd27","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.24.tgz","fileCount":120,"integrity":"sha512-P24H5JgxiRCkG1qpFhxIeOYvhnhzZvoQ2J0+QoZTtMumE7Q1BbTpsyfo4Fpb5zeTteZf81gKbKz5RnZIAmaIow==","signatures":[{"sig":"MEYCIQCmaMmVnb3qnL7cEbFpjIywBti6IzfUKBul3TLnnlrUpwIhAM1/RdFtnlrNSLvdKTSbasj9hKW2cZlHSvVi9Rs659Bx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5113737},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"12918b2ffdc3d1396f2d64287ad3a9c4c1464010","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.3","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.24_1729077305728_0.9418207237014196","host":"s3://npm-registry-packages"}},"0.3.25":{"name":"expo-atlas","version":"0.3.25","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.25","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"369365525a7d23d0fa2c3c4116c4dd33bcf0dad4","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.25.tgz","fileCount":120,"integrity":"sha512-CC/eeYTe6F67o7ijgL4CFKkZWyGqyvIk6lElW+aqIndZ2qUlrsJPBT7hjs1kmXZY9GxcpZCCsZumVMRLQ7xGlA==","signatures":[{"sig":"MEQCIBTXsyIyg/kInVJ6QXO0o9FqB19v/t151DkFno5AwA3nAiBE7vUwVeAeGxVxk8IxLP5810yu2jc7cT2NwFo3zbRIog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5113747},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"c55be8cfe49d543c1eb0c4b08f417514da49182a","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.3","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.25_1729086450600_0.8123123867744666","host":"s3://npm-registry-packages"}},"0.3.26":{"name":"expo-atlas","version":"0.3.26","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.26","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"022d6f39aaf1d1bfdd7c54d13a01bfdd195b250b","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.26.tgz","fileCount":120,"integrity":"sha512-MLZS+4ZkLwVWakeRFCXwJXKypggTCKXWCl35QHCl5IMV0JU+Tli3NkAgteQUGvIjLYEUg407133o79XmivLcVw==","signatures":[{"sig":"MEYCIQDx40kjbxaRq0Uu8/u3U7pUbFQKQIzP6o49PHgymHZI+gIhAKMfaJWM5oo2cuy665SJVtjJg4C/PRmHxN8iDy+X0fFT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5113769},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"e44bda4ba9f7a613417280346ce636358e706e53","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.3","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.26_1729086870277_0.6566409923620806","host":"s3://npm-registry-packages"}},"0.3.27":{"name":"expo-atlas","version":"0.3.27","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.3.27","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"06cdec1f22371fa53db2cad11b70697bfa8cd561","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.3.27.tgz","fileCount":120,"integrity":"sha512-pSHjpTMkoBcUoi90Shr1f+54zsgCK99eY67CmQCeJ07smoRt5bnuoSdPgtRoJHFfCHZAsREVuYF8WZMwm2NXFQ==","signatures":[{"sig":"MEUCIQCnKnclhcd2nOoo4Z+nVylSmn3+Vz4jKrtNGk5uI7G1xwIgLJs4f5mYdykoWIbWAYO4Dl4yaHuVEtCtTiEpQZON9tU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5135697},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"1131fa970a41f7ce8f6bf081545d6bf7390cea08","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.3","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.4.4","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.3.27_1730467084019_0.392890075031749","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"expo-atlas","version":"0.4.0","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.4.0","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"1f83f948c3cf88e9fcc9829199a0bbcd031e0068","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.4.0.tgz","fileCount":120,"integrity":"sha512-UFLN0o53yjooLjPj98+NGzWPAFvr917D+7nPEELW1qXuEj3X4eqrQUdrbckdpIFQz5ke0FK3TvmB5WR+to0JzQ==","signatures":[{"sig":"MEUCIQCWtyHHJAHjvtKIvY+inlz3wh113ptg00EPj11cjnfagQIgTbwsBtbGmQOpvNFMfMdPohWGRQ36QaGynJ6nCgJcbik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5135695},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"9d65cac339660a8638c8e1cab9204cd5a00f808a","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"10.8.3","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"20.17.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^1.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.5.0","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"expo":"~51.0.31","metro":"^0.80.10","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.4.0_1731449365774_0.32218102628511547","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"expo-atlas","version":"0.4.1","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.4.1","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"0cbb4e6247a4b55ce86822f9e91de2550ae6872c","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.4.1.tgz","fileCount":130,"integrity":"sha512-OMXrS6Us79jJga1LTwA/6BSUi/U70P77h9jfAG2ZpY0xRjroro+0D1/B84ECy0wNmCWDdYz3GSilaG3Da82vHA==","signatures":[{"sig":"MEUCIQD/0ApxIQccrGH3ZxdrjcmMcAXkF8KIKyVbCUj/3cnhOwIgHg+tvKTBgStkjXRoutTkH228lL331pXWY9QX07Ud1QQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5168853},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"f1516da1d0cca19fe4f1fb3c7e5f52a99fba1057","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"11.2.0","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^2.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.5.0","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"expo":"~52.0.4","metro":"^0.81.0","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.4.1_1747135519836_0.17857178974037513","host":"s3://npm-registry-packages-npm-production"}},"0.4.2":{"name":"expo-atlas","version":"0.4.2","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"license":"MIT","_id":"expo-atlas@0.4.2","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"bin":{"expo-atlas":"build/src/cli/bin.js"},"dist":{"shasum":"6b2f63dab44c76de888eeb59aa37fe9eeb24ed71","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.4.2.tgz","fileCount":130,"integrity":"sha512-qOQCgQ5+HL/PZIueOM065TAjhbV8g/dejLqFSCnSuc1DzgvvHhXgGrzBb1NGVXnlFUqc1Vy4uUG79wfE/Zs9VQ==","signatures":[{"sig":"MEUCIQDcJJPPJLXF88lxBVkVA9/oYGLSzzmsXdQL6Qd/TwxGNAIgOdYS21D3wIdfO73RDMs3D8+EVfV5BZ0WC+12woebtHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5169436},"main":"build/src/index.js","types":"build/src/index.d.ts","gitHead":"554cfa79222df381bdf8696decd5c068c332afb1","scripts":{"lint":"eslint . --ext js,ts,tsx","test":"bun test","build":"tsc","clean":"git clean -xdf build","start":"tsc --watch","typecheck":"tsc --noEmit"},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"repository":{"url":"git+https://github.com/expo/expo-atlas.git","type":"git","directory":"packages/expo-atlas"},"_npmVersion":"11.5.2","description":"Visualize React Native bundles to understand and optimize your app","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"arg":"^5.0.2","open":"^8.4.2","chalk":"^4.1.2","getenv":"^2.0.0","morgan":"^1.10.0","connect":"^3.7.0","express":"^4.19.2","compression":"^1.7.4","stream-json":"^1.8.0","@expo/server":"^0.5.0","serve-static":"^1.15.0","freeport-async":"^2.0.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","caughtErrors":"all","argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_"}]},"extends":"universe/node","ignorePatterns":["build","node_modules"]},"_hasShrinkwrap":false,"devDependencies":{"expo":"~52.0.4","metro":"^0.81.0","@types/express":"^4.17.21","@types/stream-json":"^1.7.7"},"peerDependencies":{"expo":"*"},"_npmOperationalInternal":{"tmp":"tmp/expo-atlas_0.4.2_1755110010685_0.51100771149167","host":"s3://npm-registry-packages-npm-production"}},"0.4.3":{"sideEffects":false,"name":"expo-atlas","version":"0.4.3","description":"Visualize React Native bundles to understand and optimize your app","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"bin":{"expo-atlas":"build/src/cli/bin.js"},"main":"build/src/index.js","types":"build/src/index.d.ts","homepage":"https://github.com/expo/expo-atlas#readme","bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"repository":{"type":"git","url":"git+https://github.com/expo/expo-atlas.git","directory":"packages/expo-atlas"},"scripts":{"build":"tsc","clean":"git clean -xdf build","lint":"eslint . --ext js,ts,tsx","start":"tsc --watch","test":"bun test","typecheck":"tsc --noEmit"},"license":"MIT","dependencies":{"@expo/server":"^0.5.0","arg":"^5.0.2","chalk":"^4.1.2","compression":"^1.7.4","connect":"^3.7.0","express":"^4.19.2","freeport-async":"^2.0.0","getenv":"^2.0.0","morgan":"^1.10.0","open":"^8.4.2","serve-static":"^1.15.0","stream-json":"^1.8.0"},"devDependencies":{"@types/express":"^4.17.21","@types/stream-json":"^1.7.7","expo":"~52.0.4","metro":"^0.81.0"},"peerDependencies":{"expo":"*"},"eslintConfig":{"extends":"universe/node","ignorePatterns":["build","node_modules"],"rules":{"@typescript-eslint/no-unused-vars":["warn",{"args":"all","argsIgnorePattern":"^_","caughtErrors":"all","caughtErrorsIgnorePattern":"^_","destructuredArrayIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true}]}},"_id":"expo-atlas@0.4.3","gitHead":"e2f8e45bb68738e446a9968e091ac55a6551d392","_nodeVersion":"22.18.0","_npmVersion":"11.5.2","dist":{"integrity":"sha512-nN2bouxFvMsqZqLl0ka+eI9Ofida0PcuoE4v+7fHlgyp95X2cCL8Acf0nRKXmmIBEYazdw0d7BAOZfC0b41oxA==","shasum":"396249bc70c568ff1a8882bbdc0d252557af2067","tarball":"https://registry.npmjs.org/expo-atlas/-/expo-atlas-0.4.3.tgz","fileCount":120,"unpackedSize":5136274,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCblxv1W8rRZsw1SyaqVRyieGmeCjhSVEpHwNjtXPEBHwIgXi+d9tuE3rVk/uD0+cZ+dJNZbJjzMdlbrCWagTwpMik="}]},"_npmUser":{"name":"bycedric","email":"me@bycedric.com"},"directories":{},"maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/expo-atlas_0.4.3_1755158258332_0.8033101727669292"},"_hasShrinkwrap":false}},"time":{"created":"2024-03-11T15:32:32.465Z","modified":"2025-08-14T07:57:38.744Z","0.0.0":"2024-03-11T15:32:32.688Z","0.0.1":"2024-03-12T18:41:10.622Z","0.0.2":"2024-03-12T18:47:17.612Z","0.0.3":"2024-03-12T18:59:53.374Z","0.0.4":"2024-03-12T20:21:11.987Z","0.0.5":"2024-03-13T21:46:29.372Z","0.0.6":"2024-03-14T13:22:51.665Z","0.0.7":"2024-03-17T15:51:11.874Z","0.0.8":"2024-03-17T16:00:22.957Z","0.0.9":"2024-03-17T17:35:49.100Z","0.0.10":"2024-03-17T17:48:23.321Z","0.0.11":"2024-03-21T19:50:18.743Z","0.0.12":"2024-03-27T15:54:54.055Z","0.0.13":"2024-03-27T16:43:59.755Z","0.0.14":"2024-03-27T16:48:05.193Z","0.0.15":"2024-03-29T14:22:59.170Z","0.0.16":"2024-03-31T21:40:58.833Z","0.0.17":"2024-03-31T22:16:27.185Z","0.0.18-preview.1":"2024-04-03T22:58:47.262Z","0.0.18-preview.2":"2024-04-04T12:38:17.706Z","0.0.18-preview.3":"2024-04-18T13:14:25.626Z","0.0.18":"2024-04-18T13:33:55.809Z","0.0.19":"2024-04-19T14:56:54.609Z","0.1.0":"2024-04-20T14:34:54.149Z","0.1.1":"2024-04-22T12:04:06.153Z","0.1.2":"2024-04-25T15:41:50.559Z","0.2.0":"2024-04-28T16:37:27.410Z","0.2.1":"2024-05-01T13:19:21.159Z","0.2.2":"2024-05-02T14:26:10.069Z","0.3.0":"2024-05-10T15:28:05.489Z","0.3.1":"2024-05-18T11:45:24.958Z","0.3.2":"2024-05-18T15:56:39.074Z","0.3.3":"2024-05-18T16:08:51.292Z","0.3.4":"2024-05-18T16:22:00.875Z","0.3.5":"2024-05-18T16:31:26.332Z","0.3.6":"2024-05-22T22:35:15.540Z","0.3.7":"2024-05-26T16:35:55.956Z","0.3.8":"2024-05-30T21:29:37.033Z","0.3.9":"2024-07-04T19:38:37.803Z","0.3.10":"2024-07-16T12:45:26.734Z","0.3.11":"2024-07-16T12:54:17.686Z","0.3.12":"2024-08-25T20:58:38.075Z","0.3.13":"2024-08-29T10:00:14.005Z","0.3.14":"2024-08-29T16:17:58.462Z","0.3.15":"2024-08-31T13:40:04.068Z","0.3.16":"2024-08-31T13:46:44.692Z","0.3.17":"2024-08-31T13:51:05.126Z","0.3.18":"2024-08-31T14:13:44.981Z","0.3.19":"2024-09-03T06:13:37.605Z","0.3.20":"2024-09-04T14:06:53.316Z","0.3.21":"2024-09-05T10:53:40.587Z","0.3.22":"2024-09-12T11:35:59.186Z","0.3.23":"2024-09-26T12:45:25.706Z","0.3.24":"2024-10-16T11:15:06.025Z","0.3.25":"2024-10-16T13:47:30.836Z","0.3.26":"2024-10-16T13:54:30.500Z","0.3.27":"2024-11-01T13:18:04.308Z","0.4.0":"2024-11-12T22:09:26.145Z","0.4.1":"2025-05-13T11:25:20.069Z","0.4.2":"2025-08-13T18:33:30.920Z","0.4.3":"2025-08-14T07:57:38.564Z"},"bugs":{"url":"https://github.com/expo/expo-atlas/issues"},"license":"MIT","homepage":"https://github.com/expo/expo-atlas#readme","keywords":["react-native","bundle","visualizer","explorer","expo","react","devtools"],"repository":{"type":"git","url":"git+https://github.com/expo/expo-atlas.git","directory":"packages/expo-atlas"},"description":"Visualize React Native bundles to understand and optimize your app","maintainers":[{"name":"bycedric","email":"me@bycedric.com"}],"readme":"# Expo Atlas\n\nSee the root [README](../../README.md) for more information.\n","readmeFilename":"README.md"}