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.
71 lines
1.5 KiB
71 lines
1.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"mkdirp@0.5.6", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "mkdirp@0.5.6", |
|
"_id": "mkdirp@0.5.6", |
|
"_inBundle": false, |
|
"_integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", |
|
"_location": "/mkdirp", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "mkdirp@0.5.6", |
|
"name": "mkdirp", |
|
"escapedName": "mkdirp", |
|
"rawSpec": "0.5.6", |
|
"saveSpec": null, |
|
"fetchSpec": "0.5.6" |
|
}, |
|
"_requiredBy": [ |
|
"/@jimp/core" |
|
], |
|
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", |
|
"_spec": "0.5.6", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "James Halliday", |
|
"email": "mail@substack.net", |
|
"url": "http://substack.net" |
|
}, |
|
"bin": { |
|
"mkdirp": "bin/cmd.js" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/substack/node-mkdirp/issues" |
|
}, |
|
"dependencies": { |
|
"minimist": "^1.2.6" |
|
}, |
|
"description": "Recursively mkdir, like `mkdir -p`", |
|
"devDependencies": { |
|
"tap": "^16.0.1" |
|
}, |
|
"files": [ |
|
"bin", |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/substack/node-mkdirp#readme", |
|
"keywords": [ |
|
"mkdir", |
|
"directory" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "mkdirp", |
|
"publishConfig": { |
|
"tag": "legacy" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/substack/node-mkdirp.git" |
|
}, |
|
"scripts": { |
|
"test": "tap test/*.js" |
|
}, |
|
"version": "0.5.6" |
|
}
|
|
|