UNPKG

2.05 kBJSONView Raw
1{
2 "name": "@narwhal/data-engine-core",
3 "version": "0.16.1",
4 "description": "The data engine that powers the app reactivity",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "test": "jest",
12 "prepublishOnly": "yarn run tsc --build --force"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://gitlab.com/narwhalsystems/data-engine.git"
17 },
18 "author": "",
19 "license": "UNLICENSED",
20 "bugs": {
21 "url": "https://gitlab.com/narwhalsystems/data-engine/issues"
22 },
23 "homepage": "https://gitlab.com/narwhalsystems/data-engine#readme",
24 "dependencies": {
25 "@babel/standalone": "^7.8.4",
26 "@babel/types": "^7.8.3",
27 "@narwhal/data-engine-utils": "^0.16.0-alpha.7",
28 "@turf/angle": "^6.0.1",
29 "@turf/distance-weight": "^6.0.1",
30 "@turf/moran-index": "^6.0.1",
31 "@turf/polygon-smooth": "^5.0.1",
32 "@turf/turf": "^5.1.6",
33 "@types/mime-types": "^2.1.0",
34 "@types/node": "^12.6.1",
35 "@types/numeral": "^0.0.25",
36 "@types/object-path": "^0.11.0",
37 "@types/uuid": "^3.4.5",
38 "assign-deep": "^1.0.1",
39 "async-test-util": "^1.7.3",
40 "computed-async-mobx": "^4.1.1",
41 "deepmerge": "^4.0.0",
42 "fast-deep-equal": "^2.0.1",
43 "moment": "^2.24.0",
44 "numeral": "^2.0.6",
45 "p-iteration": "^1.1.8",
46 "pouchdb-adapter-memory": "^7.1.1",
47 "reflect-metadata": "^0.1.13",
48 "rxjs-async-map": "^0.2.0"
49 },
50 "peerDependencies": {
51 "inversify": "^5.0.1",
52 "mobx": "^5.13.0",
53 "mobx-utils": "^5.4.1",
54 "rxdb": "8.7.2",
55 "rxjs": "^6.5.2"
56 },
57 "devDependencies": {
58 "inversify": "^5.0.1",
59 "mobx": "^5.13.0",
60 "mobx-utils": "^5.4.1",
61 "rxdb": "^8.7.2",
62 "rxjs": "^6.5.2"
63 },
64 "publishConfig": {
65 "access": "public"
66 },
67 "gitHead": "1c2ad8b5533f9c3b3b12f8650d4226a9a66a14d7"
68}