{
  "name": "filing-cabinet",
  "version": "5.2.0",
  "description": "Find files based on partial paths",
  "main": "index.js",
  "files": [
    "bin/cli.js",
    "index.js"
  ],
  "bin": {
    "filing-cabinet": "bin/cli.js"
  },
  "scripts": {
    "lint": "xo",
    "fix": "xo --fix",
    "mocha": "mocha",
    "test": "npm run lint && npm run mocha",
    "test:ci": "c8 npm run mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/node-filing-cabinet.git"
  },
  "keywords": [
    "lookup",
    "es6",
    "amd",
    "commonjs",
    "sass",
    "less",
    "stylus",
    "svelte",
    "vue",
    "partial",
    "resolution",
    "paths"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dependents/node-filing-cabinet/issues"
  },
  "homepage": "https://github.com/dependents/node-filing-cabinet",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "app-module-path": "^2.2.0",
    "commander": "^12.1.0",
    "enhanced-resolve": "^5.20.0",
    "module-definition": "^6.0.1",
    "module-lookup-amd": "^9.1.1",
    "resolve": "^1.22.11",
    "resolve-dependency-path": "^4.0.1",
    "sass-lookup": "^6.1.0",
    "stylus-lookup": "^6.1.0",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.9.3"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "mocha": "^11.7.5",
    "sinon": "^19.0.5",
    "xo": "^0.60.0"
  },
  "xo": {
    "space": true,
    "ignores": [
      "test/fixtures/*"
    ],
    "rules": {
      "arrow-body-style": "off",
      "capitalized-comments": "off",
      "comma-dangle": [
        "error",
        "never"
      ],
      "curly": [
        "error",
        "multi-line"
      ],
      "max-nested-callbacks": [
        "error",
        6
      ],
      "operator-linebreak": [
        "error",
        "after"
      ],
      "object-curly-spacing": [
        "error",
        "always"
      ],
      "prefer-template": "error",
      "space-before-function-paren": [
        "error",
        "never"
      ],
      "unicorn/no-anonymous-default-export": "off",
      "unicorn/prefer-module": "off",
      "unicorn/prefer-node-protocol": "off",
      "unicorn/prefer-string-slice": "off",
      "unicorn/prefer-top-level-await": "off",
      "unicorn/prevent-abbreviations": "off"
    }
  }
}
