[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-modules-extract-imports@3.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-modules-extract-imports@3.0.0",
|
---|
| 10 | "_id": "postcss-modules-extract-imports@3.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
|
---|
| 13 | "_location": "/postcss-modules-extract-imports",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "postcss-modules-extract-imports@3.0.0",
|
---|
| 19 | "name": "postcss-modules-extract-imports",
|
---|
| 20 | "escapedName": "postcss-modules-extract-imports",
|
---|
| 21 | "rawSpec": "3.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/css-loader"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
|
---|
| 29 | "_spec": "3.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-extract-imports/issues"
|
---|
| 36 | },
|
---|
[59329aa] | 37 | "description": "A CSS Modules transform to extract local aliases for inline imports",
|
---|
[6a3a178] | 38 | "devDependencies": {
|
---|
| 39 | "coveralls": "^3.1.0",
|
---|
| 40 | "eslint": "^7.10.0",
|
---|
| 41 | "eslint-config-prettier": "^6.12.0",
|
---|
| 42 | "husky": "^4.3.0",
|
---|
| 43 | "jest": "^26.5.2",
|
---|
| 44 | "lint-staged": "^10.4.0",
|
---|
| 45 | "postcss": "^8.1.1",
|
---|
| 46 | "prettier": "^2.1.2"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "engines": {
|
---|
| 49 | "node": "^10 || ^12 || >= 14"
|
---|
| 50 | },
|
---|
| 51 | "files": [
|
---|
| 52 | "src"
|
---|
| 53 | ],
|
---|
| 54 | "homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
|
---|
| 55 | "keywords": [
|
---|
| 56 | "css-modules",
|
---|
| 57 | "postcss",
|
---|
| 58 | "plugin"
|
---|
| 59 | ],
|
---|
| 60 | "license": "ISC",
|
---|
| 61 | "main": "src/index.js",
|
---|
| 62 | "name": "postcss-modules-extract-imports",
|
---|
[6a3a178] | 63 | "peerDependencies": {
|
---|
| 64 | "postcss": "^8.1.0"
|
---|
[59329aa] | 65 | },
|
---|
| 66 | "repository": {
|
---|
| 67 | "type": "git",
|
---|
| 68 | "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
|
---|
| 69 | },
|
---|
| 70 | "scripts": {
|
---|
| 71 | "eslint": "eslint --ignore-path .gitignore .",
|
---|
| 72 | "lint": "yarn eslint && yarn prettier",
|
---|
| 73 | "prepublishOnly": "yarn test",
|
---|
| 74 | "pretest": "yarn lint",
|
---|
| 75 | "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
|
---|
| 76 | "test": "yarn test:coverage",
|
---|
| 77 | "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
|
---|
| 78 | "test:only": "jest",
|
---|
| 79 | "test:watch": "jest --watch"
|
---|
| 80 | },
|
---|
| 81 | "version": "3.0.0"
|
---|
[6a3a178] | 82 | }
|
---|