-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ndarray-gdal",
"version": "1.5.0",
"description": "Plugin for ndarray support in gdal-async",
"main": "ndarray-gdal.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha && tsc -noEmit -esModuleInterop test/test-import.ts",
"build": "npx yatag",
"c8": "npx c8 node node_modules/.bin/mocha --require ts-node/register -R tap test/*.test.?s",
"lcov": "npx c8 report --reporter=text-lcov > coverage/tests.lcov",
"codecov": "curl -s https://codecov.io/bash | bash"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmomtchev/ndarray-gdal.git"
},
"keywords": [
"ndarray",
"scijs",
"gdal",
"async",
"map"
],
"author": "Momtchil Momtchev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mmomtchev/ndarray-gdal/issues"
},
"homepage": "https://github.com/mmomtchev/ndarray-gdal#readme",
"peerDependencies": {
"@stdlib/types": "^0.4.1",
"@types/ndarray": "^1.0.9",
"gdal-async": ">=3.3.0",
"ndarray": "^1.0.19"
},
"devDependencies": {
"@stdlib/array": "^0.3.1",
"@stdlib/assert": "^0.3.1",
"@stdlib/bigint": "^0.3.1",
"@stdlib/blas": "^0.3.1",
"@stdlib/boolean": "^0.3.1",
"@stdlib/buffer": "^0.3.1",
"@stdlib/complex": "^0.3.1",
"@stdlib/constants": "^0.3.1",
"@stdlib/math": "^0.3.1",
"@stdlib/ndarray": "^0.3.1",
"@stdlib/number": "^0.3.1",
"@stdlib/object": "^0.3.1",
"@stdlib/proxy": "^0.3.1",
"@stdlib/regexp": "^0.3.1",
"@stdlib/slice": "^0.3.1",
"@stdlib/strided": "^0.3.1",
"@stdlib/string": "^0.3.1",
"@stdlib/symbol": "^0.3.1",
"@types/chai": "^5.0.0",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.6",
"@types/ndarray": "^1.0.10",
"@types/ndarray-ops": "^1.2.1",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^9.8.0",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"gdal-async": "^3.7.2-1",
"mocha": "^11.0.1",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"ts-node": "^10.0.0",
"typescript": "^5.4.5",
"yatag": "^1.3.0"
}
}