{
  "name": "@absolunet/fsp",
  "version": "1.7.0",
  "description": "graceful-fs / fs-extra promise wrapper with goodies",
  "definition": "",
  "homepage": "https://github.com/absolunet/node-fs",
  "author": {
    "name": "Absolunet",
    "url": "https://absolunet.com"
  },
  "keywords": [
    "fs",
    "fs-extra",
    "graceful-fs",
    "gunzip",
    "gzip",
    "json5",
    "klaw",
    "promise",
    "xml",
    "yaml"
  ],
  "license": "MIT",
  "repository": {
    "url": "git://github.com/absolunet/node-fs.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/absolunet/node-fs/issues"
  },
  "engines": {
    "node": ">= 12"
  },
  "main": "index.js",
  "dependencies": {
    "async": "^3.2.0",
    "async-foreach": "^0.1.3",
    "delete-empty": "^3.0.0",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "graceful-fs": "^4.2.6",
    "js-yaml": "^4.0.0",
    "json5": "^2.2.0",
    "junk": "^3.1.0",
    "klaw": "^3.0.0",
    "minimatch": "^3.0.4",
    "ow": "^0.23.0",
    "rimraf": "^3.0.2",
    "xml2js": "^0.4.23"
  }
}
