{ "_args": [ [ "minisearch@2.6.2", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "minisearch@2.6.2", "_id": "minisearch@2.6.2", "_inBundle": false, "_integrity": "sha512-9I8qFrgPUPbFKuRaly5M8h72TtwpSprgP/eIVtrqQGjuJa/vsSoByRrbiUh76D62DNZVRwhhzt8c9v+4VycXgg==", "_location": "/minisearch", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "minisearch@2.6.2", "name": "minisearch", "escapedName": "minisearch", "rawSpec": "2.6.2", "saveSpec": null, "fetchSpec": "2.6.2" }, "_requiredBy": [ "/@abi-software/flatmap-viewer" ], "_resolved": "https://registry.npmjs.org/minisearch/-/minisearch-2.6.2.tgz", "_spec": "2.6.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Luca Ongaro" }, "bugs": { "url": "https://github.com/lucaong/minisearch/issues" }, "dependencies": {}, "description": "Tiny but powerful full-text search engine for browser and Node", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.1", "@babel/node": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-core": "^7.0.0-0", "babel-jest": "^26.3.0", "benchmark": "^2.1.4", "core-js": "^3.1.4", "coveralls": "^3.0.2", "docdash": "^1.2.0", "eslint": "^7.6.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "fast-check": "^2.1.0", "jest": "^26.3.0", "jsdoc": "^3.6.4", "regenerator-runtime": "^0.13.1", "rollup": "^2.2.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.0", "snazzy": "^8.0.0", "typescript": "^3.5.3" }, "es2015": "dist/es/index.js", "files": [ "/dist/umd/index.js", "/dist/es/index.js", "/dist/es5m/index.js", "/src/**/*" ], "homepage": "https://lucaong.github.io/minisearch/", "jest": { "testURL": "http://localhost:3000/", "setupFilesAfterEnv": [ "/src/testSetup/jest.js" ] }, "keywords": [ "search", "full text", "fuzzy", "prefix", "auto suggest", "auto complete", "index" ], "license": "MIT", "main": "dist/umd/index.js", "module": "dist/es5m/index.js", "name": "minisearch", "repository": { "type": "git", "url": "git+https://github.com/lucaong/minisearch.git" }, "scripts": { "benchmark": "NODE_ENV=production BABEL_OUTPUT=commonjs babel-node --expose-gc benchmarks/index.js", "build": "NODE_ENV=production rollup -c", "build-docs": "jsdoc --configure jsdoc.json", "build-minified": "MINIFY=true yarn build", "coverage": "jest --coverage", "lint": "eslint 'src/**/*.js'", "lintfix": "eslint --fix 'src/**/*.js'", "prepublishOnly": "yarn test && yarn build", "test": "jest", "test-watch": "jest --watch" }, "sideEffects": false, "types": "./src/index.d.ts", "version": "2.6.2" }