mirror of https://github.com/lukechilds/docs.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.
54 lines
1.3 KiB
54 lines
1.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"fuzzysearch@1.0.3",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "fuzzysearch@1.0.3",
|
|
"_id": "fuzzysearch@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-3/yA9tawQiPyImqnndGUIxCW0Ag=",
|
|
"_location": "/fuzzysearch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fuzzysearch@1.0.3",
|
|
"name": "fuzzysearch",
|
|
"escapedName": "fuzzysearch",
|
|
"rawSpec": "1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/simple-jekyll-search"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fuzzysearch/-/fuzzysearch-1.0.3.tgz",
|
|
"_spec": "1.0.3",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "Nicolas Bevacqua",
|
|
"email": "ng@bevacqua.io",
|
|
"url": "http://bevacqua.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bevacqua/fuzzysearch/issues"
|
|
},
|
|
"description": "Tiny and blazing-fast fuzzy search in JavaScript",
|
|
"devDependencies": {
|
|
"jshint": "^2.6.0",
|
|
"tape": "^3.5.0"
|
|
},
|
|
"homepage": "https://github.com/bevacqua/fuzzysearch",
|
|
"license": "MIT",
|
|
"name": "fuzzysearch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bevacqua/fuzzysearch.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jshint . && tape test/*.js"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|
|
|