highcharts-multicolor-series
Version:
Highcharts plugin that adds new series: multicolor-series, where you can define color for each part of a path, between two points.
66 lines (65 loc) • 1.97 kB
JSON
{
"name": "highcharts-multicolor-series",
"version": "3.1.1",
"description": "Highcharts plugin that adds new series: multicolor-series, where you can define color for each part of a path, between two points.",
"main": "./dist/multicolor-series.js",
"types": "./dist/multicolor-series.d.ts",
"engines": {
"pnpm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacklabel/multicolor_series.git"
},
"keywords": [
"highcharts",
"multicolor",
"highcharts-addon"
],
"author": "Black Label <start@blacklabel.net> (https://blacklabel.net)",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/blacklabel/multicolor_series/issues"
},
"homepage": "https://github.com/blacklabel/multicolor_series#readme",
"scripts": {
"test": "testem",
"test-dot": "testem ci -R dot",
"build": "gulp build",
"lint": "gulp lint",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@types/jest": "^29.5.6",
"@types/jquery": "^3.5.6",
"@types/trusted-types": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"ansi-colors": "^4.1.3",
"eslint": "^8.0.1",
"fancy-log": "^2.0.0",
"google-closure-compiler": "^20240317.0.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.11.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"highcharts-github": "github:highcharts/highcharts",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"qunit": "^2.20.0",
"testem": "^3.11.0",
"through2": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"yargs": "^4.7.0"
}
}