cityworks 2.2.2 → 2.2.3
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 +21 -21
- package/README.md +119 -119
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.m.js +1 -1
- package/dist/index.m.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +59 -59
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cityworks",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "A Cityworks API wrapper",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"umd:main": "dist/index.umd.js",
|
|
7
|
-
"module": "dist/index.m.js",
|
|
8
|
-
"source": "src/index.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist/*"
|
|
11
|
-
],
|
|
12
|
-
"directories": {
|
|
13
|
-
"test": "test"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"dev": "microbundle watch",
|
|
17
|
-
"build": "microbundle",
|
|
18
|
-
"test": "mocha -R spec --recursive ./test/ -g ",
|
|
19
|
-
"fulltest": "mocha -R spec --recursive ./test/",
|
|
20
|
-
"docs": "typedoc --tsconfig ./tsconfig.json"
|
|
21
|
-
},
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/walker/cityworks.git"
|
|
25
|
-
},
|
|
26
|
-
"keywords": [
|
|
27
|
-
"cityworks",
|
|
28
|
-
"api",
|
|
29
|
-
"wrapper",
|
|
30
|
-
"government",
|
|
31
|
-
"local",
|
|
32
|
-
"asset"
|
|
33
|
-
],
|
|
34
|
-
"author": "Walker",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"bugs": {
|
|
37
|
-
"url": "https://github.com/walker/cityworks/issues"
|
|
38
|
-
},
|
|
39
|
-
"homepage": "https://walker.github.io/cityworks/",
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@types/node": "^24.7.1",
|
|
42
|
-
"chai": "~6.0.1",
|
|
43
|
-
"chai-as-promised": "~8.0.2",
|
|
44
|
-
"dotenv": "~17.2.2",
|
|
45
|
-
"jsdoc-to-markdown": "~9.1.2",
|
|
46
|
-
"microbundle": "~0.15.1",
|
|
47
|
-
"mocha": "~11.7.2",
|
|
48
|
-
"typedoc": "^0.28.13",
|
|
49
|
-
"typescript": "^5.9.2",
|
|
50
|
-
"winston": "~3.17.0"
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"axios": "^1.12.2",
|
|
54
|
-
"form-data": "^4.0.4",
|
|
55
|
-
"lodash": "~4.17.21",
|
|
56
|
-
"mime-types": "^3.0.1",
|
|
57
|
-
"reversible-map": "~1.0.1"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "cityworks",
|
|
3
|
+
"version": "2.2.3",
|
|
4
|
+
"description": "A Cityworks API wrapper",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"umd:main": "dist/index.umd.js",
|
|
7
|
+
"module": "dist/index.m.js",
|
|
8
|
+
"source": "src/index.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist/*"
|
|
11
|
+
],
|
|
12
|
+
"directories": {
|
|
13
|
+
"test": "test"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"dev": "microbundle watch",
|
|
17
|
+
"build": "microbundle",
|
|
18
|
+
"test": "mocha -R spec --recursive ./test/ -g ",
|
|
19
|
+
"fulltest": "mocha -R spec --recursive ./test/",
|
|
20
|
+
"docs": "typedoc --tsconfig ./tsconfig.json"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/walker/cityworks.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"cityworks",
|
|
28
|
+
"api",
|
|
29
|
+
"wrapper",
|
|
30
|
+
"government",
|
|
31
|
+
"local",
|
|
32
|
+
"asset"
|
|
33
|
+
],
|
|
34
|
+
"author": "Walker",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/walker/cityworks/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://walker.github.io/cityworks/",
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@types/node": "^24.7.1",
|
|
42
|
+
"chai": "~6.0.1",
|
|
43
|
+
"chai-as-promised": "~8.0.2",
|
|
44
|
+
"dotenv": "~17.2.2",
|
|
45
|
+
"jsdoc-to-markdown": "~9.1.2",
|
|
46
|
+
"microbundle": "~0.15.1",
|
|
47
|
+
"mocha": "~11.7.2",
|
|
48
|
+
"typedoc": "^0.28.13",
|
|
49
|
+
"typescript": "^5.9.2",
|
|
50
|
+
"winston": "~3.17.0"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"axios": "^1.12.2",
|
|
54
|
+
"form-data": "^4.0.4",
|
|
55
|
+
"lodash": "~4.17.21",
|
|
56
|
+
"mime-types": "^3.0.1",
|
|
57
|
+
"reversible-map": "~1.0.1"
|
|
58
|
+
}
|
|
59
|
+
}
|