Files
SIPAIIS_WMS_JSSW/WebRoot/node_modules/bootstrap-slider/package.json

124 lines
3.4 KiB
JSON
Raw Normal View History

2026-01-16 14:13:44 +08:00
{
"_from": "bootstrap-slider",
"_id": "bootstrap-slider@10.0.0",
"_inBundle": false,
"_integrity": "sha1-1O3ToQrwMZfQION5LTLqbTfLOyg=",
"_location": "/bootstrap-slider",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bootstrap-slider",
"name": "bootstrap-slider",
"escapedName": "bootstrap-slider",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-10.0.0.tgz",
"_shasum": "d4edd3a10af03197d020e3792d32ea6d37cb3b28",
"_spec": "bootstrap-slider",
"_where": "D:\\Workspaces\\SSMBootstrap\\WebRoot",
"author": {
"name": "bootstrap-slider"
},
"bugs": {
"url": "http://github.com/seiyria/bootstrap-slider/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle Kemp"
},
{
"name": "Rohit Kalkur"
}
],
"dependencies": {},
"deprecated": false,
"description": "Slider view component for Twitter Bootstrap.",
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"bootstrap": "^3.3.6",
"grunt": "^0.4.5",
"grunt-babel": "6.0.0",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "0.7.0",
"grunt-contrib-uglify": "0.2.4",
"grunt-contrib-watch": "0.5.3",
"grunt-header": "1.0.0",
"grunt-lesslint": "^3.2.0",
"grunt-open": "0.2.2",
"grunt-sass-lint": "^0.2.2",
"grunt-template": "0.2.0"
},
"engine": {},
"gitHead": "67eb8fe3c26205efc94ae95b3ef37a469eef0b81",
"gruntConfig": {
"devPort": 9000,
"js": {
"highlightjs": "dependencies/js/highlight.min.js",
"modernizr": "dependencies/js/modernizr.js",
"jquery": "dependencies/js/jquery.min.js",
"bindPolyfill": "test/phantom_bind_polyfill.js",
"slider": "src/js/bootstrap-slider.js"
},
"less": {
"slider": "src/less/bootstrap-slider.less",
"rules": "src/less/rules.less",
"variables": "src/less/variables.less"
},
"css": {
"bootstrap": "node_modules/bootstrap/dist/css/bootstrap.min.css",
"highlightjs": "dependencies/css/highlightjs-github-theme.css"
},
"tpl": {
"SpecRunner": "tpl/SpecRunner.tpl",
"index": "tpl/index.tpl"
},
"temp": {
"js": "temp/bootstrap-slider.js",
"jsMin": "temp/bootstrap-slider.min.js",
"css": "temp/bootstrap-slider.css",
"cssMin": "temp/bootstrap-slider.min.css"
},
"dist": {
"js": "dist/bootstrap-slider.js",
"jsMin": "dist/bootstrap-slider.min.js",
"css": "dist/css/bootstrap-slider.css",
"cssMin": "dist/css/bootstrap-slider.min.css"
},
"spec": "test/specs/**/*.js"
},
"homepage": "http://github.com/seiyria/bootstrap-slider",
"keywords": [
"slider",
"bootstrap",
"twitter",
"slide"
],
"license": "MIT",
"main": "dist/bootstrap-slider.js",
"name": "bootstrap-slider",
"repository": {
"type": "git",
"url": "git://github.com/seiyria/bootstrap-slider.git"
},
"scripts": {
"pretest": "grunt lint",
"release": "sh ./scripts/release.sh",
"test": "grunt test",
"update-gh-pages": "sh ./scripts/update-gh-pages.sh"
},
"style": "dist/css/bootstrap-slider.css",
"version": "10.0.0"
}