UNPKG

1.38 kBJSONView Raw
1{
2 "name": "highlight-matches-utils",
3 "version": "1.0.0",
4 "description": "Utility functions to mark and/or highlight character matches in texts",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "index.d.ts",
9 "index.js.flow",
10 "index.test.js",
11 "LICENSE"
12 ],
13 "scripts": {
14 "test": "jest",
15 "flow": "flow"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/reyronald/highlight-matches-utils.git"
20 },
21 "author": {
22 "name": "Ronald Rey",
23 "email": "reyronald@gmail.com",
24 "url": "https://github.com/reyronald"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/reyronald/highlight-matches-utils/issues"
29 },
30 "homepage": "https://github.com/reyronald/highlight-matches-utils#readme",
31 "dependencies": {
32 "fuzzaldrin-plus": "^0.6.0"
33 },
34 "devDependencies": {
35 "chalk": "^2.4.1",
36 "flow-bin": "^0.77.0",
37 "jest": "^23.4.2",
38 "react": "^16.4.1"
39 },
40 "prettier": {
41 "singleQuote": true,
42 "semi": false
43 },
44 "jest": {
45 "testEnvironment": "node",
46 "coverageDirectory": "./coverage/",
47 "collectCoverage": true
48 },
49 "keywords": [
50 "mark",
51 "highlight",
52 "match",
53 "matches",
54 "wrap",
55 "fuzzy",
56 "fuzzysearch",
57 "fuzzaldrin",
58 "fuzzaldrin-plus",
59 "search",
60 "filter"
61 ]
62}