{
  "_args": [
    [
      "fs-access-compat@1.0.3",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "fs-access-compat@1.0.3",
  "_id": "fs-access-compat@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-bIT52oDQuazHSEnu17+MnRGVTTtLpMluu9Zuv25RhJ+iVWrTX95aXK+9yEsQ1ZaIRCWeHjx1IgR38QH/8psWKQ==",
  "_location": "/fs-access-compat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fs-access-compat@1.0.3",
    "name": "fs-access-compat",
    "escapedName": "fs-access-compat",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/extract-base-iterator",
    "/node-install-release",
    "/tar-iterator",
    "/zip-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/fs-access-compat/-/fs-access-compat-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/fs-access-compat/issues"
  },
  "description": "fs.access ponyfill for older versions of Node.js",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "depcheck": "^1.4.3",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/fs-access-compat",
  "keywords": [
    "fs",
    "access",
    "exists",
    "pollyfill",
    "ponyfill"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "fs-access-compat",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/fs-access-compat.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js",
    "test:engines": "nvu engines npm test"
  },
  "version": "1.0.3"
}
