Removed useless dependencies

This commit is contained in:
Daniele Susino 2023-03-22 20:40:04 +01:00
parent eac8ad6b07
commit 090dc4276f
2 changed files with 249 additions and 256 deletions

387
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,8 +18,7 @@
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "^1.1.1",
"tslib": "2.4.0",
"typescript": "^4.9.5"
"tslib": "2.4.0"
},
"repository": {
"type": "git",
@ -29,119 +28,10 @@
"url": "https://github.com/Deltekk/Obsidian-Latex-Matrices/issues"
},
"homepage": "https://github.com/Deltekk/Obsidian-Latex-Matrices#readme",
"dependencies": {
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"array-union": "^2.1.0",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"callsites": "^3.1.0",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"deep-is": "^0.1.4",
"dir-glob": "^3.0.1",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint": "^8.36.0",
"eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.5.0",
"esquery": "^1.5.0",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.2.12",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fastq": "^1.15.0",
"file-entry-cache": "^6.0.1",
"fill-range": "^7.0.1",
"find-up": "^5.0.0",
"flat-cache": "^3.0.4",
"flatted": "^3.2.7",
"fs.realpath": "^1.0.0",
"functional-red-black-tree": "^1.0.1",
"glob": "^7.2.3",
"glob-parent": "^6.0.2",
"globals": "^13.20.0",
"globby": "^11.1.0",
"grapheme-splitter": "^1.0.4",
"has-flag": "^4.0.0",
"ignore": "^5.2.4",
"import-fresh": "^3.3.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-path-inside": "^3.0.3",
"isexe": "^2.0.0",
"js-sdsl": "^4.3.0",
"js-yaml": "^4.1.0",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"lru-cache": "^6.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"minimatch": "^3.1.2",
"moment": "^2.29.4",
"ms": "^2.1.2",
"natural-compare": "^1.4.0",
"once": "^1.4.0",
"optionator": "^0.9.1",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"path-type": "^4.0.0",
"picomatch": "^2.3.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.0",
"queue-microtask": "^1.2.3",
"regexpp": "^3.2.0",
"resolve-from": "^4.0.0",
"reusify": "^1.0.4",
"rimraf": "^3.0.2",
"run-parallel": "^1.2.0",
"semver": "^7.3.8",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.1",
"style-mod": "^4.0.2",
"supports-color": "^7.2.0",
"text-table": "^0.2.0",
"to-regex-range": "^5.0.1",
"tsutils": "^3.21.0",
"type-check": "^0.4.0",
"type-fest": "^0.20.2",
"uri-js": "^4.4.1",
"w3c-keyname": "^2.2.6",
"which": "^2.0.2",
"word-wrap": "^1.2.3",
"wrappy": "^1.0.2",
"yallist": "^4.0.0",
"yocto-queue": "^0.1.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"typescript": "^5.0.2"
}
}