source: trip-planner-front/node_modules/postcss-modules-scope/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-scope@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-modules-scope@3.0.0",
10 "_id": "postcss-modules-scope@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
13 "_location": "/postcss-modules-scope",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-modules-scope@3.0.0",
19 "name": "postcss-modules-scope",
20 "escapedName": "postcss-modules-scope",
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-scope/-/postcss-modules-scope-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-scope/issues"
36 },
37 "dependencies": {
38 "postcss-selector-parser": "^6.0.4"
39 },
40 "description": "A CSS Modules transform to extract export statements from local-scope classes",
41 "devDependencies": {
42 "coveralls": "^3.1.0",
43 "eslint": "^7.9.0",
44 "eslint-config-prettier": "^6.12.0",
45 "husky": "^4.3.0",
46 "jest": "^26.4.2",
47 "lint-staged": "^10.4.0",
48 "postcss": "^8.1.0",
49 "prettier": "^2.1.2"
50 },
51 "engines": {
52 "node": "^10 || ^12 || >= 14"
53 },
54 "files": [
55 "src"
56 ],
57 "homepage": "https://github.com/css-modules/postcss-modules-scope",
58 "keywords": [
59 "css-modules",
60 "postcss",
61 "plugin"
62 ],
63 "license": "ISC",
64 "main": "src/index.js",
65 "name": "postcss-modules-scope",
66 "peerDependencies": {
67 "postcss": "^8.1.0"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/css-modules/postcss-modules-scope.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 . \"!test/test-cases\"",
79 "test": "yarn test:coverage",
80 "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
81 "test:only": "jest",
82 "test:watch": "jest --watch"
83 },
84 "version": "3.0.0"
85}
Note: See TracBrowser for help on using the repository browser.