summaryrefslogtreecommitdiff
path: root/node_modules/didyoumean/package.json
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2025-11-24 20:54:57 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2025-11-24 20:57:48 +0100
commitb1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c (patch)
tree49d360fd6cbc6a2754efe93524ac47ff0fbe0f7d /node_modules/didyoumean/package.json
Docs
Diffstat (limited to 'node_modules/didyoumean/package.json')
-rwxr-xr-xnode_modules/didyoumean/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/didyoumean/package.json b/node_modules/didyoumean/package.json
new file mode 100755
index 0000000..1301d03
--- /dev/null
+++ b/node_modules/didyoumean/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "didyoumean",
+ "version": "1.2.2",
+ "description": "Match human-quality input to potential matches by edit distance.",
+ "homepage": "https://github.com/dcporter/didyoumean.js",
+ "author": {
+ "name": "Dave Porter",
+ "email": "dcporter@gmail.com",
+ "url": "http://dcporter.net/"
+ },
+ "keywords": [
+ "didyoumean",
+ "mean",
+ "edit",
+ "distance",
+ "levenshtein"
+ ],
+ "main": "./didYouMean-1.2.1.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/dcporter/didyoumean.js.git"
+ },
+ "bugs": {
+ "url": "https://github.com/dcporter/didyoumean.js/issues"
+ },
+ "license": "Apache-2.0"
+}