File: /home/bishwesh/internstolearn.com/node_modules/bootstrap-colorpicker/package.json
{
"_from": "bootstrap-colorpicker@^3.1.2",
"_id": "bootstrap-colorpicker@3.2.0",
"_inBundle": false,
"_integrity": "sha512-twW93EFLf4MzZ/st+MkfdLCWEEA7r43WPlPnGckzm3Lj2FsbmVS/qgJH2c9IcmO3re5Q1320NO9bhuViwHR9Qw==",
"_location": "/bootstrap-colorpicker",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bootstrap-colorpicker@^3.1.2",
"name": "bootstrap-colorpicker",
"escapedName": "bootstrap-colorpicker",
"rawSpec": "^3.1.2",
"saveSpec": null,
"fetchSpec": "^3.1.2"
},
"_requiredBy": [
"/admin-lte"
],
"_resolved": "https://registry.npmjs.org/bootstrap-colorpicker/-/bootstrap-colorpicker-3.2.0.tgz",
"_shasum": "42b053b865a866b2674527813cd59f90137b9704",
"_spec": "bootstrap-colorpicker@^3.1.2",
"_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\admin-lte",
"author": {
"name": "Javi Aguilar"
},
"ava": {
"files": [
"tests/**/*test.js"
],
"source": [
"src/js/**/*.{js,jsx}"
],
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"tap": false,
"powerAssert": false,
"require": [
"babel-register"
],
"babel": "inherit"
},
"bugs": {
"url": "https://github.com/itsjavi/bootstrap-colorpicker/issues"
},
"bundleDependencies": false,
"dependencies": {
"bootstrap": ">=4.0",
"jquery": ">=2.1.0",
"popper.js": ">=1.10"
},
"deprecated": false,
"description": "Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.",
"devDependencies": {
"ava": "^0.23.0",
"babel-cli": "^6.24.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.3.2",
"babel-preset-env": "^1.7.0",
"color": "^3.1.2",
"del": "^3.0.0",
"eslint": "^6.7.2",
"eslint-loader": "^3.0.2",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-compile-handlebars": "^0.6.1",
"gulp-header": "^1.8.12",
"gulp-rename": "^1.2.3",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"handlebars-layouts": "^3.1.4",
"http-server": "^0.10.0",
"jsdoc": "^3.6.3",
"jsdom": "^11.12.0",
"run-sequence": "^2.2.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.41.2",
"webpack-stream": "^5.2.1"
},
"homepage": "https://itsjavi.com/bootstrap-colorpicker/",
"keywords": [
"bootstrap",
"colorpicker"
],
"license": "MIT",
"main": "./dist/js/bootstrap-colorpicker.js",
"name": "bootstrap-colorpicker",
"repository": {
"type": "git",
"url": "git+https://github.com/itsjavi/bootstrap-colorpicker.git"
},
"scripts": {
"build": "gulp clean && gulp dist && gulp docs && gulp docs:add-v2-docs",
"build-dist": "gulp dist",
"build-docs": "gulp dist && gulp docs && gulp docs:add-v2-docs",
"build-npm": "npm run build && gulp npm-prepublish",
"lint": "eslint ./src/js ./*.js ./tests",
"lint-fix": "eslint --fix ./src/js ./*.js ./tests",
"publish-docs": "npm run build && npm run test && gulp publish-gh-pages",
"start": "http-server ./build/docs",
"test": "npm run lint && ava --color --verbose"
},
"version": "3.2.0"
}