{
	"name": "mkdirp-promise",
	"versions": {
		"1.0.0": {
			"version": "1.0.0",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.12"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "standard && echint",
				"test": "mocha",
				"posttest": "npm run coverage",
				"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
				"codeclimate": "codeclimate < coverage/lcov.info"
			},
			"echint": {
				"ignore": [
					"coverage/**"
				]
			},
			"devDependencies": {
				"codeclimate-test-reporter": "0.0.4",
				"echint": "^1.2.0",
				"istanbul": "^0.3.15",
				"mocha": "^2.2.5",
				"rimraf": "^2.4.0",
				"should": "^7.0.1",
				"standard": "^4.3.1"
			},
			"dependencies": {
				"mkdirp": "^0.5.1"
			},
			"gitHead": "d5ca74a4f61094e34c96328aa288f1d689e6c68b",
			"_id": "mkdirp-promise@1.0.0",
			"_shasum": "4f3d329afee640d23676b24cbb0e5f51f5b34a0d",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "4f3d329afee640d23676b24cbb0e5f51f5b34a0d",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.0.tgz"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"1.0.1": {
			"version": "1.0.1",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.12"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "standard && echint",
				"test": "mocha",
				"posttest": "npm run coverage",
				"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
				"codeclimate": "codeclimate < coverage/lcov.info"
			},
			"echint": {
				"ignore": [
					"coverage/**"
				]
			},
			"devDependencies": {
				"codeclimate-test-reporter": "0.0.4",
				"echint": "^1.2.0",
				"istanbul": "^0.3.15",
				"mocha": "^2.2.5",
				"rimraf": "^2.4.0",
				"should": "^7.0.1",
				"standard": "^4.3.1"
			},
			"dependencies": {
				"mkdirp": "^0.5.1"
			},
			"gitHead": "0e62674a7ee2d1384bc82614460f134eb4fb48da",
			"_id": "mkdirp-promise@1.0.1",
			"_shasum": "7558045b8a115bd568011aec096b23aa5fa948bc",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "7558045b8a115bd568011aec096b23aa5fa948bc",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.1.tgz"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"1.0.2": {
			"version": "1.0.2",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.12"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "standard && echint",
				"test": "mocha",
				"posttest": "npm run coverage",
				"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
				"codeclimate": "codeclimate < coverage/lcov.info"
			},
			"echint": {
				"ignore": [
					"coverage/**"
				]
			},
			"devDependencies": {
				"codeclimate-test-reporter": "0.0.4",
				"echint": "^1.2.0",
				"istanbul": "^0.3.15",
				"mocha": "^2.2.5",
				"rimraf": "^2.4.0",
				"should": "^7.0.1",
				"standard": "^4.3.1"
			},
			"dependencies": {
				"mkdirp": "^0.5.1"
			},
			"gitHead": "4665266f521354c43fd0524fcf0e8c5fee06adf6",
			"_id": "mkdirp-promise@1.0.2",
			"_shasum": "30d1fd7384a8f399f4fbceb90e26025e22af56e3",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "30d1fd7384a8f399f4fbceb90e26025e22af56e3",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.2.tgz"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"1.0.3": {
			"version": "1.0.3",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "https://github.com/ahmadnassri/mkdirp-promise"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.10"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "standard && echint --verbose",
				"test": "mocha",
				"posttest": "npm run coverage",
				"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
				"codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
			},
			"echint": {
				"ignore": [
					"coverage/**"
				]
			},
			"devDependencies": {
				"codeclimate-test-reporter": "0.1.0",
				"echint": "^1.2.0",
				"istanbul": "^0.3.15",
				"mocha": "^2.2.5",
				"rimraf": "^2.4.0",
				"should": "^7.0.1",
				"standard": "^5.1.0"
			},
			"dependencies": {
				"mkdirp": "^0.5.1",
				"pinkie-promise": "^1.0.0"
			},
			"gitHead": "e3e634472d5edaf91aecf2928c4c5379220596bd",
			"_id": "mkdirp-promise@1.0.3",
			"_shasum": "c05a1728b59d41d5ab96644a35057b923a70e4e1",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "c05a1728b59d41d5ab96644a35057b923a70e4e1",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.3.tgz"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"1.0.4": {
			"version": "1.0.4",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.10"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "standard && echint --verbose",
				"test": "mocha",
				"posttest": "npm run coverage",
				"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
				"codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
			},
			"echint": {
				"ignore": [
					"coverage/**"
				]
			},
			"peerDependencies": {
				"mkdirp": "*"
			},
			"devDependencies": {
				"codeclimate-test-reporter": "0.3.1",
				"echint": "^1.5.3",
				"istanbul": "^0.4.2",
				"mkdirp": "^0.5.1",
				"mocha": "^2.4.5",
				"rimraf": "^2.5.2",
				"should": "^8.2.2",
				"standard": "^6.0.8"
			},
			"dependencies": {
				"pinkie-promise": "^2.0.0"
			},
			"gitHead": "bd39d41d9e2dbdb27619f6bf0e13830d321d08bb",
			"_id": "mkdirp-promise@1.0.4",
			"_shasum": "df96d706d978b84f9255cf61e06c2dbe2a9f9d3a",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.7.0",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "df96d706d978b84f9255cf61e06c2dbe2a9f9d3a",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-1.0.4.tgz_1458657019578_0.11480706045404077"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"1.1.0": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=4"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"test": "tap test/*.js | tap-mocha-reporter spec",
				"pretest": "standard && echint",
				"coverage": "tap test/*.js --coverage",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"codeclimate-test-reporter": "^0.3.1",
				"cz-conventional-changelog": "^1.1.6",
				"echint": "^1.5.3",
				"nyc": "^6.4.4",
				"rimraf": "^2.5.2",
				"semantic-release": "^4.3.5",
				"standard": "^7.0.1",
				"tap": "^5.7.1",
				"tap-mocha-reporter": "0.0.24"
			},
			"version": "1.1.0",
			"gitHead": "75e8f3cb80f6ad3bcf65174bbc8e2b1df4d7ae65",
			"_id": "mkdirp-promise@1.1.0",
			"_shasum": "2c84893ed676e0d98fb18fb9a6212fd1b2b9a819",
			"_from": ".",
			"_npmVersion": "2.15.1",
			"_nodeVersion": "4.4.4",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "2c84893ed676e0d98fb18fb9a6212fd1b2b9a819",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-1.1.0.tgz_1462941062652_0.4301251182332635"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"2.0.0": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=4"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"test": "tap test/*.js | tap-mocha-reporter spec",
				"pretest": "standard && echint",
				"coverage": "tap test/*.js --coverage",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"codeclimate-test-reporter": "^0.3.1",
				"cz-conventional-changelog": "^1.1.6",
				"echint": "^1.5.3",
				"nyc": "^6.4.4",
				"rimraf": "^2.5.2",
				"semantic-release": "^4.3.5",
				"standard": "^7.0.1",
				"tap": "^5.7.1",
				"tap-mocha-reporter": "0.0.24"
			},
			"version": "2.0.0",
			"gitHead": "acbf8f098aa2a3565be0764b6eb9f4d48d979b8f",
			"_id": "mkdirp-promise@2.0.0",
			"_shasum": "d7f54afd08de049e10baa902e797208adaa77b81",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "6.1.0",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"dist": {
				"shasum": "d7f54afd08de049e10baa902e797208adaa77b81",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-2.0.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-2.0.0.tgz_1462941698058_0.21429939242079854"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"3.0.0": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.10"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"compile": "babel -q src",
				"test": "BABEL_ENV=test tap test/*.js --node-arg=--require --node-arg=babel-register | tap-mocha-reporter spec",
				"pretest": "standard && echint",
				"coverage": "BABEL_ENV=test tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-runtime": "^6.12.0",
				"babel-preset-es2015": "^6.13.2",
				"babel-preset-es2015-node4": "^2.1.0",
				"babel-preset-es2015-node5": "^1.2.0",
				"babel-preset-es2015-node6": "^0.3.0",
				"babel-register": "^6.11.6",
				"codeclimate-test-reporter": "^0.3.3",
				"cz-conventional-changelog": "^1.2.0",
				"echint": "^1.5.3",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"standard": "^7.1.2",
				"tap": "^6.3.2",
				"tap-mocha-reporter": "^2.0.0"
			},
			"version": "3.0.0",
			"gitHead": "77edcb912a1d3bc738f0c42cc6c3946172531094",
			"_id": "mkdirp-promise@3.0.0",
			"_shasum": "5fdace67489f05ef7459f46a78075148f3a0699b",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "5fdace67489f05ef7459f46a78075148f3a0699b",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-3.0.0.tgz_1471615326765_0.8710979097522795"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"3.0.1": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=0.10"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"compile": "babel -q src",
				"test": "BABEL_ENV=test tap test/*.js --node-arg=--require --node-arg=babel-register | tap-mocha-reporter spec",
				"pretest": "standard && echint",
				"coverage": "BABEL_ENV=test tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-runtime": "^6.12.0",
				"babel-preset-es2015": "^6.13.2",
				"babel-preset-es2015-node4": "^2.1.0",
				"babel-preset-es2015-node5": "^1.2.0",
				"babel-preset-es2015-node6": "^0.3.0",
				"babel-register": "^6.11.6",
				"codeclimate-test-reporter": "^0.3.3",
				"cz-conventional-changelog": "^1.2.0",
				"echint": "^1.5.3",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"standard": "^7.1.2",
				"tap": "^6.3.2",
				"tap-mocha-reporter": "^2.0.0"
			},
			"version": "3.0.1",
			"gitHead": "2936f099c565c8225029e76592ee8cafcfc66e23",
			"_id": "mkdirp-promise@3.0.1",
			"_shasum": "d42c5b7ec312dc1c76a29dfec8780ca867abbc4f",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "d42c5b7ec312dc1c76a29dfec8780ca867abbc4f",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-3.0.1.tgz_1471663552351_0.5728289391845465"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"4.0.0": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">= 4"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"compile": "babel -q src",
				"test": "BABEL_ENV=test tap test/*.js --node-arg=--require --node-arg=babel-register | tap-mocha-reporter spec",
				"pretest": "standard && echint",
				"coverage": "BABEL_ENV=test tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-plugin-transform-runtime": "^6.12.0",
				"babel-preset-es2015": "^6.13.2",
				"babel-preset-es2015-node4": "^2.1.0",
				"babel-preset-es2015-node5": "^1.2.0",
				"babel-preset-es2015-node6": "^0.3.0",
				"babel-register": "^6.11.6",
				"codeclimate-test-reporter": "^0.4.0",
				"cz-conventional-changelog": "^1.2.0",
				"echint": "^1.5.3",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"standard": "^8.0.0",
				"tap": "^8.0.0",
				"tap-mocha-reporter": "^3.0.0"
			},
			"version": "4.0.0",
			"gitHead": "8b2bf6f5f7dc6217d3e95567cccaedb5eb85d458",
			"_id": "mkdirp-promise@4.0.0",
			"_shasum": "39dd6aed78bb7d522d89a116acffbc57542afefc",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "39dd6aed78bb7d522d89a116acffbc57542afefc",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-4.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-4.0.0.tgz_1478010775768_0.3475227393209934"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"4.0.1": {
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=4"
			},
			"files": [
				"lib",
				"src"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"compile": "babel -q src",
				"test": "BABEL_ENV=test tap test/*.js --node-arg=--require --node-arg=babel-register | tap-mocha-reporter spec",
				"pretest": "snazzy && echint",
				"coverage": "BABEL_ENV=test tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register",
				"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
				"semantic-release": "semantic-release pre && npm publish && semantic-release post"
			},
			"standard": {
				"ignore": [
					"lib/**"
				]
			},
			"echint": {
				"ignore": [
					"lib/**"
				]
			},
			"config": {
				"commitizen": {
					"path": "./node_modules/cz-conventional-changelog"
				}
			},
			"peerDependencies": {
				"mkdirp": ">=0.5.0"
			},
			"devDependencies": {
				"babel-cli": "^6.11.4",
				"babel-plugin-add-module-exports": "^0.2.1",
				"babel-preset-env": "0.0.7",
				"babel-register": "^6.11.6",
				"codeclimate-test-reporter": "^0.4.0",
				"cz-conventional-changelog": "^1.2.0",
				"echint": "^1.5.3",
				"rimraf": "^2.5.4",
				"semantic-release": "^4.3.5",
				"snazzy": "^5.0.0",
				"tap": "^8.0.0",
				"tap-mocha-reporter": "^3.0.0"
			},
			"version": "4.0.1",
			"gitHead": "8da6d72960477d8e5a99e990e96394c6b84b3959",
			"_id": "mkdirp-promise@4.0.1",
			"_shasum": "2723b347831b9a400c43bdf21fbb767f7f9a1e09",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "4.6.2",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "2723b347831b9a400c43bdf21fbb767f7f9a1e09",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-4.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-4.0.1.tgz_1478656174630_0.5391455905046314"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"5.0.0": {
			"version": "5.0.0",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=4"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "snazzy && echint",
				"test": "tap test",
				"coverage": "tap test --reporter silent --coverage"
			},
			"devDependencies": {
				"echint": "^2.1.0",
				"rimraf": "^2.5.4",
				"snazzy": "^5.0.0",
				"tap": "^8.0.1"
			},
			"peerDependencies": {
				"mkdirp": "*"
			},
			"gitHead": "8e7f4fb1010c8d601a0c5476c4f64b9ae5407474",
			"_id": "mkdirp-promise@5.0.0",
			"_shasum": "b8bc7d6eab71c2b2e37cb06ea48a459d14366ea2",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.2.1",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "b8bc7d6eab71c2b2e37cb06ea48a459d14366ea2",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-5.0.0.tgz_1481659600798_0.20932643418200314"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		},
		"5.0.1": {
			"version": "5.0.1",
			"name": "mkdirp-promise",
			"description": "Promise version of mkdirp",
			"author": {
				"name": "Ahmad Nassri",
				"email": "ahmad@ahmadnassri.com",
				"url": "https://www.ahmadnassri.com/"
			},
			"homepage": "https://github.com/ahmadnassri/mkdirp-promise",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ahmadnassri/mkdirp-promise.git"
			},
			"license": "ISC",
			"main": "lib/index.js",
			"keywords": [
				"mkdirp",
				"promise"
			],
			"engines": {
				"node": ">=4"
			},
			"files": [
				"lib"
			],
			"bugs": {
				"url": "https://github.com/ahmadnassri/mkdirp-promise/issues"
			},
			"scripts": {
				"pretest": "snazzy && echint",
				"test": "tap test",
				"coverage": "tap test --reporter silent --coverage"
			},
			"devDependencies": {
				"echint": "^2.1.0",
				"rimraf": "^2.5.4",
				"snazzy": "^6.0.0",
				"tap": "^9.0.2"
			},
			"dependencies": {
				"mkdirp": "*"
			},
			"gitHead": "069da6bb03aff578084b7bfc8a0edd7cd09f90e6",
			"_id": "mkdirp-promise@5.0.1",
			"_shasum": "e9b8f68e552c68a9c1713b84883f7a1dd039b8a1",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "ahmadnassri",
				"email": "ahmad@ahmadnassri.com"
			},
			"dist": {
				"shasum": "e9b8f68e552c68a9c1713b84883f7a1dd039b8a1",
				"tarball": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ahmadnassri",
					"email": "ahmad@ahmadnassri.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mkdirp-promise-5.0.1.tgz_1485889103228_0.329774089390412"
			},
			"directories": {},
			"deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.",
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-04-06T16:12:32.589Z",
		"created": "2015-06-21T18:19:35.871Z",
		"1.0.0": "2015-06-21T18:19:35.871Z",
		"1.0.1": "2015-06-21T19:15:25.299Z",
		"1.0.2": "2015-06-21T19:20:48.563Z",
		"1.0.3": "2015-08-18T02:08:39.251Z",
		"1.0.4": "2016-03-22T14:30:22.191Z",
		"1.1.0": "2016-05-11T04:31:05.222Z",
		"2.0.0": "2016-05-11T04:41:39.323Z",
		"3.0.0": "2016-08-19T14:02:08.594Z",
		"3.0.1": "2016-08-20T03:25:53.663Z",
		"4.0.0": "2016-11-01T14:32:56.368Z",
		"4.0.1": "2016-11-09T01:49:36.753Z",
		"4.1.0": "2016-12-12T20:56:29.750Z",
		"5.0.0": "2016-12-13T20:06:41.461Z",
		"5.0.1": "2017-01-31T18:58:24.935Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "5.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"75ad113506d39941c1f769664e74dd4b\"",
			"fetched": 1602009405875
		}
	},
	"_distfiles": {
		"mkdirp-promise-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.0.tgz",
			"sha": "4f3d329afee640d23676b24cbb0e5f51f5b34a0d",
			"registry": "npmjs"
		},
		"mkdirp-promise-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.1.tgz",
			"sha": "7558045b8a115bd568011aec096b23aa5fa948bc",
			"registry": "npmjs"
		},
		"mkdirp-promise-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.2.tgz",
			"sha": "30d1fd7384a8f399f4fbceb90e26025e22af56e3",
			"registry": "npmjs"
		},
		"mkdirp-promise-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.3.tgz",
			"sha": "c05a1728b59d41d5ab96644a35057b923a70e4e1",
			"registry": "npmjs"
		},
		"mkdirp-promise-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.0.4.tgz",
			"sha": "df96d706d978b84f9255cf61e06c2dbe2a9f9d3a",
			"registry": "npmjs"
		},
		"mkdirp-promise-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-1.1.0.tgz",
			"sha": "2c84893ed676e0d98fb18fb9a6212fd1b2b9a819",
			"registry": "npmjs"
		},
		"mkdirp-promise-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-2.0.0.tgz",
			"sha": "d7f54afd08de049e10baa902e797208adaa77b81",
			"registry": "npmjs"
		},
		"mkdirp-promise-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-3.0.0.tgz",
			"sha": "5fdace67489f05ef7459f46a78075148f3a0699b",
			"registry": "npmjs"
		},
		"mkdirp-promise-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-3.0.1.tgz",
			"sha": "d42c5b7ec312dc1c76a29dfec8780ca867abbc4f",
			"registry": "npmjs"
		},
		"mkdirp-promise-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-4.0.0.tgz",
			"sha": "39dd6aed78bb7d522d89a116acffbc57542afefc",
			"registry": "npmjs"
		},
		"mkdirp-promise-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-4.0.1.tgz",
			"sha": "2723b347831b9a400c43bdf21fbb767f7f9a1e09",
			"registry": "npmjs"
		},
		"mkdirp-promise-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.0.tgz",
			"sha": "b8bc7d6eab71c2b2e37cb06ea48a459d14366ea2",
			"registry": "npmjs"
		},
		"mkdirp-promise-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz",
			"sha": "e9b8f68e552c68a9c1713b84883f7a1dd039b8a1",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"mkdirp-promise-5.0.1.tgz": {
			"shasum": "e9b8f68e552c68a9c1713b84883f7a1dd039b8a1"
		}
	},
	"_rev": "17-3d0e103002116560",
	"_id": "mkdirp-promise",
	"readme": "# mkdirp-promise [![version][npm-version]][npm-url] [![License][license-image]][license-url]\n\n[Promise] version of [mkdirp]:\n\n> Like mkdir -p, but in node.js!\n\n[![Build Status][travis-image]][travis-url]\n[![Downloads][npm-downloads]][npm-url]\n[![Code Climate][codeclimate-quality]][codeclimate-url]\n[![Coverage Status][codeclimate-coverage]][codeclimate-url]\n[![Dependency Status][dependencyci-image]][dependencyci-url]\n[![Dependencies][david-image]][david-url]\n\n## Install\n\n```bash\nnpm install --only=production --save mkdirp-promise\n```\n\n## API\n\n```js\nconst mkdirp = require('mkdirp-promise')\n```\n\n### `mkdirp(dir, [, options])`\n\n*pattern*: `String`\n*options*: `Object` or `String`\nReturn: `Object` ([Promise])\n\nWhen it finishes, it will be [*fulfilled*](http://promisesaplus.com/#point-26) with the first directory made that had to be created, if any.\n\nWhen it fails, it will be [*rejected*](http://promisesaplus.com/#point-30) with an error as its first argument.\n\n```js\nmkdirp('/tmp/foo/bar/baz')\n  .then(console.log) //=> '/tmp/foo'\n  .catch(console.error)\n```\n\n#### `options`\n\nThe `option` object will be directly passed to [mkdirp](https://github.com/substack/node-mkdirp#mkdirpdir-opts-cb).\n\n---\n> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) &nbsp;&middot;&nbsp;\n> License: [ISC][license-url] &nbsp;&middot;&nbsp;\n> Github: [@ahmadnassri](https://github.com/ahmadnassri) &nbsp;&middot;&nbsp;\n> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)\n\n[license-url]: http://choosealicense.com/licenses/isc/\n[license-image]: https://img.shields.io/github/license/ahmadnassri/mkdirp-promise.svg?style=flat-square\n\n[travis-url]: https://travis-ci.org/ahmadnassri/mkdirp-promise\n[travis-image]: https://img.shields.io/travis/ahmadnassri/mkdirp-promise.svg?style=flat-square\n\n[npm-url]: https://www.npmjs.com/package/mkdirp-promise\n[npm-version]: https://img.shields.io/npm/v/mkdirp-promise.svg?style=flat-square\n[npm-downloads]: https://img.shields.io/npm/dm/mkdirp-promise.svg?style=flat-square\n\n[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/mkdirp-promise\n[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/mkdirp-promise.svg?style=flat-square\n[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/mkdirp-promise.svg?style=flat-square\n\n[david-url]: https://david-dm.org/ahmadnassri/mkdirp-promise\n[david-image]: https://img.shields.io/david/ahmadnassri/mkdirp-promise.svg?style=flat-square\n\n[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/mkdirp-promise\n[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/mkdirp-promise/badge?style=flat-square\n\n[mkdirp]: https://github.com/substack/node-mkdirp\n[Promise]: http://promisesaplus.com/"
}