You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/node_modules/_mkdirp@0.5.1@mkdirp/package.json

30 lines
735 B

5 years ago
{
"name": "mkdirp",
"description": "Recursively mkdir, like `mkdir -p`",
"version": "0.5.1",
"author": "James Halliday <mail@substack.net> (http://substack.net)",
"main": "index.js",
"keywords": [
"mkdir",
"directory"
],
"repository": {
"type": "git",
"url": "https://github.com/substack/node-mkdirp.git"
},
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"minimist": "0.0.8"
},
"devDependencies": {
"tap": "1",
"mock-fs": "2 >=2.7.0"
},
"bin": "bin/cmd.js",
"license": "MIT",
"__npminstall_done": "Fri Jan 03 2020 18:02:10 GMT+0800 (GMT+08:00)",
"_from": "mkdirp@0.5.1",
"_resolved": "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.1.tgz"
}