Initial React project
This commit is contained in:
19
node_modules/flatted/package.json
generated
vendored
19
node_modules/flatted/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flatted",
|
||||
"version": "3.4.1",
|
||||
"version": "3.3.3",
|
||||
"description": "A super light and fast circular JSON parser.",
|
||||
"unpkg": "min.js",
|
||||
"main": "./cjs/index.js",
|
||||
@@ -33,7 +33,6 @@
|
||||
"min.js",
|
||||
"php/flatted.php",
|
||||
"python/flatted.py",
|
||||
"golang/pkg/flatted/flatted.go",
|
||||
"types/"
|
||||
],
|
||||
"keywords": [
|
||||
@@ -50,19 +49,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/WebReflection/flatted#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.0",
|
||||
"@rollup/plugin-babel": "^7.0.0",
|
||||
"@rollup/plugin-terser": "^1.0.0",
|
||||
"@babel/core": "^7.26.9",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@rollup/plugin-babel": "^6.0.4",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@ungap/structured-clone": "^1.3.0",
|
||||
"ascjs": "^6.0.3",
|
||||
"c8": "^11.0.0",
|
||||
"c8": "^10.1.3",
|
||||
"circular-json": "^0.5.9",
|
||||
"circular-json-es6": "^2.0.2",
|
||||
"jsan": "^3.1.14",
|
||||
"rollup": "^4.59.0",
|
||||
"terser": "^5.46.0",
|
||||
"typescript": "^5.9.3"
|
||||
"rollup": "^4.34.8",
|
||||
"terser": "^5.39.0",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"module": "./esm/index.js",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user