{
  "_from": "@gwhitney/detect-indent@7.0.1",
  "_id": "@gwhitney/detect-indent@7.0.1",
  "_inBundle": false,
  "_integrity": "sha512-7bQW+gkKa2kKZPeJf6+c6gFK9ARxQfn+FKy9ScTBppyKRWH2KzsmweXUoklqeEiHiNVWaeP5csIdsNq6w7QhzA==",
  "_location": "/@gwhitney/detect-indent",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@gwhitney/detect-indent@7.0.1",
    "name": "@gwhitney/detect-indent",
    "escapedName": "@gwhitney%2fdetect-indent",
    "scope": "@gwhitney",
    "rawSpec": "7.0.1",
    "saveSpec": null,
    "fetchSpec": "7.0.1"
  },
  "_requiredBy": [
    "/@pnpm/read-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/@gwhitney/detect-indent/-/detect-indent-7.0.1.tgz",
  "_shasum": "db16d7fe6d13b26dc792442e5156677b44cc428e",
  "_spec": "@gwhitney/detect-indent@7.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@pnpm/read-project-manifest",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/gwhitney/detect-indent/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect the indentation of code (commonjs fork)",
  "devDependencies": {
    "ava": "^3.15.0",
    "tsd": "^0.17.0",
    "typescript": "^4.3.5",
    "xo": "^0.44.0"
  },
  "engines": {
    "node": ">=12.20"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/gwhitney/detect-indent#readme",
  "keywords": [
    "indent",
    "indentation",
    "detect",
    "infer",
    "identify",
    "code",
    "string",
    "text",
    "source",
    "space",
    "tab"
  ],
  "license": "MIT",
  "name": "@gwhitney/detect-indent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gwhitney/detect-indent.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "7.0.1",
  "xo": {
    "ignores": [
      "fixture"
    ],
    "rules": {
      "unicorn/prefer-module": "off"
    }
  }
}
