123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "postcss-modules-local-by-default@4.0.3",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "postcss-modules-local-by-default@4.0.3",
- "_id": "postcss-modules-local-by-default@4.0.3",
- "_inBundle": false,
- "_integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
- "_location": "/postcss-modules-local-by-default",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-modules-local-by-default@4.0.3",
- "name": "postcss-modules-local-by-default",
- "escapedName": "postcss-modules-local-by-default",
- "rawSpec": "4.0.3",
- "saveSpec": null,
- "fetchSpec": "4.0.3"
- },
- "_requiredBy": [
- "/css-loader"
- ],
- "_resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
- "_spec": "4.0.3",
- "_where": "/Users/mac/projects/mime/mine",
- "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 lint && yarn test",
- "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.3"
- }
|