{ "_from": "bootstrap-table", "_id": "bootstrap-table@1.13.3", "_inBundle": false, "_integrity": "sha512-B0qn8/7LM23a/hM2Ey/V0pIxNIUteS0bmuwVe8n+kuPcxhIV4YXNUroFihYrG2uTV6xRUJdJeAIh755LQGnUPw==", "_location": "/bootstrap-table", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "bootstrap-table", "name": "bootstrap-table", "escapedName": "bootstrap-table", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.13.3.tgz", "_shasum": "fa809a3eaf0e5f0bdf065bdfcb33b1bbf3a727a7", "_spec": "bootstrap-table", "_where": "C:\\Bitbucket\\apacsys-apacsystem\\VaporRecoveryMonitor\\server", "author": { "name": "wenzhixin", "email": "wenzhixin2010@gmail.com", "url": "http://wenzhixin.net.cn/" }, "bugs": { "url": "https://github.com/wenzhixin/bootstrap-table/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "deprecated": false, "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-babili": "^0.1.4", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "cssmin-cli": "^0.0.5", "eslint": "^4.19.1", "headr": "^0.0.4", "npm-run-all": "^4.1.5" }, "directories": { "doc": "docs" }, "homepage": "https://bootstrap-table.com", "keywords": [ "bootstrap", "table", "radio", "checkbox", "sort", "pagination", "editable" ], "license": "MIT", "main": "./dist/bootstrap-table.js", "name": "bootstrap-table", "repository": { "type": "git", "url": "git+https://github.com/wenzhixin/bootstrap-table.git" }, "scripts": { "build": "run-s lint clean *:build", "clean": "rm -rf dist", "css:build": "run-s css:build:*", "css:build:banner": "find dist -name '*.min.css' -exec headr {} -o {} --version --homepage --author --license \\;", "css:build:base": "find src -name '*.css' | sed -e 'p;s/src/dist/' | xargs -n2 cp", "css:build:min": "find dist -name '*.css' | sed -e 'p;s/.css/.min.css/' | xargs -n2 cssmin", "css:build:scss": "sass src/bootstrap-table.scss src/bootstrap-table.css", "docs": "bundle exec jekyll build", "docs-serve": "bundle exec jekyll serve", "js:build": "run-s js:build:*", "js:build:banner": "find dist -name '*.min.js' -exec headr {} -o {} --version --homepage --author --license \\;", "js:build:base": "babel src -d dist -q", "js:build:concat": "babel src/locale -o dist/bootstrap-table-locale-all.js && NODE_ENV=production babel src/locale -o dist/bootstrap-table-locale-all.min.js", "js:build:min": "NODE_ENV=production babel src -d dist -q && find dist -name '*.js' | sed -e 'p;s/.js/.min.js/' | xargs -n2 mv", "lint": "eslint src/bootstrap-table.js src/locale src/extensions/export src/extensions/editable src/extensions/toolbar src/extensions/filter-control src/extensions/cookie" }, "types": "./index.d.ts", "version": "1.13.3" }