{
  "_args": [
    [
      "postcss-modules-local-by-default@4.0.0",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "postcss-modules-local-by-default@4.0.0",
  "_id": "postcss-modules-local-by-default@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  "_location": "/postcss-modules-local-by-default",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-modules-local-by-default@4.0.0",
    "name": "postcss-modules-local-by-default",
    "escapedName": "postcss-modules-local-by-default",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/css-loader"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "author": {
    "name": "Mark Dalgleish"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  },
  "dependencies": {
    "icss-utils": "^5.0.0",
    "postcss-selector-parser": "^6.0.2",
    "postcss-value-parser": "^4.1.0"
  },
  "description": "A CSS Modules transform to make local scope the default",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "husky": "^4.3.0",
    "jest": "^26.5.2",
    "lint-staged": "^10.4.0",
    "postcss": "^8.1.0",
    "prettier": "^2.1.2"
  },
  "engines": {
    "node": "^10 || ^12 || >= 14"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  "keywords": [
    "css-modules",
    "postcss",
    "css",
    "postcss-plugin"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "postcss-modules-local-by-default",
  "peerDependencies": {
    "postcss": "^8.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  },
  "scripts": {
    "eslint": "eslint --ignore-path .gitignore .",
    "lint": "yarn eslint && yarn prettier",
    "prepublishOnly": "yarn test",
    "pretest": "yarn lint",
    "prettier": "prettier -l --ignore-path .gitignore .",
    "test": "yarn test:coverage",
    "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
    "test:only": "jest",
    "test:watch": "jest --watch"
  },
  "version": "4.0.0"
}
