]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - example/iot-gateway/node_modules/aws-iot-device-sdk/node_modules/mqtt/node_modules/commist/node_modules/leven/package.json
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / example / iot-gateway / node_modules / aws-iot-device-sdk / node_modules / mqtt / node_modules / commist / node_modules / leven / package.json
diff --git a/example/iot-gateway/node_modules/aws-iot-device-sdk/node_modules/mqtt/node_modules/commist/node_modules/leven/package.json b/example/iot-gateway/node_modules/aws-iot-device-sdk/node_modules/mqtt/node_modules/commist/node_modules/leven/package.json
deleted file mode 100644 (file)
index 526629b..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-{
-  "name": "leven",
-  "version": "1.0.2",
-  "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
-  "license": "MIT",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/sindresorhus/leven"
-  },
-  "bin": {
-    "leven": "cli.js"
-  },
-  "author": {
-    "name": "Sindre Sorhus",
-    "email": "sindresorhus@gmail.com",
-    "url": "sindresorhus.com"
-  },
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "scripts": {
-    "test": "node test.js",
-    "bench": "matcha bench.js"
-  },
-  "files": [
-    "index.js",
-    "cli.js"
-  ],
-  "keywords": [
-    "cli",
-    "bin",
-    "leven",
-    "levenshtein",
-    "distance",
-    "algorithm",
-    "algo",
-    "string",
-    "difference",
-    "diff",
-    "fast",
-    "fuzzy",
-    "similar",
-    "similarity",
-    "compare",
-    "comparison",
-    "edit",
-    "text",
-    "match",
-    "matching"
-  ],
-  "devDependencies": {
-    "ava": "0.0.4",
-    "fast-levenshtein": "^1.0.3",
-    "ld": "^0.1.0",
-    "levdist": "^1.0.0",
-    "levenshtein": "^1.0.4",
-    "levenshtein-component": "0.0.1",
-    "levenshtein-edit-distance": "^0.1.0",
-    "matcha": "^0.6.0",
-    "natural": "^0.2.1"
-  },
-  "gitHead": "c5035efd44401a8a43dfd0bead24c51386499e4b",
-  "bugs": {
-    "url": "https://github.com/sindresorhus/leven/issues"
-  },
-  "homepage": "https://github.com/sindresorhus/leven",
-  "_id": "leven@1.0.2",
-  "_shasum": "9144b6eebca5f1d0680169f1a6770dcea60b75c3",
-  "_from": "leven@>=1.0.0 <2.0.0",
-  "_npmVersion": "2.9.1",
-  "_nodeVersion": "0.12.3",
-  "_npmUser": {
-    "name": "sindresorhus",
-    "email": "sindresorhus@gmail.com"
-  },
-  "dist": {
-    "shasum": "9144b6eebca5f1d0680169f1a6770dcea60b75c3",
-    "tarball": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
-  },
-  "maintainers": [
-    {
-      "name": "sindresorhus",
-      "email": "sindresorhus@gmail.com"
-    }
-  ],
-  "directories": {},
-  "_resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
-}