Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 11, 2024
1 parent a9317ec commit 225a360
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 629 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/bb.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/main.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion index.js

This file was deleted.

82 changes: 0 additions & 82 deletions lib/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions license

This file was deleted.

85 changes: 1 addition & 84 deletions package.json
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"
}
Loading

0 comments on commit 225a360

Please sign in to comment.