Changeset 59329aa for trip-planner-front/node_modules/postcss-modules-scope
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-modules-scope/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-modules-scope", 3 "version": "3.0.0", 4 "description": "A CSS Modules transform to extract export statements from local-scope classes", 5 "main": "src/index.js", 6 "engines": { 7 "node": "^10 || ^12 || >= 14" 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" 8 24 }, 9 "scripts": { 10 "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"", 11 "eslint": "eslint --ignore-path .gitignore .", 12 "lint": "yarn eslint && yarn prettier", 13 "test:only": "jest", 14 "test:watch": "jest --watch", 15 "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"", 16 "pretest": "yarn lint", 17 "test": "yarn test:coverage", 18 "prepublishOnly": "yarn test" 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" 19 33 }, 20 "repository": {21 "type": "git",22 "url": "https://github.com/css-modules/postcss-modules-scope.git"23 },24 "keywords": [25 "css-modules",26 "postcss",27 "plugin"28 ],29 "files": [30 "src"31 ],32 "author": "Glen Maddern",33 "license": "ISC",34 34 "bugs": { 35 35 "url": "https://github.com/css-modules/postcss-modules-scope/issues" 36 36 }, 37 "homepage": "https://github.com/css-modules/postcss-modules-scope",38 37 "dependencies": { 39 38 "postcss-selector-parser": "^6.0.4" 40 39 }, 40 "description": "A CSS Modules transform to extract export statements from local-scope classes", 41 41 "devDependencies": { 42 42 "coveralls": "^3.1.0", … … 49 49 "prettier": "^2.1.2" 50 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", 51 66 "peerDependencies": { 52 67 "postcss": "^8.1.0" 53 } 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" 54 85 }
Note:
See TracChangeset
for help on using the changeset viewer.