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

node_modules.graceful-fs.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "[email protected]",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/graceful-fs",
    "_nodeVersion": "2.0.1",
    "_npmUser": {
        "email": "[email protected]",
        "name": "isaacs"
    },
    "_npmVersion": "2.10.1",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "graceful-fs",
        "raw": "[email protected]",
        "rawSpec": "3.0.8",
        "scope": null,
        "spec": "3.0.8",
        "type": "version"
    },
    "_requiredBy": [
        "#DEV:/",
        "/less"
    ],
    "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz",
    "_shasum": "ce813e725fa82f7e6147d51c9a5ca68270551c22",
    "_shrinkwrap": null,
    "_spec": "[email protected]",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Isaac Z. Schlueter",
        "url": "http://blog.izs.me"
    },
    "bugs": {
        "url": "https://github.com/isaacs/node-graceful-fs/issues"
    },
    "dependencies": {
        
    },
    "description": "A drop-in replacement for fs, making various improvements.",
    "devDependencies": {
        "mkdirp": "^0.5.0",
        "rimraf": "^2.2.8",
        "tap": "^1.2.0"
    },
    "directories": {
        "test": "test"
    },
    "dist": {
        "shasum": "ce813e725fa82f7e6147d51c9a5ca68270551c22",
        "tarball": "http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz"
    },
    "engines": {
        "node": ">=0.4.0"
    },
    "gitHead": "45c57aa5e323c35a985a525de6f0c9a6ef59e1f8",
    "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
    "keywords": [
        "EACCESS",
        "EAGAIN",
        "EINVAL",
        "EMFILE",
        "EPERM",
        "error",
        "errors",
        "fs",
        "handling",
        "module",
        "queue",
        "reading",
        "retries",
        "retry"
    ],
    "license": "ISC",
    "main": "graceful-fs.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "isaacs"
        }
    ],
    "name": "graceful-fs",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/isaacs/node-graceful-fs.git"
    },
    "scripts": {
        "test": "tap test/*.js"
    },
    "version": "3.0.8"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy