|
5 | 5 | "license": "MIT", |
6 | 6 | "keywords": [ |
7 | 7 | "unist", |
8 | | - "mdast", |
9 | | - "markdown", |
10 | | - "retext", |
11 | | - "natural", |
12 | | - "language", |
13 | 8 | "node", |
14 | 9 | "find", |
15 | 10 | "before", |
16 | 11 | "util", |
17 | 12 | "utility" |
18 | 13 | ], |
19 | | - "dependencies": { |
20 | | - "unist-util-is": "^1.0.0" |
21 | | - }, |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "https://github.com/wooorm/unist-util-find-before.git" |
25 | | - }, |
26 | | - "author": { |
27 | | - "name": "Titus Wormer", |
28 | | - |
29 | | - }, |
| 14 | + "repository": "https://github.com/wooorm/unist-util-find-before", |
| 15 | + "bugs": "https://github.com/wooorm/unist-util-find-before/issues", |
| 16 | + "author": "Titus Wormer <[email protected]> (http://wooorm.com)", |
| 17 | + "contributors": [ |
| 18 | + "Titus Wormer <[email protected]> (http://wooorm.com)" |
| 19 | + ], |
30 | 20 | "files": [ |
31 | | - "index.js", |
32 | | - "LICENSE" |
| 21 | + "index.js" |
33 | 22 | ], |
| 23 | + "dependencies": { |
| 24 | + "unist-util-is": "^2.0.0" |
| 25 | + }, |
34 | 26 | "devDependencies": { |
35 | | - "browserify": "^11.0.0", |
| 27 | + "browserify": "^13.1.1", |
36 | 28 | "esmangle": "^1.0.0", |
37 | | - "mdast": "^1.0.0", |
38 | | - "mdast-comment-config": "^1.0.0", |
39 | | - "mdast-github": "^1.0.0", |
40 | | - "mdast-lint": "^1.0.0", |
41 | | - "mdast-slug": "^1.0.0", |
42 | | - "mdast-validate-links": "^1.0.0", |
| 29 | + "remark": "^6.0.0", |
| 30 | + "remark-cli": "^2.0.0", |
| 31 | + "remark-preset-wooorm": "^1.0.0", |
43 | 32 | "nyc": "^9.0.1", |
44 | 33 | "tape": "^4.6.2", |
45 | 34 | "xo": "^0.17.1" |
46 | 35 | }, |
47 | 36 | "scripts": { |
48 | | - "build-md": "mdast . --quiet", |
| 37 | + "build-md": "remark . -foq", |
49 | 38 | "build-bundle": "browserify index.js --no-builtins -s unistUtilFindBefore > unist-util-find-before.js", |
50 | 39 | "build-mangle": "esmangle unist-util-find-before.js > unist-util-find-before.min.js", |
51 | 40 | "build": "npm run build-md && npm run build-bundle && npm run build-mangle", |
|
65 | 54 | "ignore": [ |
66 | 55 | "unist-util-find-before.js" |
67 | 56 | ] |
| 57 | + }, |
| 58 | + "remarkConfig": { |
| 59 | + "presets": "wooorm" |
68 | 60 | } |
69 | 61 | } |
0 commit comments