source: trip-planner-front/node_modules/postcss-modules-extract-imports/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-modules-extract-imports@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
24 },
25 "_requiredBy": [
26 "/css-loader"
27 ],
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 },
34 "bugs": {
35 "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
36 },
37 "description": "A CSS Modules transform to extract local aliases for inline imports",
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 },
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",
63 "peerDependencies": {
64 "postcss": "^8.1.0"
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"
82}
Note: See TracBrowser for help on using the repository browser.