Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/package.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

89 lines
2.2 KiB
JSON

{
"_from": "react-bootstrap@^1.0.0",
"_id": "react-bootstrap@1.0.0",
"_inBundle": false,
"_integrity": "sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==",
"_location": "/react-bootstrap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-bootstrap@^1.0.0",
"name": "react-bootstrap",
"escapedName": "react-bootstrap",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0.tgz",
"_shasum": "ed812810205e75b8e4a84b9514d79de090cdc627",
"_spec": "react-bootstrap@^1.0.0",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"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.21",
"@types/react": "^16.9.23",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"prop-types-extra": "^1.1.0",
"react-overlays": "^3.0.1",
"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",
"types/**/*.ts": "prettier --write"
},
"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"
}