PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
mkdirp
{ "name": "mkdirp", "description": "Recursively mkdir, like `mkdir -p`", "version": "0.5.0", "author": "James Halliday <mail@substack.net> (http://substack.net)", "main": "./index", "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": "~0.4.0", "mock-fs": "~2.2.0" }, "bin": "bin/cmd.js", "license": "MIT" }
[+]
bin
[+]
..
[-] .npmignore
[edit]
[+]
node_modules
[-] package.json
[edit]
[-] readme.markdown
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[+]
examples
[+]
test
[-] LICENSE
[edit]