|
1 | 1 | { |
| 2 | + "bugs": "https://github.com/remarkjs/remark-external-links/issues", |
2 | 3 | "name": "remark-external-links", |
3 | | - "version": "9.0.1", |
4 | | - "description": "Legacy remark plugin to automatically add target and rel attributes to external links — please use `rehype-external-links`", |
5 | | - "license": "MIT", |
6 | | - "keywords": [], |
7 | 4 | "repository": "remarkjs/remark-external-links", |
8 | | - "bugs": "https://github.com/remarkjs/remark-external-links/issues", |
9 | | - "funding": { |
10 | | - "type": "opencollective", |
11 | | - "url": "https://opencollective.com/unified" |
12 | | - }, |
13 | | - "author": "Cédric Delpoux <[email protected]>", |
14 | | - "contributors": [ |
15 | | - "Cédric Delpoux <[email protected]>", |
16 | | - "Titus Wormer <[email protected]> (https://wooorm.com)", |
17 | | - "Merlijn Vos <[email protected]>", |
18 | | - "Takayosi Amagi <[email protected]>", |
19 | | - "Zach Schnackel <[email protected]>", |
20 | | - "Tsuyusato Kitsune <[email protected]>", |
21 | | - "Matsuko Friedland <[email protected]>" |
22 | | - ], |
23 | | - "sideEffects": false, |
24 | | - "type": "module", |
25 | | - "main": "index.js", |
26 | | - "types": "index.d.ts", |
27 | | - "files": [ |
28 | | - "index.d.ts", |
29 | | - "index.js" |
30 | | - ], |
31 | | - "dependencies": { |
32 | | - "@types/hast": "^2.3.2", |
33 | | - "@types/mdast": "^3.0.0", |
34 | | - "extend": "^3.0.0", |
35 | | - "is-absolute-url": "^4.0.0", |
36 | | - "mdast-util-definitions": "^5.0.0", |
37 | | - "space-separated-tokens": "^2.0.0", |
38 | | - "unified": "^10.0.0", |
39 | | - "unist-util-visit": "^4.0.0" |
40 | | - }, |
41 | | - "devDependencies": { |
42 | | - "@types/extend": "^3.0.1", |
43 | | - "@types/tape": "^4.0.0", |
44 | | - "c8": "^7.0.0", |
45 | | - "prettier": "^2.0.0", |
46 | | - "remark": "^14.0.0", |
47 | | - "remark-cli": "^10.0.0", |
48 | | - "remark-html": "^14.0.0", |
49 | | - "remark-preset-wooorm": "^9.0.0", |
50 | | - "rimraf": "^3.0.0", |
51 | | - "tape": "^5.0.0", |
52 | | - "type-coverage": "^2.0.0", |
53 | | - "typescript": "^4.0.0", |
54 | | - "xo": "^0.44.0" |
55 | | - }, |
56 | | - "scripts": { |
57 | | - "build": "rimraf \"*.d.ts\" && tsc && type-coverage", |
58 | | - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
59 | | - "test-api": "node --conditions development test.js", |
60 | | - "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api", |
61 | | - "test": "npm run build && npm run format && npm run test-coverage" |
62 | | - }, |
63 | | - "prettier": { |
64 | | - "tabWidth": 2, |
65 | | - "useTabs": false, |
66 | | - "singleQuote": true, |
67 | | - "bracketSpacing": false, |
68 | | - "semi": false, |
69 | | - "trailingComma": "none" |
70 | | - }, |
71 | | - "xo": { |
72 | | - "prettier": true |
73 | | - }, |
74 | | - "remarkConfig": { |
75 | | - "plugins": [ |
76 | | - "preset-wooorm" |
77 | | - ] |
78 | | - }, |
79 | | - "typeCoverage": { |
80 | | - "atLeast": 100, |
81 | | - "detail": true, |
82 | | - "strict": true, |
83 | | - "ignoreCatch": true |
84 | | - } |
| 5 | + "version": "10.0.0" |
85 | 6 | } |
0 commit comments