HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/postcss-modules/package.json
{
  "_from": "postcss-modules@^3.2.2",
  "_id": "postcss-modules@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw==",
  "_location": "/postcss-modules",
  "_phantomChildren": {
    "chalk": "2.4.2",
    "has-flag": "3.0.0",
    "indexes-of": "1.0.1",
    "postcss-value-parser": "4.1.0",
    "source-map": "0.6.1",
    "uniq": "1.0.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-modules@^3.2.2",
    "name": "postcss-modules",
    "escapedName": "postcss-modules",
    "rawSpec": "^3.2.2",
    "saveSpec": null,
    "fetchSpec": "^3.2.2"
  },
  "_requiredBy": [
    "/@vue/compiler-sfc"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-3.2.2.tgz",
  "_shasum": "ee390de0f9f18e761e1778dfb9be26685c02c51f",
  "_spec": "postcss-modules@^3.2.2",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@vue/compiler-sfc",
  "author": {
    "name": "Alexander Madyankin",
    "email": "alexander@madyankin.name"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generic-names": "^2.0.1",
    "icss-replace-symbols": "^1.1.0",
    "lodash.camelcase": "^4.3.0",
    "postcss": "^7.0.32",
    "postcss-modules-extract-imports": "^2.0.0",
    "postcss-modules-local-by-default": "^3.0.2",
    "postcss-modules-scope": "^2.2.0",
    "postcss-modules-values": "^3.0.0",
    "string-hash": "^1.1.1"
  },
  "deprecated": false,
  "description": "PostCSS plugin to use CSS Modules everywhere",
  "devDependencies": {
    "autoprefixer": "^9.6.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^7.3.1",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jest": "^23.17.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.11",
    "prettier": "^2.0.5"
  },
  "homepage": "https://github.com/css-modules/postcss-modules#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "modules",
    "css modules",
    "components"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{json,md}": [
      "prettier --write",
      "git add"
    ],
    "*.js": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ]
  },
  "main": "build/index.js",
  "name": "postcss-modules",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules.git"
  },
  "require": "babel-core/register",
  "scripts": {
    "postpublish": "rm -rf build && git push --follow-tags",
    "precommit": "lint-staged",
    "prepublish": "npm run transpile",
    "pretest": "$(npm bin)/eslint src test",
    "test": "$(npm bin)/jest",
    "transpile": "$(npm bin)/babel src -d build"
  },
  "version": "3.2.2"
}