jgis 1.0.3 → 1.0.4

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/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "jgis",
3
- "version": "1.0.3",
4
- "description": "快速创建二维、三维工具库",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "scripts": {
9
- "test": "echo \"Error: no test specified\" && exit 1",
10
- "lint:prettier": "prettier --write **/*.{js,ts,json,tsx,css,less,scss,vue,html,md}",
11
- "eslint:fix": "eslint --fix",
12
- "build": "vite build"
13
- },
14
- "files": [
15
- "dist",
16
- "README.md",
17
- "LICENSE"
18
- ],
19
- "exports": {
20
- ".": {
21
- "import": "./dist/index.mjs",
22
- "require": "./dist/index.js",
23
- "types": "./dist/index.d.ts"
24
- },
25
- "./2d": {
26
- "import": "./dist/2d/index.mjs",
27
- "require": "./dist/2d/index.js",
28
- "types": "./dist/2d/index.d.ts"
29
- },
30
- "./3d": {
31
- "import": "./dist/3d/index.mjs",
32
- "require": "./dist/3d/index.js",
33
- "types": "./dist/3d/index.d.ts"
34
- }
35
- },
36
- "repository": {
37
- "type": "git",
38
- "url": "git+https://github.com/Guidozijef/jgis.git"
39
- },
40
- "keywords": [
41
- "gis",
42
- "openlayers",
43
- "cesium",
44
- "typeScript"
45
- ],
46
- "author": "zhangjianfeng",
47
- "license": "ISC",
48
- "bugs": {
49
- "url": "https://github.com/Guidozijef/jgis/issues"
50
- },
51
- "homepage": "https://github.com/Guidozijef/jgis#readme",
52
- "devDependencies": {
53
- "@eslint/js": "^9.39.2",
54
- "@turf/turf": "^7.3.1",
55
- "cesium": "^1.137.0",
56
- "eslint": "^9.39.2",
57
- "eslint-config-prettier": "^10.1.8",
58
- "eslint-plugin-prettier": "^5.5.4",
59
- "eslint-plugin-vue": "^10.6.2",
60
- "globals": "^17.0.0",
61
- "jiti": "^2.6.1",
62
- "ol": "^10.7.0",
63
- "prettier": "^3.7.4",
64
- "ts-loader": "^9.5.4",
65
- "typescript": "^5.9.3",
66
- "typescript-eslint": "^8.51.0",
67
- "vite": "^7.3.0",
68
- "vite-plugin-dts": "^4.5.4"
69
- }
70
- }
1
+ {
2
+ "name": "jgis",
3
+ "version": "1.0.4",
4
+ "description": "快速创建二维、三维工具库",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "lint:prettier": "prettier --write **/*.{js,ts,json,tsx,css,less,scss,vue,html,md}",
11
+ "eslint:fix": "eslint --fix",
12
+ "build": "vite build"
13
+ },
14
+ "files": [
15
+ "dist",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
19
+ "exports": {
20
+ ".": {
21
+ "import": "./dist/index.mjs",
22
+ "require": "./dist/index.js",
23
+ "types": "./dist/index.d.ts"
24
+ },
25
+ "./2d": {
26
+ "import": "./dist/2d/index.mjs",
27
+ "require": "./dist/2d/index.js",
28
+ "types": "./dist/2d/index.d.ts"
29
+ },
30
+ "./3d": {
31
+ "import": "./dist/3d/index.mjs",
32
+ "require": "./dist/3d/index.js",
33
+ "types": "./dist/3d/index.d.ts"
34
+ }
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/Guidozijef/jgis.git"
39
+ },
40
+ "keywords": [
41
+ "gis",
42
+ "openlayers",
43
+ "cesium",
44
+ "typeScript"
45
+ ],
46
+ "author": "zhangjianfeng",
47
+ "license": "ISC",
48
+ "bugs": {
49
+ "url": "https://github.com/Guidozijef/jgis/issues"
50
+ },
51
+ "homepage": "https://github.com/Guidozijef/jgis#readme",
52
+ "devDependencies": {
53
+ "@eslint/js": "^9.39.2",
54
+ "@turf/turf": "^7.3.1",
55
+ "cesium": "^1.137.0",
56
+ "eslint": "^9.39.2",
57
+ "eslint-config-prettier": "^10.1.8",
58
+ "eslint-plugin-prettier": "^5.5.4",
59
+ "eslint-plugin-vue": "^10.6.2",
60
+ "globals": "^17.0.0",
61
+ "jiti": "^2.6.1",
62
+ "ol": "^10.7.0",
63
+ "prettier": "^3.7.4",
64
+ "ts-loader": "^9.5.4",
65
+ "typescript": "^5.9.3",
66
+ "typescript-eslint": "^8.51.0",
67
+ "vite": "^7.3.0",
68
+ "vite-plugin-dts": "^4.5.4"
69
+ }
70
+ }