56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"_from": "mkdirp@>=0.3.5 <0.4.0",
|
|
"_id": "mkdirp@0.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==",
|
|
"_location": "/fs-plus/mkdirp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mkdirp@0.3.5",
|
|
"name": "mkdirp",
|
|
"escapedName": "mkdirp",
|
|
"rawSpec": "0.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/fs-plus"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
|
|
"_shasum": "de3e5f8961c88c787ee1368df849ac4413eca8d7",
|
|
"_spec": "mkdirp@0.3.5",
|
|
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-mkdirp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
|
|
"description": "Recursively mkdir, like `mkdir -p`",
|
|
"devDependencies": {
|
|
"tap": "~0.4.0"
|
|
},
|
|
"homepage": "https://github.com/substack/node-mkdirp#readme",
|
|
"keywords": [
|
|
"mkdir",
|
|
"directory"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index",
|
|
"name": "mkdirp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/substack/node-mkdirp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.3.5"
|
|
}
|