[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-modules-values@4.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-modules-values@4.0.0",
|
---|
| 10 | "_id": "postcss-modules-values@4.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
|
---|
| 13 | "_location": "/postcss-modules-values",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "postcss-modules-values@4.0.0",
|
---|
| 19 | "name": "postcss-modules-values",
|
---|
| 20 | "escapedName": "postcss-modules-values",
|
---|
| 21 | "rawSpec": "4.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "4.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/css-loader"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
---|
| 29 | "_spec": "4.0.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Glen Maddern"
|
---|
| 33 | },
|
---|
[6a3a178] | 34 | "bugs": {
|
---|
| 35 | "url": "https://github.com/css-modules/postcss-modules-values/issues"
|
---|
| 36 | },
|
---|
[59329aa] | 37 | "dependencies": {
|
---|
| 38 | "icss-utils": "^5.0.0"
|
---|
| 39 | },
|
---|
| 40 | "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
|
---|
[6a3a178] | 41 | "devDependencies": {
|
---|
| 42 | "coveralls": "^3.1.0",
|
---|
| 43 | "eslint": "^7.10.0",
|
---|
| 44 | "eslint-config-prettier": "^6.12.0",
|
---|
| 45 | "husky": "^4.3.0",
|
---|
| 46 | "jest": "^26.5.2",
|
---|
| 47 | "lint-staged": "^10.4.0",
|
---|
| 48 | "postcss": "^8.1.0",
|
---|
| 49 | "prettier": "^2.1.2"
|
---|
| 50 | },
|
---|
[59329aa] | 51 | "engines": {
|
---|
| 52 | "node": "^10 || ^12 || >= 14"
|
---|
[6a3a178] | 53 | },
|
---|
[59329aa] | 54 | "files": [
|
---|
| 55 | "src"
|
---|
| 56 | ],
|
---|
| 57 | "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
|
---|
| 58 | "keywords": [
|
---|
| 59 | "css",
|
---|
| 60 | "modules",
|
---|
| 61 | "postcss"
|
---|
| 62 | ],
|
---|
| 63 | "license": "ISC",
|
---|
| 64 | "main": "src/index.js",
|
---|
| 65 | "name": "postcss-modules-values",
|
---|
[6a3a178] | 66 | "peerDependencies": {
|
---|
| 67 | "postcss": "^8.1.0"
|
---|
[59329aa] | 68 | },
|
---|
| 69 | "repository": {
|
---|
| 70 | "type": "git",
|
---|
| 71 | "url": "git+https://github.com/css-modules/postcss-modules-values.git"
|
---|
| 72 | },
|
---|
| 73 | "scripts": {
|
---|
| 74 | "eslint": "eslint --ignore-path .gitignore .",
|
---|
| 75 | "lint": "yarn eslint && yarn prettier",
|
---|
| 76 | "prepublishOnly": "yarn test",
|
---|
| 77 | "pretest": "yarn lint",
|
---|
| 78 | "prettier": "prettier -l --ignore-path .gitignore .",
|
---|
| 79 | "test": "yarn test:coverage",
|
---|
| 80 | "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
|
---|
| 81 | "test:only": "jest",
|
---|
| 82 | "test:watch": "jest --watch"
|
---|
| 83 | },
|
---|
| 84 | "version": "4.0.0"
|
---|
[6a3a178] | 85 | }
|
---|