1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| {
| "name": "bootstrap-table",
| "homepage": "https://github.com/wenzhixin/bootstrap-table",
| "authors": [
| "zhixin <wenzhixin2010@gmail.com>"
| ],
| "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
| "main": [
| "src/bootstrap-table.js",
| "src/bootstrap-table.css"
| ],
| "keywords": [
| "bootstrap",
| "table",
| "bootstrap table"
| ],
| "license": "MIT",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "tests",
| "docs",
| "assets"
| ],
| "version": "1.11.7",
| "_release": "1.11.7",
| "_resolution": {
| "type": "version",
| "tag": "v1.11.7",
| "commit": "def428fa5104d9f69970fea940d24f6ea1943b3f"
| },
| "_source": "https://github.com/karsonzhang/fastadmin-bootstraptable.git",
| "_target": "~1.11.5",
| "_originalSource": "fastadmin-bootstraptable"
| }
|
|