120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-bootstrap-table@4.1.2",
|
|
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
|
]
|
|
],
|
|
"_from": "react-bootstrap-table@4.1.2",
|
|
"_id": "react-bootstrap-table@4.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AOyg/TGeNqcIwbpuvLPPyqGfM9M=",
|
|
"_location": "/react-bootstrap-table",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-bootstrap-table@4.1.2",
|
|
"name": "react-bootstrap-table",
|
|
"escapedName": "react-bootstrap-table",
|
|
"rawSpec": "4.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-bootstrap-table/-/react-bootstrap-table-4.1.2.tgz",
|
|
"_spec": "4.1.2",
|
|
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
|
"author": {
|
|
"name": "AllenFang"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AllenFang/react-bootstrap-table/issues"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.1.2",
|
|
"prop-types": "^15.5.10",
|
|
"react-modal": "^3.0.3",
|
|
"react-s-alert": "^1.3.0"
|
|
},
|
|
"description": "It's a react table for bootstrap",
|
|
"devDependencies": {
|
|
"babel-core": "^6.0.0",
|
|
"babel-eslint": "^6.0.0",
|
|
"babel-loader": "^6.0.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-0": "^6.16.0",
|
|
"babelify": "^6.4.0",
|
|
"bootstrap": "3.3.5",
|
|
"browserify": "^11.2.0",
|
|
"css-loader": "^0.21.0",
|
|
"del": "^2.2.0",
|
|
"eslint": "1.7.3",
|
|
"eslint-config-airbnb": "0.1.0",
|
|
"eslint-loader": "^1.3.0",
|
|
"eslint-plugin-react": "3.6.3",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.0.0",
|
|
"gulp-concat-css": "^2.2.0",
|
|
"gulp-cssmin": "^0.1.7",
|
|
"gulp-shell": "^0.5.2",
|
|
"history": "3.0.0",
|
|
"jest-cli": "^19.0.2",
|
|
"jquery": "^2.1.4",
|
|
"jsx-loader": "^0.13.2",
|
|
"react": "^16.0.0",
|
|
"react-bootstrap": "^0.31.3",
|
|
"react-dom": "^16.0.0",
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
|
"react-router": "^3.2.0",
|
|
"style-loader": "^0.13.0",
|
|
"styled-components": "^1.2.1",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.0.0",
|
|
"webpack": "^1.12.4",
|
|
"webpack-dev-server": "^1.12.1"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"lib/",
|
|
"dist/",
|
|
"css/"
|
|
],
|
|
"homepage": "https://github.com/AllenFang/react-bootstrap-table#readme",
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/node_modules/react"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"bootstrap",
|
|
"table",
|
|
"grid",
|
|
"react-component"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "react-bootstrap-table",
|
|
"peerDependencies": {
|
|
"react": "^15.0.0 || ^16.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AllenFang/react-bootstrap-table.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"start": "gulp example-server",
|
|
"test": "jest"
|
|
},
|
|
"tags": [
|
|
"react"
|
|
],
|
|
"version": "4.1.2"
|
|
}
|