{
  "_args": [
    [
      "@npmcli/fs@1.0.0",
      "/opt/bitnami/apps/home/yftblog"
    ]
  ],
  "_from": "@npmcli/fs@1.0.0",
  "_id": "@npmcli/fs@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==",
  "_location": "/@npmcli/fs",
  "_phantomChildren": {
    "lru-cache": "6.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/fs@1.0.0",
    "name": "@npmcli/fs",
    "escapedName": "@npmcli%2ffs",
    "scope": "@npmcli",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/cacache"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/opt/bitnami/apps/home/yftblog",
  "author": {
    "name": "GitHub Inc."
  },
  "dependencies": {
    "@gar/promisify": "^1.0.1",
    "semver": "^7.3.5"
  },
  "description": "filesystem utilities for the npm cli",
  "devDependencies": {
    "@npmcli/lint": "^1.0.1",
    "tap": "^15.0.9"
  },
  "files": [
    "lib",
    "bin"
  ],
  "keywords": [
    "npm",
    "oss"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/fs",
  "scripts": {
    "lint": "npm run npmclilint -- \"lib/**/*.*js\" \"test/**/*.*js\"",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint --",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "version": "1.0.0"
}
