This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
6 additions
and
629 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,6 @@ | ||
{ | ||
"author": "John Otander <johnotander@gmail.com> (https://johno.com)", | ||
"bugs": "https://github.com/remarkjs/remark-unwrap-images/issues", | ||
"contributors": [ | ||
"Brent Jackson <jxnblk@gmail.com>", | ||
"John Otander <johnotander@gmail.com> (https://johno.com)", | ||
"José Luis Sandoval Alaguna <alagunasalahaddin@live.com> (https://uzmani.tech/)", | ||
"Michele Bertoli <michele@berto.li>", | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
"dependencies": { | ||
"@types/mdast": "^4.0.0", | ||
"hast-util-whitespace": "^3.0.0", | ||
"unist-util-visit": "^5.0.0" | ||
}, | ||
"description": "remark plugin to remove the wrapping paragraph for images", | ||
"devDependencies": { | ||
"@types/node": "^22.0.0", | ||
"c8": "^10.0.0", | ||
"prettier": "^3.0.0", | ||
"rehype-stringify": "^10.0.0", | ||
"remark": "^15.0.0", | ||
"remark-cli": "^12.0.0", | ||
"remark-parse": "^11.0.0", | ||
"remark-preset-wooorm": "^10.0.0", | ||
"remark-rehype": "^11.0.0", | ||
"type-coverage": "^2.0.0", | ||
"typescript": "^5.0.0", | ||
"unified": "^11.0.0", | ||
"xo": "^0.59.0" | ||
}, | ||
"exports": "./index.js", | ||
"files": [ | ||
"lib/", | ||
"index.d.ts.map", | ||
"index.d.ts", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"keywords": [ | ||
"image", | ||
"markdown", | ||
"mdast", | ||
"plugin", | ||
"remark-plugin", | ||
"remark", | ||
"unified", | ||
"unwrap" | ||
], | ||
"license": "MIT", | ||
"name": "remark-unwrap-images", | ||
"prettier": { | ||
"bracketSpacing": false, | ||
"singleQuote": true, | ||
"semi": false, | ||
"tabWidth": 2, | ||
"trailingComma": "none", | ||
"useTabs": false | ||
}, | ||
"remarkConfig": { | ||
"plugins": [ | ||
"remark-preset-wooorm" | ||
] | ||
}, | ||
"repository": "remarkjs/remark-unwrap-images", | ||
"scripts": { | ||
"build": "tsc --build --clean && tsc --build && type-coverage", | ||
"format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix", | ||
"prepack": "npm run build && npm run format", | ||
"test-api": "node --conditions development test.js", | ||
"test-coverage": "c8 --100 --reporter lcov npm run test-api", | ||
"test": "npm run build && npm run format && npm run test-coverage" | ||
}, | ||
"sideEffects": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"strict": true | ||
}, | ||
"type": "module", | ||
"version": "4.0.1", | ||
"xo": { | ||
"prettier": true | ||
} | ||
"version": "5.0.0" | ||
} |
Oops, something went wrong.