mirror of https://github.com/lukechilds/node.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.
41 lines
824 B
41 lines
824 B
{
|
|
"name": "mkdirp",
|
|
"description": "Recursively mkdir, like `mkdir -p`",
|
|
"version": "0.3.3",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"main": "./index",
|
|
"keywords": [
|
|
"mkdir",
|
|
"directory"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/node-mkdirp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.2.4"
|
|
},
|
|
"license": "MIT/X11",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "mkdirp@0.3.3",
|
|
"dependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.24",
|
|
"_nodeVersion": "v0.7.10-pre",
|
|
"_defaultsLoaded": true,
|
|
"_from": "mkdirp@0.3"
|
|
}
|
|
|