[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "fast-levenshtein@^2.0.6",
|
---|
| 3 | "_id": "fast-levenshtein@2.0.6",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
---|
| 6 | "_location": "/fast-levenshtein",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "fast-levenshtein@^2.0.6",
|
---|
| 12 | "name": "fast-levenshtein",
|
---|
| 13 | "escapedName": "fast-levenshtein",
|
---|
| 14 | "rawSpec": "^2.0.6",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.0.6"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/optionator"
|
---|
[d565449] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
---|
| 22 | "_shasum": "3d8a5c66883a16a30ca8643e851f19baa7797917",
|
---|
| 23 | "_spec": "fast-levenshtein@^2.0.6",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/optionator",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Ramesh Nair",
|
---|
| 27 | "email": "ram@hiddentao.com",
|
---|
| 28 | "url": "http://www.hiddentao.com/"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/hiddentao/fast-levenshtein/issues"
|
---|
[d565449] | 32 | },
|
---|
[79a0317] | 33 | "bundleDependencies": false,
|
---|
| 34 | "deprecated": false,
|
---|
| 35 | "description": "Efficient implementation of Levenshtein algorithm with locale-specific collator support.",
|
---|
[d565449] | 36 | "devDependencies": {
|
---|
| 37 | "chai": "~1.5.0",
|
---|
| 38 | "grunt": "~0.4.1",
|
---|
| 39 | "grunt-benchmark": "~0.2.0",
|
---|
| 40 | "grunt-cli": "^1.2.0",
|
---|
| 41 | "grunt-contrib-jshint": "~0.4.3",
|
---|
| 42 | "grunt-contrib-uglify": "~0.2.0",
|
---|
| 43 | "grunt-mocha-test": "~0.2.2",
|
---|
| 44 | "grunt-npm-install": "~0.1.0",
|
---|
| 45 | "load-grunt-tasks": "~0.6.0",
|
---|
| 46 | "lodash": "^4.0.1",
|
---|
| 47 | "mocha": "~1.9.0"
|
---|
| 48 | },
|
---|
[79a0317] | 49 | "files": [
|
---|
| 50 | "levenshtein.js"
|
---|
| 51 | ],
|
---|
| 52 | "homepage": "https://github.com/hiddentao/fast-levenshtein#readme",
|
---|
[d565449] | 53 | "keywords": [
|
---|
| 54 | "levenshtein",
|
---|
| 55 | "distance",
|
---|
| 56 | "string"
|
---|
| 57 | ],
|
---|
[79a0317] | 58 | "license": "MIT",
|
---|
| 59 | "main": "levenshtein.js",
|
---|
| 60 | "name": "fast-levenshtein",
|
---|
| 61 | "repository": {
|
---|
| 62 | "type": "git",
|
---|
| 63 | "url": "git+https://github.com/hiddentao/fast-levenshtein.git"
|
---|
| 64 | },
|
---|
| 65 | "scripts": {
|
---|
| 66 | "benchmark": "grunt benchmark",
|
---|
| 67 | "build": "grunt build",
|
---|
| 68 | "prepublish": "npm run build",
|
---|
| 69 | "test": "mocha"
|
---|
| 70 | },
|
---|
| 71 | "version": "2.0.6"
|
---|
[d565449] | 72 | }
|
---|