Skip to content
This repository has been archived by the owner on Oct 1, 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 1, 2024
1 parent e9aad7a commit 953f05a
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 437 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.

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

This file was deleted.

6 changes: 0 additions & 6 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.

83 changes: 0 additions & 83 deletions index.js

This file was deleted.

22 changes: 0 additions & 22 deletions license

This file was deleted.

89 changes: 2 additions & 87 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,6 @@
{
"bugs": "https://github.com/vfile/vfile-mkdirp/issues",
"name": "vfile-mkdirp",
"version": "3.0.0",
"description": "vfile utility to make sure the directory of a file exists on the file system",
"license": "MIT",
"keywords": [
"vfile",
"vfile-util",
"util",
"utility",
"virtual",
"file",
"fs",
"filesystem",
"system",
"filepath",
"path",
"mkdir",
"directory"
],
"repository": "vfile/vfile-mkdirp",
"bugs": "https://github.com/vfile/vfile-mkdirp/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/mkdirp": "^1.0.0",
"mkdirp": "^1.0.0",
"vfile": "^5.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"prettier": "^2.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"temp-dir": "^2.0.0",
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.50.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
"test": "npm run build && npm run format && npm run test-coverage"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"rules": {
"no-bitwise": "off"
}
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
"version": "4.0.0"
}
15 changes: 1 addition & 14 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
# vfile-mkdirp

**Stability: Legacy**.
This package is no longer recommended for use.
It’s still covered by semantic-versioning guarantees and not yet deprecated,
but use of this package should be avoided.
Deprecated: this package is no longer maintained.
Please use [`fs.mkdir`][mkdir] with `recursive: true` instead.

Legacy [documentation for this
package](https://github.com/vfile/vfile-mkdirp/tree/a1598ba)
is still available in Git.

## License

[MIT][license] © [Titus Wormer][author]

<!-- Definitions -->

[license]: license

[author]: https://wooorm.com

[mkdir]: https://nodejs.org/api/fs.html#fspromisesmkdirpath-options
Loading

0 comments on commit 953f05a

Please sign in to comment.