PC-mj/.output/server/node_modules/unhead/package.json
A1300399510 69bfb3b262 1111
2025-02-20 19:30:25 +08:00

49 lines
1.2 KiB
JSON

{
"name": "unhead",
"type": "module",
"version": "1.11.19",
"author": {
"name": "Harlan Wilton",
"email": "harlan@harlanzw.com",
"url": "https://harlanzw.com/"
},
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://unhead.unjs.io",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/unhead.git",
"directory": "packages/unhead"
},
"bugs": {
"url": "https://github.com/unjs/unhead/issues"
},
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"hookable": "^5.5.3",
"@unhead/schema": "1.11.19",
"@unhead/shared": "1.11.19",
"@unhead/dom": "1.11.19"
},
"scripts": {
"build": "unbuild .",
"stub": "unbuild . --stub",
"export:sizes": "npx export-size . -r"
},
"__npminstall_done": true,
"_from": "unhead@1.11.19",
"_resolved": "https://registry.npmmirror.com/unhead/-/unhead-1.11.19.tgz"
}