mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
2.9 KiB
107 lines
2.9 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "fast-levenshtein@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "fast-levenshtein",
|
|
"name": "fast-levenshtein",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/optionator"
|
|
]
|
|
],
|
|
"_from": "fast-levenshtein@>=1.1.0 <2.0.0",
|
|
"_id": "fast-levenshtein@1.1.4",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/fast-levenshtein",
|
|
"_nodeVersion": "4.4.5",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/fast-levenshtein-1.1.4.tgz_1469168840025_0.9637497058138251"
|
|
},
|
|
"_npmUser": {
|
|
"name": "hiddentao",
|
|
"email": "ram@hiddentao.com"
|
|
},
|
|
"_npmVersion": "3.9.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "fast-levenshtein@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "fast-levenshtein",
|
|
"name": "fast-levenshtein",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/optionator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
|
|
"_shasum": "e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fast-levenshtein@^1.1.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/optionator",
|
|
"author": {
|
|
"name": "Ramesh Nair",
|
|
"email": "ram@hiddentao.com",
|
|
"url": "http://www.hiddentao.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hiddentao/fast-levenshtein/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support",
|
|
"devDependencies": {
|
|
"chai": "~1.5.0",
|
|
"grunt": "~0.4.1",
|
|
"grunt-benchmark": "~0.2.0",
|
|
"grunt-contrib-jshint": "~0.4.3",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-mocha-test": "~0.2.2",
|
|
"grunt-npm-install": "~0.1.0",
|
|
"load-grunt-tasks": "~0.6.0",
|
|
"lodash": "^4.0.1",
|
|
"mocha": "~1.9.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9",
|
|
"tarball": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz"
|
|
},
|
|
"files": [
|
|
"levenshtein.js"
|
|
],
|
|
"gitHead": "80874a9c0cd8d9f5aee9d73aa39d9ab0a9d51435",
|
|
"homepage": "https://github.com/hiddentao/fast-levenshtein#readme",
|
|
"keywords": [
|
|
"levenshtein",
|
|
"distance",
|
|
"string"
|
|
],
|
|
"license": "MIT",
|
|
"main": "levenshtein.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "hiddentao",
|
|
"email": "ram@hiddentao.com"
|
|
}
|
|
],
|
|
"name": "fast-levenshtein",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hiddentao/fast-levenshtein.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "grunt benchmark",
|
|
"build": "grunt build",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.1.4"
|
|
}
|
|
|