{
  "_args": [
    [
      "safefs@3.2.2",
      "/app"
    ]
  ],
  "_from": "safefs@3.2.2",
  "_id": "safefs@3.2.2",
  "_inBundle": false,
  "_integrity": "sha1-gXDBRE1wOOCMrqBaN0+uL6NJ4Vw=",
  "_location": "/safefs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "safefs@3.2.2",
    "name": "safefs",
    "escapedName": "safefs",
    "rawSpec": "3.2.2",
    "saveSpec": null,
    "fetchSpec": "3.2.2"
  },
  "_requiredBy": [
    "/scandirectory",
    "/watchr"
  ],
  "_resolved": "https://registry.npmjs.org/safefs/-/safefs-3.2.2.tgz",
  "_spec": "3.2.2",
  "_where": "/app",
  "author": {
    "name": "2013+ Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "badges": {
    "travis": true,
    "npm": true,
    "npmdownloads": true,
    "david": true,
    "daviddev": true,
    "gratipay": "bevry",
    "flattr": "344188/balupton-on-Flattr",
    "paypal": "QB8GQPZAH84N6",
    "bitcoin": "https://bevry.me/bitcoin",
    "wishlist": "https://bevry.me/wishlist"
  },
  "bugs": {
    "url": "https://github.com/bevry/safefs/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    },
    {
      "name": "jagill",
      "url": "https://github.com/jagill"
    },
    {
      "name": "sfrdmn",
      "url": "https://github.com/sfrdmn"
    },
    {
      "name": "shama",
      "url": "https://github.com/shama"
    }
  ],
  "dependencies": {
    "graceful-fs": "*"
  },
  "description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.",
  "devDependencies": {
    "assert-helpers": "^1.0.2",
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.1",
    "eslint": "^1.3.1",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^0.5.0",
    "rimraf": "^2.4.3"
  },
  "engines": {
    "node": ">=0.4"
  },
  "homepage": "https://github.com/bevry/safefs",
  "keywords": [
    "fs",
    "path",
    "openFile",
    "closeFile",
    "emfile"
  ],
  "license": {
    "type": "MIT"
  },
  "main": "./es6guardian.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    }
  ],
  "nakeConfiguration": {
    "BABEL_SRC_PATH": "es6",
    "ESLINT_SRC_PATH": "es6",
    "YUIDOC_SRC_PATH": "es6"
  },
  "name": "safefs",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/safefs.git"
  },
  "scripts": {
    "clean": "node --harmony nakefile.js clean",
    "compile": "node --harmony nakefile.js compile",
    "meta": "node --harmony nakefile.js meta",
    "prepare": "node --harmony nakefile.js prepare",
    "release": "node --harmony nakefile.js release",
    "setup": "node --harmony nakefile.js setup",
    "test": "node --harmony ./es5/test/safefs-test.js",
    "verify": "node --harmony nakefile.js verify",
    "watch": "node --harmony nakefile.js watch"
  },
  "title": "Safe FS",
  "version": "3.2.2"
}
