UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+11 -9
View File
@@ -1,6 +1,6 @@
{
"name": "flatted",
"version": "3.3.3",
"version": "3.4.2",
"description": "A super light and fast circular JSON parser.",
"unpkg": "min.js",
"main": "./cjs/index.js",
@@ -33,6 +33,7 @@
"min.js",
"php/flatted.php",
"python/flatted.py",
"golang/pkg/flatted/flatted.go",
"types/"
],
"keywords": [
@@ -49,19 +50,20 @@
},
"homepage": "https://github.com/WebReflection/flatted#readme",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-terser": "^1.0.0",
"@ungap/structured-clone": "^1.3.0",
"ascjs": "^6.0.3",
"c8": "^10.1.3",
"c8": "^11.0.0",
"circular-json": "^0.5.9",
"circular-json-es6": "^2.0.2",
"flatted-view": "^0.1.1",
"jsan": "^3.1.14",
"rollup": "^4.34.8",
"terser": "^5.39.0",
"typescript": "^5.7.3"
"rollup": "^4.59.0",
"terser": "^5.46.0",
"typescript": "^5.9.3"
},
"module": "./esm/index.js",
"type": "module",