123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "react-bootstrap",
- "_id": "react-bootstrap@1.0.0-beta.14",
- "_inBundle": false,
- "_integrity": "sha512-UGK5f78FE8wAei1YL/oSwFlJZLqxJ/h4S8DCwHyY8hQjFCrjEW5PoEBTOOhQ6PQL6WOsZe1jkiOJG7L5TZWu+w==",
- "_location": "/react-bootstrap",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "react-bootstrap",
- "name": "react-bootstrap",
- "escapedName": "react-bootstrap",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0-beta.14.tgz",
- "_shasum": "30330df61edbed1f0405f75363ef72d77c1fed57",
- "_spec": "react-bootstrap",
- "_where": "/var/www/html/mdch.sipadu",
- "author": {
- "name": "Stephen J. Collings",
- "email": "stevoland@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
- },
- "bundleDependencies": false,
- "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": "^3.4.0",
- "invariant": "^2.2.4",
- "keycode": "^2.2.0",
- "popper.js": "^1.14.7",
- "prop-types": "^15.7.2",
- "prop-types-extra": "^1.1.0",
- "react-overlays": "^1.2.0",
- "react-transition-group": "^4.0.0",
- "uncontrollable": "^7.0.0",
- "warning": "^4.0.3"
- },
- "deprecated": false,
- "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.14"
- }
|