mirror of https://github.com/lukechilds/docs.git
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.
66 lines
1.4 KiB
66 lines
1.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"mkdirp@0.5.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "mkdirp@0.5.0",
|
|
"_id": "mkdirp@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=",
|
|
"_location": "/mkdirp",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mkdirp@0.5.0",
|
|
"name": "mkdirp",
|
|
"escapedName": "mkdirp",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/extract-zip"
|
|
],
|
|
"_resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
|
|
"_spec": "0.5.0",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"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": "0.0.8"
|
|
},
|
|
"description": "Recursively mkdir, like `mkdir -p`",
|
|
"devDependencies": {
|
|
"mock-fs": "~2.2.0",
|
|
"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+https://github.com/substack/node-mkdirp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|
|
|