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
| {
| "_args": [
| [
| "postcss-load-config@2.1.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "postcss-load-config@2.1.2",
| "_id": "postcss-load-config@2.1.2",
| "_inBundle": false,
| "_integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
| "_location": "/postcss-load-config",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "postcss-load-config@2.1.2",
| "name": "postcss-load-config",
| "escapedName": "postcss-load-config",
| "rawSpec": "2.1.2",
| "saveSpec": null,
| "fetchSpec": "2.1.2"
| },
| "_requiredBy": [
| "/postcss-loader"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
| "_spec": "2.1.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Michael Ciniawky",
| "email": "michael.ciniawsky@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/postcss/postcss-load-config/issues"
| },
| "contributors": [
| {
| "name": "Ryan Dunckel"
| },
| {
| "name": "Mateusz Derks"
| },
| {
| "name": "Dalton Santos"
| },
| {
| "name": "Patrick Gilday"
| }
| ],
| "dependencies": {
| "cosmiconfig": "^5.0.0",
| "import-cwd": "^2.0.0"
| },
| "description": "Autoload Config for PostCSS",
| "engines": {
| "node": ">= 4"
| },
| "files": [
| "src"
| ],
| "funding": {
| "type": "opencollective",
| "url": "https://opencollective.com/postcss/"
| },
| "homepage": "https://github.com/postcss/postcss-load-config#readme",
| "keywords": [
| "postcss",
| "postcssrc",
| "postcss.config.js"
| ],
| "license": "MIT",
| "main": "src/index.js",
| "name": "postcss-load-config",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/postcss-load-config.git"
| },
| "version": "2.1.2"
| }
|
|