alizarin 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +661 -0
- package/README.md +42 -0
- package/dist/__vite-browser-external-2Ng8QIWW.js +5 -0
- package/dist/__vite-browser-external-2Ng8QIWW.js.map +1 -0
- package/dist/alizarin.d.ts +1298 -0
- package/dist/alizarin.js +4972 -0
- package/dist/alizarin.js.map +1 -0
- package/dist/alizarin.umd.cjs +4981 -0
- package/dist/alizarin.umd.cjs.map +1 -0
- package/package.json +41 -0
package/README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Alizarin
|
|
4
|
+
|
|
5
|
+
This is a pure JS/TS implementation of [AORM](https://github.com/flaxandteal/arches-orm/)
|
|
6
|
+
for front or backend.
|
|
7
|
+
|
|
8
|
+
### CI
|
|
9
|
+
|
|
10
|
+
To get linting up and running, this uses `typescript-eslint`. Currently, this has a
|
|
11
|
+
temporary allowed limit of 46 warnings, and sets several errors to warnings. This
|
|
12
|
+
is temporary and will be progressively reduced.
|
|
13
|
+
|
|
14
|
+
### License
|
|
15
|
+
|
|
16
|
+
Currently, and you should assume for the foreseeable future,
|
|
17
|
+
any use of this package, even as a front-end library, carries AGPL requirements and that
|
|
18
|
+
means any derived work must be licensed appropriately, with shared source-code. This, for
|
|
19
|
+
avoidance of doubt, means original untranspiled Javascript, Typescript etc. must be made
|
|
20
|
+
public to all web-users for the whole of any web platform using this library.
|
|
21
|
+
|
|
22
|
+
**This library unlikely to be suitable for use in most traditional commercial products.**
|
|
23
|
+
|
|
24
|
+
We may, in future, dual-license or relicense this package more liberally, so please note
|
|
25
|
+
that we will expect **any PRs to be MIT-licensed** to enable the possibility.
|
|
26
|
+
This may seem lopsided if we begin receiving PRs on the scale of the existing project,
|
|
27
|
+
so if you are considering doing a
|
|
28
|
+
substantial piece of work, get in touch beforehand to see if a relicense is possible (which
|
|
29
|
+
may depend on third-party discussions) and how we can handle it.
|
|
30
|
+
|
|
31
|
+
**Please note** that there is third-party code in the `tests/` subdirectory.
|
|
32
|
+
|
|
33
|
+
### Acknowledgments
|
|
34
|
+
|
|
35
|
+
Thanks to the folks at [Historic England](https://historicengland.org.uk/), the
|
|
36
|
+
[GCI](https://www.getty.edu/conservation/) and the [Arches Developer Community](https://www.archesproject.org/)
|
|
37
|
+
for the fantastic Arches project, and to the
|
|
38
|
+
[Historic Environment Division](https://www.communities-ni.gov.uk/topics/historic-environment) for their
|
|
39
|
+
support of our related Arches work.
|
|
40
|
+
|
|
41
|
+
In particular, the test data is based on the resource models from [Arches for HERs](https://www.archesproject.org/arches-for-hers/)
|
|
42
|
+
and [Arches for Science](https://www.archesproject.org/arches-for-science/).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"__vite-browser-external-2Ng8QIWW.js","sources":["../__vite-browser-external"],"sourcesContent":["export default {}"],"names":[],"mappings":"AAAA,MAAe,wBAAA,CAAA;"}
|