UNPKG

1.53 kBJSONView Raw
1{
2 "name": "vue-highlighter",
3 "version": "2.5.3",
4 "description": "Vue directive for highlight multiple istances of a word",
5 "keywords": [
6 "vue",
7 "highlight",
8 "word",
9 "library",
10 "directive",
11 "vue-highlight",
12 "evidence",
13 "mark"
14 ],
15 "repository": {
16 "url": "remeic/vue-highlighter",
17 "type": "git"
18 },
19 "main": "dist/vue-highlighter.cjs.js",
20 "files": [
21 "dist"
22 ],
23 "scripts": {
24 "prepublishOnly": "npm test && npm run build",
25 "lint": "eslint . --ext .js --ext .vue",
26 "test": "npm run lint && tyu",
27 "test:cov": "nyc --reporter=lcov --reporter=text npm run test",
28 "build": "bili",
29 "example": "poi",
30 "build:example": "poi build",
31 "coverage": "nyc report --reporter=text-lcov > coverage.lcov"
32 },
33 "author": {
34 "name": "Giulio Fagioli",
35 "email": "fagioli.giulio@gmail.com"
36 },
37 "license": "MIT",
38 "poi": {
39 "entry": "example/index.js",
40 "dist": "example/dist",
41 "homepage": "./"
42 },
43 "bili": {
44 "format": [
45 "cjs",
46 "umd"
47 ],
48 "name": "vue-highlighter"
49 },
50 "eslintConfig": {
51 "extends": [
52 "plugin:vue/recommended"
53 ]
54 },
55 "devDependencies": {
56 "@vue/test-utils": "^1.0.0-beta.13",
57 "bili": "^1.3.3",
58 "codecov": "^3.0.0",
59 "eslint": "^4.14.0",
60 "eslint-plugin-vue": "^4.0.1",
61 "poi": "^9.3.10",
62 "sinon": "^4.5.0",
63 "tyu": "^1.0.0",
64 "vue-test-utils": "^1.0.0-beta.9"
65 },
66 "dependencies": {
67 "babel-plugin-istanbul": "^4.1.5",
68 "nyc": "^11.6.0"
69 }
70}