1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
| {
| "_from": "postcss-modules-local-by-default@^3.0.3",
| "_id": "postcss-modules-local-by-default@3.0.3",
| "_inBundle": false,
| "_integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
| "_location": "/postcss-modules-local-by-default",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "postcss-modules-local-by-default@^3.0.3",
| "name": "postcss-modules-local-by-default",
| "escapedName": "postcss-modules-local-by-default",
| "rawSpec": "^3.0.3",
| "saveSpec": null,
| "fetchSpec": "^3.0.3"
| },
| "_requiredBy": [
| "/css-loader"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
| "_shasum": "bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0",
| "_spec": "postcss-modules-local-by-default@^3.0.3",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\css-loader",
| "author": {
| "name": "Mark Dalgleish"
| },
| "bugs": {
| "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "icss-utils": "^4.1.1",
| "postcss": "^7.0.32",
| "postcss-selector-parser": "^6.0.2",
| "postcss-value-parser": "^4.1.0"
| },
| "deprecated": false,
| "description": "A CSS Modules transform to make local scope the default",
| "devDependencies": {
| "chokidar-cli": "^1.2.3",
| "codecov.io": "^0.1.6",
| "coveralls": "^3.1.0",
| "eslint": "^5.16.0",
| "istanbul": "^0.4.5",
| "tape": "^5.0.1"
| },
| "engines": {
| "node": ">= 6"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
| "keywords": [
| "css-modules",
| "postcss",
| "css",
| "postcss-plugin"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "postcss-modules-local-by-default",
| "prettier": {
| "singleQuote": true,
| "trailingComma": "es5"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
| },
| "scripts": {
| "autotest": "chokidar index.js test.js -c 'yarn test'",
| "cover": "istanbul cover test.js",
| "lint": "eslint index.js test.js",
| "precover": "yarn lint",
| "prepublish": "yarn test",
| "pretest": "yarn lint",
| "test": "tape test.js",
| "travis": "yarn lint && yarn cover -- --report lcovonly"
| },
| "version": "3.0.3"
| }
|
|