| 12345678910111213141516171819202122232425 |
- {
- "name": "mkpath",
- "version": "1.0.0",
- "author": "Jonathan Rajavuori <jrajav@gmail.com>",
- "description": "Make all directories in a path, like mkdir -p",
- "repository": {
- "type": "git",
- "url": "https://github.com/jrajav/mkpath"
- },
- "keywords": [
- "mkdir",
- "mkdirp",
- "directory",
- "path",
- "tree"
- ],
- "main": "./mkpath",
- "scripts": {
- "test": "node node_modules/tap/bin/tap.js ./test/*.js"
- },
- "devDependencies": {
- "tap": "~0.3"
- },
- "license": "MIT"
- }
|