123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "postcss-load-config@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "postcss-load-config@2.0.0",
- "_id": "postcss-load-config@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-8TEt2/WRLNdHF3CDxe96GdYu5IQ=",
- "_location": "/postcss-load-config",
- "_phantomChildren": {
- "error-ex": "1.3.2",
- "is-directory": "0.3.1",
- "js-yaml": "3.13.1",
- "json-parse-better-errors": "1.0.2",
- "require-from-string": "2.0.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-load-config@2.0.0",
- "name": "postcss-load-config",
- "escapedName": "postcss-load-config",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/postcss-loader"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Michael Ciniawky",
- "email": "michael.ciniawsky@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
- },
- "contributors": [
- {
- "name": "Ryan Dunckel"
- },
- {
- "name": "Mateusz Derks"
- },
- {
- "name": "Dalton Santos"
- },
- {
- "name": "Patrick Gilday"
- }
- ],
- "dependencies": {
- "cosmiconfig": "^4.0.0",
- "import-cwd": "^2.0.0"
- },
- "description": "Autoload Config for PostCSS",
- "devDependencies": {
- "cssnano": "^4.0.0",
- "del-cli": "^1.0.0",
- "jest": "^22.0.0",
- "jsdoc-to-markdown": "^4.0.0",
- "postcss": "^6.0.0",
- "postcss-import": "^11.0.0",
- "postcss-nested": "^3.0.0",
- "standard": "^11.0.0",
- "standard-version": "4.0.0",
- "sugarss": "^1.0.0"
- },
- "engines": {
- "node": ">= 4"
- },
- "files": [
- "src"
- ],
- "homepage": "https://github.com/michael-ciniawsky/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/michael-ciniawsky/postcss-load-config.git"
- },
- "scripts": {
- "clean": "del-cli coverage",
- "docs": "jsdoc2md src/*.js > DOCS.md",
- "lint": "standard --env jest",
- "release": "standard-version",
- "test": "jest --verbose --coverage"
- },
- "version": "2.0.0"
- }
|