{"bin":{"astro":"astro.js"},"bugs":{"url":"https://github.com/withastro/astro/issues"},"dist":{"shasum":"8934dbc536653a82ddfa241a4b5a68869e428a87","tarball":"https://registry.npmjs.org/astro/-/astro-1.9.2.tgz","fileCount":436,"integrity":"sha512-L+Ma0eR0Aa6QZg7RF0lEs+106Ye1/zukvtq3KtsYIogAojltlwllwU9X5CwMBzFwA55NxpNp4gSRh5US/xb+8Q==","signatures":[{"sig":"MEYCIQC8Up7lkiH1t/JJdAOllcd6wTJlCAxM1pELK6KzRx1lOQIhAJ8XNQkeVShRh2NTxKSk53VsY+fuhTu3NIFGV64YEC7Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":882462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvwIYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaCRAAihTFut/+kTObnzNqzmroDt7iYu2sJz6KVxplNiwO3VTgQjpu\r\nTTX5ycBf1OrZPGP0O5SZJKSybSW+BMIHZWbRpofcYUhYTNBlLAeBJ+sw9dnz\r\nRLmLiZ29lCZvUbeJEQYOafUXGGsZTsYzuBKJClCrJSbWlK4iDxuxuFxhoNfk\r\naGg2ff6W+y7AQ389NfrvzxK9rKeI+mtHzgrxNG9PDM7RWJpJkCg3FC9Evpbm\r\nM3bRehhqrLWFhSqzePkrbJgP6jc6jnv5hq47o24HMg+clbfcxDefV4+qujle\r\niq6E475bTA6pdZ6SdNVl86ZbFp3Eahb4EaqrRKC/c1p427DvgaAXd+GahoYx\r\nJLSlRhq31A0PyKdUjQDv3NDuSLsnUGF41ZzA9pnoslubl4Kg7+HW+TPVIboa\r\n6VaP9eCWJP18q5bVVg62Ckhxk+iSEJWI0w7F4M7RVSWo/ztaJon9bygNplZF\r\nrgQj+dPi4xttpHzEy5fTR3ziNOMtRfkA0cUGnWzAzpu8u28nQM4yMR7zYSvX\r\ngP05lXqYWah9IJvtDb/uVm33xcwcZoUkAiXh7eeD2CO9hLNTYmqEsVw0OWHc\r\nDZS00HPAR/6WSbOmHUQoSy4PA9COT+3qLFjxbHQaIQKJPGns+Gc3Du56WgpC\r\nZrsU5/fE4Zee6KVYckpzIMC03fKSKKDc0DY=\r\n=kXj2\r\n-----END PGP SIGNATURE-----\r\n"},"name":"astro","type":"module","_from":"file:astro-1.9.2.tgz","types":"./dist/@types/astro.d.ts","author":{"name":"withastro"},"engines":{"npm":">=6.14.0","node":"^14.18.0 || >=16.12.0"},"exports":{".":{"types":"./dist/@types/astro.d.ts","default":"./astro.js"},"./app":"./dist/core/app/index.js","./env":"./env.d.ts","./zod":{"types":"./zod.d.ts","default":"./zod.mjs"},"./debug":"./components/Debug.astro","./jsx/*":"./dist/jsx/*","./types":"./types.d.ts","./client":"./client.d.ts","./config":{"types":"./config.d.ts","default":"./config.mjs"},"./app/node":"./dist/core/app/node.js","./client/*":"./dist/runtime/client/*","./server/*":"./dist/runtime/server/*","./astro-jsx":"./astro-jsx.d.ts","./runtime/*":"./dist/runtime/*","./components":"./components/index.ts","./dist/jsx/*":"./dist/jsx/*","./internal/*":"./dist/runtime/server/*","./client-base":"./client-base.d.ts","./import-meta":"./import-meta.d.ts","./jsx-runtime":"./dist/jsx-runtime/index.js","./tsconfigs/*":"./tsconfigs/*.json","./components/*":"./components/*","./package.json":"./package.json","./vite-plugin-jsx":"./dist/vite-plugin-jsx/index.js","./content/internal":"./dist/content/internal.js","./tsconfigs/*.json":"./tsconfigs/*","./vite-plugin-astro":"./dist/vite-plugin-astro/index.js","./vite-plugin-jsx/*":"./dist/vite-plugin-jsx/*","./vite-plugin-astro/*":"./dist/vite-plugin-astro/*","./vite-plugin-markdown":"./dist/vite-plugin-markdown/index.js","./vite-plugin-markdown/*":"./dist/vite-plugin-markdown/*","./vite-plugin-markdown-legacy":"./dist/vite-plugin-markdown-legacy/index.js","./vite-plugin-astro-postprocess":"./dist/vite-plugin-astro-postprocess/index.js","./vite-plugin-markdown-legacy/*":"./dist/vite-plugin-markdown-legacy/*","./vite-plugin-astro-postprocess/*":"./dist/vite-plugin-astro-postprocess/*"},"imports":{"#astro/*":"./dist/*.js"},"license":"MIT","scripts":{"dev":"astro-scripts dev --prebuild \"src/runtime/server/astro-island.ts\" --prebuild \"src/runtime/client/{idle,load,media,only,visible}.ts\" \"src/**/*.ts\"","test":"pnpm run test:unit && mocha --exit --timeout 20000 --ignore **/lit-element.test.js && mocha --timeout 20000 **/lit-element.test.js","build":"pnpm run prebuild && astro-scripts build \"src/**/*.ts\" && tsc","build:ci":"pnpm run prebuild && astro-scripts build \"src/**/*.ts\"","prebuild":"astro-scripts prebuild --to-string \"src/runtime/server/astro-island.ts\" \"src/runtime/client/{idle,load,media,only,visible}.ts\"","test:e2e":"playwright test","benchmark":"node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js","postbuild":"astro-scripts copy \"src/**/*.astro\"","test:unit":"mocha --exit --timeout 30000 ./test/units/**/*.test.js","test:match":"mocha --timeout 20000 -g","test:e2e:match":"playwright test -g","test:unit:match":"mocha --exit --timeout 30000 ./test/units/**/*.test.js -g"},"_npmUser":{"name":"fredkschott","email":"fkschott@gmail.com"},"homepage":"https://astro.build","_resolved":"/tmp/538a598278384de46b7b5572e524f6d0/astro-1.9.2.tgz","_integrity":"sha512-L+Ma0eR0Aa6QZg7RF0lEs+106Ye1/zukvtq3KtsYIogAojltlwllwU9X5CwMBzFwA55NxpNp4gSRh5US/xb+8Q==","repository":{"url":"git+https://github.com/withastro/astro.git","type":"git","directory":"packages/astro"},"_npmVersion":"8.19.2","description":"Astro is a modern site builder with web best practices, performance, and DX front-of-mind.","directories":{},"maintainers":[{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"matthewp","email":"matthew@matthewphillips.info"},{"name":"natemoo-re","email":"nate@natemoo.re"},{"name":"drewpowers","email":"drew@pow.rs"}],"_nodeVersion":"16.18.1","dependencies":{"ora":"^6.1.0","zod":"^3.17.3","diff":"^5.1.0","mime":"^3.0.0","sirv":"^2.0.2","vite":"~3.2.5","acorn":"^8.8.1","boxen":"^6.2.1","debug":"^4.3.4","execa":"^6.1.0","kleur":"^4.1.4","shiki":"^0.11.1","slash":"^4.0.0","vfile":"^5.3.2","cookie":"^0.5.0","recast":"^0.20.5","rehype":"^12.0.1","rollup":"^2.79.1","semver":"^7.3.7","vitefu":"^0.2.1","ci-info":"^3.3.1","devalue":"^4.2.0","postcss":"^8.4.14","prompts":"^2.4.2","resolve":"^1.22.0","fast-glob":"^3.2.11","strip-ansi":"^7.0.1","typescript":"*","@babel/core":"^7.18.2","gray-matter":"^4.0.3","@babel/types":"^7.18.4","deepmerge-ts":"^4.2.2","html-escaper":"^3.0.3","magic-string":"^0.27.0","preferred-pm":"^3.0.3","string-width":"^5.1.2","supports-esm":"^1.0.0","yargs-parser":"^21.0.1","@babel/parser":"^7.18.4","@proload/core":"^0.3.3","estree-walker":"^3.0.1","html-entities":"^2.3.3","github-slugger":"^2.0.0","path-to-regexp":"^6.2.1","@astrojs/webapi":"^1.1.1","@babel/traverse":"^7.18.2","es-module-lexer":"^1.1.0","path-browserify":"^1.0.1","@babel/generator":"^7.18.2","unist-util-visit":"^4.1.0","@astrojs/compiler":"^0.31.0","tsconfig-resolver":"^3.0.1","@astrojs/telemetry":"^1.0.1","@types/babel__core":"^7.1.19","@proload/plugin-tsm":"^0.2.1","@types/html-escaper":"^3.0.0","@types/yargs-parser":"^21.0.0","import-meta-resolve":"^2.1.0","postcss-load-config":"^3.1.4","common-ancestor-path":"^1.0.1","@astrojs/language-server":"^0.28.3","@astrojs/markdown-remark":"^1.2.0","@babel/plugin-transform-react-jsx":"^7.17.12"},"typesVersions":{"*":{"app":["./dist/core/app/index"],"app/*":["./dist/core/app/*"]}},"_hasShrinkwrap":false,"devDependencies":{"eol":"^0.9.1","chai":"^4.3.6","sass":"^1.52.2","memfs":"^3.4.7","mocha":"^9.2.2","cheerio":"^1.0.0-rc.11","unified":"^10.1.2","node-fetch":"^3.2.5","rehype-toc":"^3.0.2","@types/chai":"^4.3.1","@types/diff":"^5.0.2","@types/hast":"^2.3.4","@types/mime":"^2.0.3","@types/send":"^0.17.1","rehype-slug":"^5.0.1","@types/debug":"^4.1.7","@types/mocha":"^9.1.1","@types/unist":"^2.0.6","srcset-parse":"^1.1.0","@types/cookie":"^0.5.1","@types/estree":"^0.0.51","@types/parse5":"^6.0.3","@types/rimraf":"^3.0.2","astro-scripts":"0.0.9","@types/connect":"^3.4.35","@types/prompts":"^2.0.14","@types/resolve":"^1.20.2","@types/prettier":"^2.6.3","node-mocks-http":"^1.11.0","@playwright/test":"^1.22.2","remark-code-titles":"^0.1.2","@types/babel__traverse":"^7.17.1","@types/path-browserify":"^1.0.0","@types/babel__generator":"^7.6.4","rehype-autolink-headings":"^6.1.1","@types/common-ancestor-path":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/astro_1.9.2_1673462296484_0.4368170786855041","host":"s3://npm-registry-packages"},"_id":"astro@1.9.2","version":"1.9.2"}