Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/focus-trap-react/
Upload File :
Current File : //etc/kibana/node_modules/focus-trap-react/package.json

{
  "name": "focus-trap-react",
  "version": "3.1.2",
  "description": "A React component that traps focus.",
  "main": "dist/focus-trap-react.js",
  "types": "index.d.ts",
  "scripts": {
    "demo-bundle": "browserify demo/js -t babelify --extension=.jsx -o demo/demo-bundle.js",
    "start": "budo demo/js/index.js:demo-bundle.js --dir demo --live -- -t babelify --extension=.jsx",
    "lint": "eslint .",
    "format": "prettier --single-quote --write src/*.js test/*.js demo/js/*.js",
    "build": "babel src -d dist",
    "jest": "jest",
    "pretest": "npm run lint && npm run build",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidtheclark/focus-trap-react.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "aria",
    "accessibility",
    "modal",
    "dialog",
    "focus",
    "keyboard"
  ],
  "author": "David Clark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidtheclark/focus-trap-react/issues"
  },
  "homepage": "https://github.com/davidtheclark/focus-trap-react#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^14.3.0",
    "budo": "^9.4.1",
    "eslint": "^3.13.1",
    "eslint-plugin-react": "^6.10.3",
    "jest": "^19.0.2",
    "prettier": "^1.2.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "focus-trap": "^2.0.1"
  },
  "peerDependencies": {
    "react": "0.14.x || ^15.0.0 || ^16.0.0",
    "react-dom": "0.14.x || ^15.0.0 || ^16.0.0"
  },
  "babel": {
    "presets": [
      "react",
      "es2015"
    ],
    "plugins": [
      "transform-class-properties"
    ]
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/test/jest-setup.js"
    ],
    "clearMocks": true
  }
}