@eagleoutice/flowr 1.3.12 → 1.3.13
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 +3 -4
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eagleoutice/flowr",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"description": "Static Dataflow Analyzer and Program Slicer for the R Programming Language",
|
|
5
|
-
"main": "dist/src/flowr.js",
|
|
6
5
|
"types": "dist/src/index.d.ts",
|
|
7
6
|
"repository": {
|
|
8
7
|
"type": "git",
|
|
@@ -337,7 +336,6 @@
|
|
|
337
336
|
"@types/n-readlines": "^1.0.6",
|
|
338
337
|
"@types/n3": "^1.16.4",
|
|
339
338
|
"@types/object-hash": "^3.0.6",
|
|
340
|
-
"@types/semver": "^7.5.6",
|
|
341
339
|
"@types/tmp": "^0.2.6",
|
|
342
340
|
"@types/xml2js": "^0.4.14",
|
|
343
341
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
@@ -355,7 +353,6 @@
|
|
|
355
353
|
"mocha-multi-reporters": "^1.5.1",
|
|
356
354
|
"nyc": "^15.1.0",
|
|
357
355
|
"release-it": "^17.0.1",
|
|
358
|
-
"ts-essentials": "^9.4.1",
|
|
359
356
|
"ts-node": "^10.9.2",
|
|
360
357
|
"typedoc": "^0.25.4",
|
|
361
358
|
"typedoc-plugin-missing-exports": "^2.1.0",
|
|
@@ -364,6 +361,7 @@
|
|
|
364
361
|
"typescript": "^5.3.3"
|
|
365
362
|
},
|
|
366
363
|
"dependencies": {
|
|
364
|
+
"@types/semver": "^7.5.6",
|
|
367
365
|
"@types/tar": "^6.1.10",
|
|
368
366
|
"@xmldom/xmldom": "^0.8.10",
|
|
369
367
|
"command-line-args": "^5.2.1",
|
|
@@ -377,6 +375,7 @@
|
|
|
377
375
|
"semver": "^7.5.4",
|
|
378
376
|
"tar": "^6.2.0",
|
|
379
377
|
"tmp": "^0.2.1",
|
|
378
|
+
"ts-essentials": "^9.4.1",
|
|
380
379
|
"tslog": "^4.9.2",
|
|
381
380
|
"xml2js": "^0.6.2",
|
|
382
381
|
"xpath-ts2": "^1.4.2"
|