aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mkdirp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mkdirp/package.json')
-rw-r--r--node_modules/mkdirp/package.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/node_modules/mkdirp/package.json b/node_modules/mkdirp/package.json
deleted file mode 100644
index 863e860d4..000000000
--- a/node_modules/mkdirp/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "mkdirp",
- "description": "Recursively mkdir, like `mkdir -p`",
- "version": "0.5.1",
- "author": "James Halliday <mail@substack.net> (http://substack.net)",
- "main": "index.js",
- "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": "1",
- "mock-fs": "2 >=2.7.0"
- },
- "bin": "bin/cmd.js",
- "license": "MIT"
-}