103 lines
2.8 KiB
JSON
103 lines
2.8 KiB
JSON
{
|
|
"_from": "aria-hidden@^1.2.4",
|
|
"_id": "aria-hidden@1.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==",
|
|
"_location": "/aria-hidden",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "aria-hidden@^1.2.4",
|
|
"name": "aria-hidden",
|
|
"escapedName": "aria-hidden",
|
|
"rawSpec": "^1.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@radix-ui/react-dialog",
|
|
"/@radix-ui/react-menu"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/aria-hidden/-/aria-hidden-1.2.4.tgz",
|
|
"_shasum": "b78e383fdbc04d05762c78b4a25a501e736c4522",
|
|
"_spec": "aria-hidden@^1.2.4",
|
|
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/@radix-ui/react-dialog",
|
|
"author": {
|
|
"name": "Anton Korzunov",
|
|
"email": "thekashey@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/theKashey/aria-hidden/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Cast aria-hidden to everything, except...",
|
|
"devDependencies": {
|
|
"@size-limit/preset-small-lib": "^2.1.6",
|
|
"@theuiteam/lib-builder": "^0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/theKashey/aria-hidden#readme",
|
|
"jsnext:main": "dist/es2015/index.js",
|
|
"keywords": [
|
|
"DOM",
|
|
"aria",
|
|
"hidden",
|
|
"inert"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
],
|
|
"*.{js,css,json,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/es2015/index.js",
|
|
"module:es2019": "dist/es2019/index.js",
|
|
"name": "aria-hidden",
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/theKashey/aria-hidden.git"
|
|
},
|
|
"scripts": {
|
|
"build": "lib-builder build && yarn size:report",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"dev": "lib-builder dev",
|
|
"format": "lib-builder format",
|
|
"lint": "lib-builder lint",
|
|
"prepare": "husky install",
|
|
"prepublish": "yarn build",
|
|
"prepublish-only": "yarn build && yarn changelog",
|
|
"release": "yarn build && yarn test",
|
|
"size": "npx size-limit",
|
|
"size:report": "npx size-limit --json > .size.json",
|
|
"test": "jest",
|
|
"test:ci": "jest --runInBand --coverage",
|
|
"update": "lib-builder update"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/es5/index.d.ts",
|
|
"version": "1.2.4"
|
|
}
|