This commit is contained in:
Xes
2025-08-14 22:44:47 +02:00
parent 8ce45119b6
commit 791cb748ab
39112 changed files with 975901 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "chart.js",
"description": "Simple HTML5 charts using the canvas element.",
"homepage": "https://www.chartjs.org",
"license": "MIT",
"version": "2.9.3",
"main": "./dist/Chart.js",
"ignore": [
".github",
".codeclimate.yml",
".gitignore",
".npmignore",
".travis.yml",
"scripts"
],
"_release": "2.9.3",
"_resolution": {
"type": "version",
"tag": "v2.9.3",
"commit": "190a12b31951594f2e45447fc01bf72569f0469f"
},
"_source": "https://github.com/chartjs/Chart.js.git",
"_target": ">= 2.6.0",
"_originalSource": "chart.js"
}