UNPKG

1.82 kBJSONView Raw
1{
2 "author": {
3 "name": "Denis Seleznev",
4 "email": "hcodes@yandex.ru",
5 "url": "https://github.com/hcodes"
6 },
7 "name": "yaspeller",
8 "main": "./lib/yaspeller.js",
9 "bin": {
10 "yaspeller": "./bin/yaspeller"
11 },
12 "description": "Search tool typos in the text, files and websites",
13 "version": "4.2.0",
14 "license": "MIT",
15 "homepage": "https://github.com/hcodes/yaspeller",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/hcodes/yaspeller.git"
19 },
20 "bugs": {
21 "url": "https://github.com/hcodes/yaspeller/issues"
22 },
23 "keywords": [
24 "typo",
25 "typos",
26 "text",
27 "опечатки",
28 "текст",
29 "yandex",
30 "speller",
31 "Яндекс.Спеллер",
32 "Yandex.Speller"
33 ],
34 "dependencies": {
35 "async": "^2.6.1",
36 "chalk": "^2.4.1",
37 "commander": "^2.15.1",
38 "cosmiconfig": "^5.0.5",
39 "entities": "^1.1.1",
40 "escape-html": "^1.0.3",
41 "eyo-kernel": "^2.3.1",
42 "glob": "^7.1.2",
43 "isutf8": "^2.0.2",
44 "minimatch": "^3.0.4",
45 "request": "^2.87.0",
46 "showdown": "^1.8.6",
47 "strip-json-comments": "^2.0.1",
48 "xml2js": "^0.4.19",
49 "yandex-speller": "^2.1.1"
50 },
51 "devDependencies": {
52 "chai": "^4.1.0",
53 "eslint": "^5.0.0",
54 "istanbul": "^0.4.5",
55 "mocha": "^5.2.0",
56 "sinon": "^6.0.1"
57 },
58 "engines": {
59 "node": ">=4"
60 },
61 "scripts": {
62 "test": "npm run-script eslint && npm run-script unit-test-coverage",
63 "eslint": "eslint .",
64 "yaspeller": "node bin/yaspeller .",
65 "unit-test": "./node_modules/.bin/mocha -u bdd -R spec --recursive test",
66 "unit-test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
67 },
68 "files": [
69 "bin",
70 "lib",
71 ".yaspellerrc.default.json",
72 "LICENSE.md"
73 ]
74}