{
  "_from": "fs-ext@^2.0.0",
  "_id": "fs-ext@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-aK8NlpSO5LUdSoWeshpnkgtptbua1rGo58Wc+mHQ2+JnoBlubMTsnV56Swl4bA0msrgAhG8TDu1aGS8deJwzBQ==",
  "_location": "/fs-ext",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-ext@^2.0.0",
    "name": "fs-ext",
    "escapedName": "fs-ext",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fs-ext/-/fs-ext-2.0.0.tgz",
  "_shasum": "e58168fcc37506a9358e0928f4aae60912af7caa",
  "_spec": "fs-ext@^2.0.0",
  "_where": "/Users/marco/Desktop/Projects/smart-home/node/essentials",
  "author": {
    "name": "Matt Sergeant",
    "email": "helpme@gmail.com",
    "url": "http://baudehlo.wordpress.com/"
  },
  "bugs": {
    "url": "https://github.com/baudehlo/node-fs-ext/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "nan": "^2.14.0"
  },
  "deprecated": false,
  "description": "Extensions to core 'fs' module.",
  "devDependencies": {
    "eslint": "^5.9.0"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "homepage": "https://github.com/baudehlo/node-fs-ext/",
  "keywords": [
    "fs",
    "filesystem",
    "flock",
    "seek"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "fs-ext.js",
  "name": "fs-ext",
  "repository": {
    "type": "git",
    "url": "git://github.com/baudehlo/node-fs-ext.git"
  },
  "scripts": {
    "cover": "NODE_ENV=cov ./node_modules/.bin/istanbul cover node ./run_tests",
    "install": "node-gyp configure build",
    "lint": "node ./node_modules/eslint/bin/eslint \"*.js\" \"tests/**/*.js\"",
    "test": "node ./run_tests"
  },
  "version": "2.0.0"
}
