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.
94 lines
2.5 KiB
94 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"fast-levenshtein@^1.1.0",
|
|
"/Users/trott/io.js/tools/node_modules/optionator"
|
|
]
|
|
],
|
|
"_from": "fast-levenshtein@>=1.1.0 <2.0.0",
|
|
"_id": "fast-levenshtein@1.1.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/fast-levenshtein",
|
|
"_nodeVersion": "0.12.9",
|
|
"_npmUser": {
|
|
"email": "ram@hiddentao.com",
|
|
"name": "hiddentao"
|
|
},
|
|
"_npmVersion": "2.14.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "fast-levenshtein",
|
|
"raw": "fast-levenshtein@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/optionator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.3.tgz",
|
|
"_shasum": "2ae7b32abc1e612da48a4e13849b888a2f61e7e9",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fast-levenshtein@^1.1.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/optionator",
|
|
"author": {
|
|
"email": "ram@hiddentao.com",
|
|
"name": "Ramesh Nair",
|
|
"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": "2ae7b32abc1e612da48a4e13849b888a2f61e7e9",
|
|
"tarball": "http://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.3.tgz"
|
|
},
|
|
"files": [
|
|
"levenshtein.js"
|
|
],
|
|
"gitHead": "bce911eb885fb52e37b1be793c22cfaf88d580d2",
|
|
"homepage": "https://github.com/hiddentao/fast-levenshtein#readme",
|
|
"keywords": [
|
|
"levenshtein",
|
|
"distance",
|
|
"string"
|
|
],
|
|
"license": "MIT",
|
|
"main": "levenshtein.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "ram@hiddentao.com",
|
|
"name": "hiddentao"
|
|
}
|
|
],
|
|
"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.3"
|
|
}
|
|
|