AdminLTE/plugins/raphael/package.json
REJack 2865815c47
dependencies/devDependencies updates
- updated dependencies
  - `@fortawesome/fontawesome-free` to 5.10.2
  - `@fullcalendar/bootstrap` to 4.3.0
  - `@fullcalendar/core` to 4.3.1
  - `@fullcalendar/daygrid` to 4.3.0
  - `@fullcalendar/interaction` to 4.3.0
  - `@fullcalendar/timegrid` to 4.3.0
  - `bootstrap-slider` to 10.6.2
  - `flot` to 3.2.9
  - `overlayscrollbars` to 1.9.1
  - `raphael` to 2.3.0
  - `select2` to 4.0.10
  - `sweetalert2` to 8.16.3
- replaced dependencies
  - `jqvmap` with `jqvmap-novulnerability` (removes git requirement on `npm i`)
- added new dependencies
  - `datatables.net-autofill-bs4` to 2.3.3
  - `datatables.net-bs4` to 1.10.19
  - `datatables.net-buttons-bs4` to 1.5.6
  - `datatables.net-colreorder-bs4` to 1.5.1
  - `datatables.net-fixedcolumns-bs4` to 3.2.6
  - `datatables.net-fixedheader-bs4` to 3.1.5
  - `datatables.net-keytable-bs4` to 2.5.0
  - `datatables.net-responsive-bs4` to 2.2.3
  - `datatables.net-rowgroup-bs4` to 1.1.0
  - `datatables.net-rowreorder-bs4` to 1.2.5
  - `datatables.net-scroller-bs4` to 2.0.0
  - `datatables.net-select-bs4` to 1.3.0
  - `jszip` to 3.2.2
  - `pdfmake` to 0.1.58
- updated devDependencies
  - `@babel/cli` to 7.5.5
  - `@babel/core` to 7.5.5
  - `@babel/preset-env` to 7.5.5
  - `css-loader` to 3.2.0
  - `rollup"` to .20.2
  - `terser` to 4.2.1
- removed old plugins
  - `morris`
2019-08-28 12:59:33 +02:00

76 lines
2.1 KiB
JSON

{
"_from": "raphael@2.3.0",
"_id": "raphael@2.3.0",
"_inBundle": false,
"_integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==",
"_location": "/raphael",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "raphael@2.3.0",
"name": "raphael",
"escapedName": "raphael",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"#USER",
"/",
"/jquery-mapael"
],
"_resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz",
"_shasum": "eabeb09dba861a1d4cee077eaafb8c53f3131f89",
"_spec": "raphael@2.3.0",
"_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
"author": {
"name": "Dmitry Baranovskiy"
},
"bugs": {
"url": "https://github.com/DmitryBaranovskiy/raphael/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tomas Alabes",
"url": "https://github.com/tomasAlabes"
}
],
"dependencies": {
"eve-raphael": "0.5.0"
},
"deprecated": false,
"description": "JavaScript Vector Library",
"devDependencies": {
"qunitjs": "^1.0.0",
"webpack": "4.39.2",
"webpack-cli": "3.3.6"
},
"homepage": "http://dmitrybaranovskiy.github.io/raphael/",
"keywords": [
"svg",
"vml",
"javascript"
],
"license": "MIT",
"main": "raphael.min.js",
"name": "raphael",
"repository": {
"type": "git",
"url": "git://github.com/DmitryBaranovskiy/raphael.git"
},
"scripts": {
"build-all": "yarn build-src && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
"build-no-deps": "webpack --env.noDeps -d --devtool none --output-filename raphael.no-deps.js",
"build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
"build-prod": "webpack -p --output-filename raphael.min.js",
"build-src": "webpack -d --devtool none",
"dev": "webpack -d",
"prepublishOnly": "yarn build-all",
"start": "yarn build-all",
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
},
"version": "2.3.0"
}