File: //usr/share/opensearch-dashboards/node_modules/aria-hidden/package.json
{
"name": "aria-hidden",
"version": "1.1.3",
"description": "Cast aria-hidden to everything, except...",
"main": "dist/es5/index.js",
"scripts": {
"test": "ts-react-toolbox test",
"bootstrap": "ts-react-toolbox init",
"dev": "ts-react-toolbox dev",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"prepublish": "yarn build",
"release": "ts-react-toolbox release",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze"
},
"author": "Anton Korzunov <thekashey@gmail.com>",
"license": "ISC",
"devDependencies": {
"ts-react-toolbox": "^0.1.22"
},
"engines": {
"node": ">=8.5.0"
},
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es5/index.d.ts",
"files": [
"dist"
],
"keywords": [
"DOM",
"aria",
"hidden",
"inert"
],
"homepage": "https://github.com/theKashey/aria-hidden#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/theKashey/aria-hidden.git"
},
"dependencies": {
"tslib": "^1.0.0"
}
}