{ "_from": "postcss-modules", "_id": "postcss-modules@3.2.2", "_inBundle": false, "_integrity": "sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw==", "_location": "/postcss-modules", "_phantomChildren": { "icss-utils": "4.1.1", "postcss": "7.0.32", "postcss-selector-parser": "6.0.2", "postcss-value-parser": "4.1.0" }, "_requested": { "type": "tag", "registry": true, "raw": "postcss-modules", "name": "postcss-modules", "escapedName": "postcss-modules", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-3.2.2.tgz", "_shasum": "ee390de0f9f18e761e1778dfb9be26685c02c51f", "_spec": "postcss-modules", "_where": "/Users/justin/Code/granblue/hensei-web", "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" }