{
  "_args": [
    [
      "@ttskch/select2-bootstrap4-theme@1.5.2",
      "/home/onlinemw/public_html/members"
    ]
  ],
  "_from": "@ttskch/select2-bootstrap4-theme@1.5.2",
  "_id": "@ttskch/select2-bootstrap4-theme@1.5.2",
  "_inBundle": false,
  "_integrity": "sha512-gAj8qNy/VYwQDBkACm0USM66kxFai8flX83ayRXPNhzZckEgSqIBB9sM74SCM3ssgeX+ZVy4BifTnLis+KpIyg==",
  "_location": "/@ttskch/select2-bootstrap4-theme",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ttskch/select2-bootstrap4-theme@1.5.2",
    "name": "@ttskch/select2-bootstrap4-theme",
    "escapedName": "@ttskch%2fselect2-bootstrap4-theme",
    "scope": "@ttskch",
    "rawSpec": "1.5.2",
    "saveSpec": null,
    "fetchSpec": "1.5.2"
  },
  "_requiredBy": [
    "/admin-lte"
  ],
  "_resolved": "https://registry.npmjs.org/@ttskch/select2-bootstrap4-theme/-/select2-bootstrap4-theme-1.5.2.tgz",
  "_spec": "1.5.2",
  "_where": "/home/onlinemw/public_html/members",
  "author": {
    "name": "Takashi Kanemoto",
    "email": "ttskch@gmail.com"
  },
  "browserslist": [
    "last 2 versions",
    "ios >= 9"
  ],
  "bugs": {
    "url": "https://github.com/ttskch/select2-bootstrap4-theme/issues"
  },
  "description": "Select2 v4 theme for Bootstrap4",
  "devDependencies": {
    "autoprefixer": "^10.2.3",
    "bootstrap": "^4.6.0",
    "css-loader": "^5.0.1",
    "mini-css-extract-plugin": "^1.3.4",
    "node-sass": "^5.0.0",
    "postcss": "^8.2.4",
    "postcss-loader": "^4.2.0",
    "sass-loader": "^10.1.1",
    "style-loader": "^2.0.0",
    "stylelint": "^13.9.0",
    "stylelint-config-twbs-bootstrap": "^2.1.0",
    "stylelint-webpack-plugin": "^2.1.1",
    "webpack": "^5.16.0",
    "webpack-cli": "^4.4.0"
  },
  "homepage": "https://github.com/ttskch/select2-bootstrap4-theme#readme",
  "jsdelivr": "dist/select2-bootstrap4.min.css",
  "keywords": [
    "select2",
    "theme",
    "bootstrap",
    "bootstrap4",
    "css",
    "scss"
  ],
  "license": "MIT",
  "main": "",
  "name": "@ttskch/select2-bootstrap4-theme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ttskch/select2-bootstrap4-theme.git"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js --mode development",
    "build:both": "npm run build && npm run build:prod",
    "build:prod": "webpack --config webpack.config.js --mode production",
    "lint": "stylelint ./src/**/*.{scss,sass,css}",
    "lint:fix": "stylelint ./src/**/*.{scss,sass,css} --fix",
    "prepare": "ln -sf ../dist/select2-bootstrap4.css docs/",
    "watch": "npm run prepare && npm run build -- --watch"
  },
  "style": "select2-bootstrap4.css",
  "version": "1.5.2"
}
