|
30 | 30 | ],
|
31 | 31 | "devDependencies": {
|
32 | 32 | "commonmark": "0.x",
|
33 |
| - "eslint": "^5.12.0", |
| 33 | + "eslint": "^5.15.1", |
34 | 34 | "eslint-config-standard": "^12.0.0",
|
35 |
| - "eslint-plugin-import": "^2.14.0", |
| 35 | + "eslint-plugin-import": "^2.16.0", |
36 | 36 | "eslint-plugin-node": "^8.0.1",
|
37 | 37 | "eslint-plugin-promise": "^4.0.1",
|
38 | 38 | "eslint-plugin-standard": "^4.0.0",
|
39 | 39 | "eslint-plugin-vuln-regex-detector": "^1.0.4",
|
40 | 40 | "front-matter": "^3.0.1",
|
41 | 41 | "glob-to-regexp": "^0.4.0",
|
42 |
| - "@markedjs/html-differ": "^2.0.0", |
| 42 | + "@markedjs/html-differ": "^2.0.1", |
43 | 43 | "jasmine": "^3.3.1",
|
44 |
| - "jasmine2-custom-message": "^0.9.3", |
45 | 44 | "markdown": "0.x",
|
46 | 45 | "markdown-it": "8.x",
|
47 | 46 | "uglify-js": "^3.4.9"
|
|
56 | 55 | "test:old": "node test",
|
57 | 56 | "test:lint": "eslint bin/marked .",
|
58 | 57 | "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
|
| 58 | + "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json", |
59 | 59 | "bench": "node test --bench",
|
60 | 60 | "lint": "eslint --fix bin/marked .",
|
61 | 61 | "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
|
|
0 commit comments