{
  "_from": "bootstrap-switch@^3.4.0",
  "_id": "bootstrap-switch@3.4.0",
  "_inBundle": false,
  "_integrity": "sha512-P4Qdx7mLjqgilKQeeuDCf8AHWeO7992+NFfh0doAA/ExaJqr02QFHhq18GL8EYd2XRviJ16pUUyMRsfOVaPEVg==",
  "_location": "/bootstrap-switch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bootstrap-switch@^3.4.0",
    "name": "bootstrap-switch",
    "escapedName": "bootstrap-switch",
    "rawSpec": "^3.4.0",
    "saveSpec": null,
    "fetchSpec": "^3.4.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/bootstrap-switch/-/bootstrap-switch-3.4.0.tgz",
  "_shasum": "6bbb0445ad8b4264883d06366d48aad3c06988f4",
  "_spec": "bootstrap-switch@^3.4.0",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Mattia Larentis",
    "email": "mattia@larentis.eu",
    "url": "http://larentis.eu"
  },
  "bugs": {
    "url": "https://github.com/Bttstrp/bootstrap-switch/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Emanuele Marchi",
      "email": "emanuele@lostcrew.it",
      "url": "http://lostcrew.it"
    },
    {
      "name": "Peter Stein",
      "url": "http://www.bdmdesign.org"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Turn checkboxes and radio buttons into toggle switches.",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^22.4.3",
    "babel-polyfill": "^6.22.0",
    "babel-preset-babili": "^0.0.10",
    "babel-preset-env": "^1.1.8",
    "babel-preset-stage-0": "^6.24.1",
    "bootstrap": "^3.3.7",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.2.0",
    "harp": "^0.30.0",
    "headr": "0.0.4",
    "jasmine": "^2.5.3",
    "jasmine-core": "^2.5.2",
    "jest": "^22.4.3",
    "jquery": "^1.12.4",
    "karma": "^1.4.1",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-cli": "^1.0.1",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "less": "^2.7.2",
    "less-plugin-clean-css": "^1.5.0",
    "npm-run-all": "^4.1.5",
    "regenerator-runtime": "^0.11.1",
    "wintersmith": "^2.3.6"
  },
  "homepage": "https://bttstrp.github.io/bootstrap-switch",
  "jest": {
    "testURL": "http://localhost/",
    "setupFiles": [
      "./src/setup-test.js"
    ]
  },
  "keywords": [
    "bootstrap",
    "switch",
    "javascript",
    "js"
  ],
  "license": "MIT",
  "main": "dist/js/bootstrap-switch.js",
  "name": "bootstrap-switch",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "*.js",
        "css/bootstrap3/*.css",
        "css/bootstrap2/*.css"
      ]
    }
  ],
  "npmName": "bootstrap-switch",
  "peerDependencies": {
    "bootstrap": "^4.3.1",
    "jquery": ">=1.12.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Bttstrp/bootstrap-switch.git"
  },
  "scripts": {
    "build": "run-p *:build",
    "clean": "rm -rf dist",
    "css": "run-p css:build",
    "css:build": "npm-run-all css:build:base css:build:min -p css:build:banner",
    "css:build:banner": "headr dist/css/bootstrap2/bootstrap-switch.css -o dist/css/bootstrap2/bootstrap-switch.css --version --homepage --author --license && headr dist/css/bootstrap2/bootstrap-switch.min.css -o dist/css/bootstrap2/bootstrap-switch.min.css --version --homepage --author --license && headr dist/css/bootstrap3/bootstrap-switch.css -o dist/css/bootstrap3/bootstrap-switch.css --version --homepage --author --license && headr dist/css/bootstrap3/bootstrap-switch.min.css -o dist/css/bootstrap3/bootstrap-switch.min.css --version --homepage --author --license",
    "css:build:base": "lessc src/less/bootstrap2/build.less dist/css/bootstrap2/bootstrap-switch.css && lessc src/less/bootstrap3/build.less dist/css/bootstrap3/bootstrap-switch.css",
    "css:build:min": "lessc --clean-css='--advanced' src/less/bootstrap2/build.less dist/css/bootstrap2/bootstrap-switch.min.css && lessc --clean-css='--advanced' src/less/bootstrap3/build.less dist/css/bootstrap3/bootstrap-switch.min.css",
    "docs": "run-p docs:build",
    "docs:build": "harp compile src/docs docs",
    "js": "run-s js:lint js:test js:build",
    "js:build": "npm-run-all js:build:dir -p js:build:base js:build:min -s js:build:banner",
    "js:build:banner": "headr dist/js/bootstrap-switch.js -o dist/js/bootstrap-switch.js --version --homepage --author --license && headr dist/js/bootstrap-switch.min.js -o dist/js/bootstrap-switch.min.js --version --homepage --author --license",
    "js:build:base": "babel -o dist/js/bootstrap-switch.js src/js/bootstrap-switch.js",
    "js:build:dir": "mkdir -p dist/js",
    "js:build:min": "NODE_ENV=production babel -o dist/js/bootstrap-switch.min.js src/js/bootstrap-switch.js",
    "js:lint": "eslint src/js/",
    "js:test": "jest",
    "lint": "run-p js:lint",
    "prepublish": "run-s clean lint test build",
    "publish-docs": "git subtree push --prefix docs origin gh-pages",
    "start": "run-s prepublish",
    "test": "run-p js:test"
  },
  "version": "3.4.0"
}
