feat: refactoring project

This commit is contained in:
Carlos
2024-11-23 14:56:07 -05:00
parent f0c2a50c18
commit 1c6db5818d
2351 changed files with 39323 additions and 60326 deletions

10
node_modules/jsesc/package.json generated vendored
View File

@@ -1,10 +1,10 @@
{
"name": "jsesc",
"version": "2.5.2",
"version": "3.0.2",
"description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
"homepage": "https://mths.be/jsesc",
"engines": {
"node": ">=4"
"node": ">=6"
},
"main": "jsesc.js",
"bin": "bin/jsesc",
@@ -45,10 +45,12 @@
"devDependencies": {
"coveralls": "^2.11.6",
"grunt": "^0.4.5",
"grunt-cli": "^1.3.2",
"grunt-template": "^0.2.3",
"istanbul": "^0.4.2",
"mocha": "*",
"mocha": "^5.2.0",
"regenerate": "^1.3.0",
"requirejs": "^2.1.22"
"requirejs": "^2.1.22",
"unicode-13.0.0": "0.8.0"
}
}