{
  "_from": "nouislider@^9.2.0",
  "_id": "nouislider@9.2.0",
  "_inBundle": false,
  "_integrity": "sha1-6HxQfeKwtNB1A4taQlR8fbvrr2k=",
  "_location": "/nouislider",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nouislider@^9.2.0",
    "name": "nouislider",
    "escapedName": "nouislider",
    "rawSpec": "^9.2.0",
    "saveSpec": null,
    "fetchSpec": "^9.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nouislider/-/nouislider-9.2.0.tgz",
  "_shasum": "e87c507de2b0b4d075038b5a42547c7dbbebaf69",
  "_spec": "nouislider@^9.2.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "bugs": {
    "url": "https://github.com/leongersen/noUiSlider/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "noUiSlider is lightweight JavaScript range slider, originally developed to be a jQuery UI alternative.",
  "devDependencies": {
    "blanket": "1.1.7",
    "browser-sync": "2.9.3",
    "grunt": "~0.4.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-compress": "^0.11.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-less": "^1.4.0",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-uglify": "^0.5.1",
    "onchange": "2.0.0",
    "simulant": "0.1.5"
  },
  "homepage": "https://github.com/leongersen/noUiSlider#readme",
  "license": "WTFPL",
  "main": "distribute/nouislider",
  "name": "nouislider",
  "repository": {
    "type": "git",
    "url": "git://github.com/leongersen/noUiSlider.git"
  },
  "scripts": {
    "build": "grunt create",
    "dev": "./scripts/dev.sh",
    "serve-tests": "browser-sync start --server . --startPath tests/slider.html --files 'distribute/, tests/*.js'",
    "test": "grunt lint",
    "watch:js": "npm run build && onchange 'src/js/*.js' 'src/*.css' -- npm run build"
  },
  "style": "distribute/nouislider.min.css",
  "version": "9.2.0"
}
