aboutsummaryrefslogtreecommitdiffstats
path: root/NOTICE.txt
blob: 208c7de5d7fe0800b45290e8506f820dd17fc3c1 (plain)
1
2
3
4
5
6
Many of the financial functions in the expression engine have been originally
copied from the Apache POI project (Apache Software Foundation) and the
UCanAccess Project.  They have been then modified and adapted so that they are
integrated with Jackcess, in a consistent manner.  The Apache POI and
UCanAccess projects are both licensed under Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.
al.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "name": "@vaadin/vaadin",
  "version": "14.2.0-rc1",
  "description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
  "author": "Vaadin Ltd",
  "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)",
  "main": "vaadin.js",
  "dependencies": {
    "@vaadin/vaadin-board": "^2.1.1",
    "@vaadin/vaadin-charts": "^6.2.4",
    "@vaadin/vaadin-confirm-dialog": "^1.1.6",
    "@vaadin/vaadin-cookie-consent": "^1.1.2",
    "@vaadin/vaadin-core": "^14.2.0-rc1",
    "@vaadin/vaadin-crud": "^1.1.0",
    "@vaadin/vaadin-grid-pro": "^2.0.7",
    "@vaadin/vaadin-rich-text-editor": "^1.1.1"
  },
  "files": [
    "vaadin.js"
  ],
  "scripts": {
    "version": "node update-core-version.js && git add bower.json"
  },
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}