search-index-searcher
Version:
The search module for search-index
63 lines (62 loc) • 1.97 kB
JSON
{
"name": "search-index-searcher",
"version": "0.4.2",
"description": "The search module for search-index",
"main": "index.js",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/fergiemcdowall/search-index-searcher.git"
},
"keywords": [
"search",
"index",
"searcher"
],
"scripts": {
"changelog": "node -e \"require('standard-changelog')().pipe(process.stdout)\"",
"commit": "git-cz",
"github-release": "conventional-github-releaser -p angular",
"tag-release": "npm run -s changelog | git tag -a v$(npm run -s print-version-from-package-json) --file - --cleanup=verbatim",
"lint": "standard --fix index.js lib/* test/*.js",
"print-version-from-package-json": "node -e \"process.stdout.write(require('./package.json').version)\"",
"test": "npm run lint && export SANDBOX=test/sandbox && rm -rf $SANDBOX && mkdir $SANDBOX && tape test/*.js"
},
"author": "Fergus McDowall",
"license": "MIT",
"bugs": {
"url": "https://github.com/fergiemcdowall/search-index-searcher/issues"
},
"homepage": "https://github.com/fergiemcdowall/search-index-searcher#readme",
"dependencies": {
"intersect-arrays-to-stream": "^0.0.3",
"js-logger": "^1.4.1",
"levelup": "^1.3.9",
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0",
"lodash.sortedindexof": "^4.1.0",
"lodash.spread": "^4.2.1",
"lodash.union": "^4.6.0",
"lodash.uniq": "^4.5.0",
"ngraminator": "0.0.1",
"stopword": "^0.1.8"
},
"optionalDependencies": {
"leveldown": "^1.6.0"
},
"devDependencies": {
"commitizen": "^2.9.6",
"conventional-github-releaser": "1.1.13",
"level-out": "0.0.7",
"number-to-words": "^1.2.3",
"search-index-adder": "*",
"standard": "^9.0.1",
"standard-changelog": "^1.0.1",
"tape": "^4.6.3",
"written-number": "^0.6.3"
}
}