|
1 | 1 | {
|
2 | 2 | "name": "zadeh",
|
| 3 | + "author": "Amin Yahyaabadi, Rajendran T", |
| 4 | + "homepage": "https://github.com/atom-ide-community/zadeh", |
3 | 5 | "version": "3.0.0-beta.3",
|
4 | 6 | "description": "Blazing fast library for fuzzy filtering, matching, and other fuzzy things!",
|
5 | 7 | "main": "./index.js",
|
|
43 | 45 | ],
|
44 | 46 | "gypfile": true,
|
45 | 47 | "dependencies": {
|
46 |
| - "bindings": "~1.5.0", |
47 |
| - "node-addon-api": "~3.2.1", |
| 48 | + "node-addon-api": "~4.0.0", |
48 | 49 | "node-gyp-build": "^4.2.3"
|
49 | 50 | },
|
50 | 51 | "devDependencies": {
|
51 | 52 | "coffeescript": "^2.5.1",
|
52 | 53 | "cross-env": "^7.0.3",
|
53 |
| - "eslint": "^7.28.0", |
54 |
| - "eslint-config-atomic": "^1.15.3", |
55 |
| - "fast-deep-equal": "^3.1.3", |
| 54 | + "eslint-config-atomic": "^1.16.1", |
| 55 | + "fast-equals": "^2.0.3", |
56 | 56 | "fuzzaldrin-plus": "^0.6.0",
|
57 | 57 | "growl": ">=1.10.5",
|
58 | 58 | "jasmine": "^3.7.0",
|
59 | 59 | "jasmine-node": "^3.0.0",
|
60 |
| - "npm-check-updates": "11.6.0", |
| 60 | + "npm-check-updates": "11.7.1", |
61 | 61 | "prebuildify": "^4.1.2",
|
62 | 62 | "prettier-config-atomic": "^2.0.5",
|
63 |
| - "rollup": "^2.51.1", |
| 63 | + "rollup": "^2.52.2", |
64 | 64 | "rollup-plugin-atomic": "^2.3.2",
|
65 | 65 | "shx": "^0.3.3",
|
66 |
| - "typescript": "^4.3.2" |
| 66 | + "typescript": "^4.3.4" |
67 | 67 | },
|
68 | 68 | "repository": {
|
69 | 69 | "type": "git",
|
70 | 70 | "url": "https://github.com/atom-ide-community/zadeh.git"
|
71 | 71 | },
|
72 |
| - "author": "Amin Yahyaabadi, Rajendran T", |
73 | 72 | "license": "MIT",
|
74 | 73 | "bugs": {
|
75 | 74 | "url": "https://github.com/atom-ide-community/zadeh/issues"
|
76 |
| - }, |
77 |
| - "homepage": "https://github.com/atom-ide-community/zadeh" |
| 75 | + } |
78 | 76 | }
|
0 commit comments