You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.1 KiB
96 lines
2.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"postcss-load-config@3.1.4", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "postcss-load-config@3.1.4", |
|
"_id": "postcss-load-config@3.1.4", |
|
"_inBundle": false, |
|
"_integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", |
|
"_location": "/postcss-load-config", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "postcss-load-config@3.1.4", |
|
"name": "postcss-load-config", |
|
"escapedName": "postcss-load-config", |
|
"rawSpec": "3.1.4", |
|
"saveSpec": null, |
|
"fetchSpec": "3.1.4" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared" |
|
], |
|
"_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", |
|
"_spec": "3.1.4", |
|
"_where": "D:\\Project\\DaPing", |
|
"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" |
|
}, |
|
{ |
|
"name": "François Wouts" |
|
} |
|
], |
|
"dependencies": { |
|
"lilconfig": "^2.0.5", |
|
"yaml": "^1.10.2" |
|
}, |
|
"description": "Autoload Config for PostCSS", |
|
"engines": { |
|
"node": ">= 10" |
|
}, |
|
"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", |
|
"peerDependencies": { |
|
"postcss": ">=8.0.9", |
|
"ts-node": ">=9.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"ts-node": { |
|
"optional": true |
|
}, |
|
"postcss": { |
|
"optional": true |
|
} |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/postcss/postcss-load-config.git" |
|
}, |
|
"types": "src/index.d.ts", |
|
"version": "3.1.4" |
|
}
|
|
|