package.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "bootstrap-table",
  3. "_id": "bootstrap-table@1.13.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B0qn8/7LM23a/hM2Ey/V0pIxNIUteS0bmuwVe8n+kuPcxhIV4YXNUroFihYrG2uTV6xRUJdJeAIh755LQGnUPw==",
  6. "_location": "/bootstrap-table",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bootstrap-table",
  12. "name": "bootstrap-table",
  13. "escapedName": "bootstrap-table",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.13.3.tgz",
  23. "_shasum": "fa809a3eaf0e5f0bdf065bdfcb33b1bbf3a727a7",
  24. "_spec": "bootstrap-table",
  25. "_where": "C:\\Bitbucket\\apacsys-apacsystem\\VaporRecoveryMonitor\\server",
  26. "author": {
  27. "name": "wenzhixin",
  28. "email": "wenzhixin2010@gmail.com",
  29. "url": "http://wenzhixin.net.cn/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "commitizen": {
  37. "path": "./node_modules/cz-conventional-changelog"
  38. }
  39. },
  40. "deprecated": false,
  41. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-preset-babili": "^0.1.4",
  45. "babel-preset-env": "^1.7.0",
  46. "babel-preset-stage-0": "^6.24.1",
  47. "cssmin-cli": "^0.0.5",
  48. "eslint": "^4.19.1",
  49. "headr": "^0.0.4",
  50. "npm-run-all": "^4.1.5"
  51. },
  52. "directories": {
  53. "doc": "docs"
  54. },
  55. "homepage": "https://bootstrap-table.com",
  56. "keywords": [
  57. "bootstrap",
  58. "table",
  59. "radio",
  60. "checkbox",
  61. "sort",
  62. "pagination",
  63. "editable"
  64. ],
  65. "license": "MIT",
  66. "main": "./dist/bootstrap-table.js",
  67. "name": "bootstrap-table",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/wenzhixin/bootstrap-table.git"
  71. },
  72. "scripts": {
  73. "build": "run-s lint clean *:build",
  74. "clean": "rm -rf dist",
  75. "css:build": "run-s css:build:*",
  76. "css:build:banner": "find dist -name '*.min.css' -exec headr {} -o {} --version --homepage --author --license \\;",
  77. "css:build:base": "find src -name '*.css' | sed -e 'p;s/src/dist/' | xargs -n2 cp",
  78. "css:build:min": "find dist -name '*.css' | sed -e 'p;s/.css/.min.css/' | xargs -n2 cssmin",
  79. "css:build:scss": "sass src/bootstrap-table.scss src/bootstrap-table.css",
  80. "docs": "bundle exec jekyll build",
  81. "docs-serve": "bundle exec jekyll serve",
  82. "js:build": "run-s js:build:*",
  83. "js:build:banner": "find dist -name '*.min.js' -exec headr {} -o {} --version --homepage --author --license \\;",
  84. "js:build:base": "babel src -d dist -q",
  85. "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",
  86. "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",
  87. "lint": "eslint src/bootstrap-table.js src/locale src/extensions/export src/extensions/editable src/extensions/toolbar src/extensions/filter-control src/extensions/cookie"
  88. },
  89. "types": "./index.d.ts",
  90. "version": "1.13.3"
  91. }