<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_from": "fs-vacuum@~1.2.10",
  "_id": "fs-vacuum@1.2.10",
  "_integrity": "sha1-t2Kb7AekAxolSP35n17PHMizHjY=",
  "_location": "/fs-vacuum",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-vacuum@~1.2.10",
    "name": "fs-vacuum",
    "escapedName": "fs-vacuum",
    "rawSpec": "~1.2.10",
    "saveSpec": null,
    "fetchSpec": "~1.2.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.10.tgz",
  "_shasum": "b7629bec07a4031a2548fdf99f5ecf1cc8b31e36",
  "_shrinkwrap": null,
  "_spec": "fs-vacuum@~1.2.10",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Forrest L Norvell",
    "email": "ogd@aoaioxxysz.net"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/npm/fs-vacuum/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "path-is-inside": "^1.0.1",
    "rimraf": "^2.5.2"
  },
  "deprecated": false,
  "description": "recursively remove empty directories -- to a point",
  "devDependencies": {
    "errno": "~0.1.0",
    "mkdirp": "^0.5.1",
    "require-inject": "~1.3.0",
    "standard": "^6.0.8",
    "tap": "^5.7.1",
    "tmp": "0.0.28"
  },
  "homepage": "https://github.com/npm/fs-vacuum",
  "keywords": [
    "rm",
    "rimraf",
    "clean"
  ],
  "license": "ISC",
  "main": "vacuum.js",
  "name": "fs-vacuum",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fs-vacuum.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "1.2.10"
}
