Gazebo_simulation-Frontend/node_modules/react-bootstrap/package.json
2020-12-22 09:59:14 -05:00

99 lines
2.4 KiB
JSON

{
"_args": [
[
"react-bootstrap@1.0.0-beta.16",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "react-bootstrap@1.0.0-beta.16",
"_id": "react-bootstrap@1.0.0-beta.16",
"_inBundle": false,
"_integrity": "sha512-wjb+3CwviDWAaz4O3gQpd2XMDNqbOiqOOzpLm5aLPcp1wTsQsVRhyM+rTPmO3hYU8auA2eNpTYLz08/fAcMqDA==",
"_location": "/react-bootstrap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-bootstrap@1.0.0-beta.16",
"name": "react-bootstrap",
"escapedName": "react-bootstrap",
"rawSpec": "1.0.0-beta.16",
"saveSpec": null,
"fetchSpec": "1.0.0-beta.16"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0-beta.16.tgz",
"_spec": "1.0.0-beta.16",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.11",
"@types/react": "^16.8.23",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
"invariant": "^2.2.4",
"keycode": "^2.2.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"prop-types-extra": "^1.1.0",
"react-overlays": "^2.1.0",
"react-transition-group": "^4.0.0",
"uncontrollable": "^7.0.0",
"warning": "^4.0.3"
},
"description": "Bootstrap 4 components built with React",
"homepage": "https://react-bootstrap.github.io/",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"types/**/*.ts": [
"prettier --write",
"git add"
]
},
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "react-bootstrap",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"release": {
"publishDir": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"sideEffects": false,
"version": "1.0.0-beta.16"
}