/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.1
auto/package.json
9 строк
270 B
Dan Onoshko
feat: add ESM support (#10525)
05 авг 2022, 01:43
Не верифицирован
05 авг 2022, 01:43
ce375a6
Код
Авторство
О чём код?
{ "name": "chart.js-auto", "private": true, "description": "Auto registering package. Exists to support bundlers without exports support such as webpack 4.", "type": "module", "main": "auto.js", "exports": "./auto.js", "types": "auto.d.ts" }