All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mkdirp.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "mkdirp@>=0.5.0 <0.6.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/mkdirp",
    "_nodeVersion": "2.0.0",
    "_npmUser": {
        "email": "[email protected]",
        "name": "substack"
    },
    "_npmVersion": "2.9.0",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "mkdirp",
        "raw": "mkdirp@^0.5.0",
        "rawSpec": "^0.5.0",
        "scope": null,
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
    },
    "_requiredBy": [
        "/less"
    ],
    "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
    "_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
    "_shrinkwrap": null,
    "_spec": "mkdirp@^0.5.0",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "James Halliday",
        "url": "http://substack.net"
    },
    "bin": {
        "mkdirp": "bin/cmd.js"
    },
    "bugs": {
        "url": "https://github.com/substack/node-mkdirp/issues"
    },
    "dependencies": {
        "minimist": "0.0.8"
    },
    "description": "Recursively mkdir, like `mkdir -p`",
    "devDependencies": {
        "mock-fs": "2 >=2.7.0",
        "tap": "1"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
        "tarball": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
    },
    "gitHead": "d4eff0f06093aed4f387e88e9fc301cb76beedc7",
    "homepage": "https://github.com/substack/node-mkdirp#readme",
    "keywords": [
        "directory",
        "mkdir"
    ],
    "license": "MIT",
    "main": "index.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "substack"
        }
    ],
    "name": "mkdirp",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/substack/node-mkdirp.git"
    },
    "scripts": {
        "test": "tap test/*.js"
    },
    "version": "0.5.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy