diff --git a/recipes-devtools/postcss-cli/postcss-cli/npm-shrinkwrap.json b/recipes-devtools/postcss-cli/postcss-cli/npm-shrinkwrap.json new file mode 100644 index 0000000..0d5fc4d --- /dev/null +++ b/recipes-devtools/postcss-cli/postcss-cli/npm-shrinkwrap.json @@ -0,0 +1,818 @@ +{ + "name": "postcss-cli", + "version": "7.1.2", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@nodelib/fs.scandir": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", + "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", + "requires": { + "@nodelib/fs.stat": "2.0.3", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", + "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==" + }, + "@nodelib/fs.walk": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", + "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", + "requires": { + "@nodelib/fs.scandir": "2.1.3", + "fastq": "^1.6.0" + } + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "requires": { + "callsites": "^2.0.0" + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "chokidar": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", + "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "dependency-graph": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz", + "integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==" + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "requires": { + "path-type": "^4.0.0" + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "fast-glob": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz", + "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==", + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "fastq": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", + "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", + "requires": { + "reusify": "^1.0.4" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "fs-extra": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz", + "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==", + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^1.0.0" + } + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==" + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "globby": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz", + "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==" + }, + "import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", + "requires": { + "import-from": "^2.1.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "js-yaml": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "jsonfile": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz", + "integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^1.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "requires": { + "chalk": "^2.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "postcss": { + "version": "7.0.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz", + "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-load-config": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", + "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", + "requires": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + } + }, + "postcss-reporter": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-6.0.1.tgz", + "integrity": "sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw==", + "requires": { + "chalk": "^2.4.1", + "lodash": "^4.17.11", + "log-symbols": "^2.2.0", + "postcss": "^7.0.7" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=" + }, + "read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", + "requires": { + "pify": "^2.3.0" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + }, + "run-parallel": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", + "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==" + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "universalify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz", + "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==" + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } +} diff --git a/recipes-devtools/postcss-cli/postcss-cli_7.1.2.bb b/recipes-devtools/postcss-cli/postcss-cli_7.1.2.bb new file mode 100644 index 0000000..a173f7b --- /dev/null +++ b/recipes-devtools/postcss-cli/postcss-cli_7.1.2.bb @@ -0,0 +1,376 @@ +# Recipe created by recipetool +# This is the basis of a recipe and may need further editing in order to be fully functional. +# (Feel free to remove these comments when editing.) + +SUMMARY = "CLI for PostCSS" +HOMEPAGE = "https://github.com/postcss/postcss-cli#readme" +# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is +# your responsibility to verify that the values are complete and correct. +# +# The following license files were not able to be identified and are +# represented as "Unknown" below, you will need to check them yourself: +# LICENSE +# node_modules/sprintf-js/LICENSE +# node_modules/ignore/LICENSE-MIT +# node_modules/postcss-load-config/LICENSE +# node_modules/lodash/LICENSE +# node_modules/esprima/LICENSE.BSD +# node_modules/source-map/LICENSE +# node_modules/@types/color-name/LICENSE +# +# NOTE: multiple licenses have been detected; they have been separated with & +# in the LICENSE value for now since it is a reasonable assumption that all +# of the licenses apply. If instead there is a choice between the multiple +# licenses then you should change the value to separate the licenses with | +# instead of &. If there is any doubt, check the accompanying documentation +# to determine which situation is applicable. +LICENSE = "Unknown & MIT & ISC" +LIC_FILES_CHKSUM = "file://LICENSE;md5=750f6ba3986f56dec17fdf2c112be317 \ + file://node_modules/universalify/LICENSE;md5=a734c6ad6e37a515025ac5e8e90ef786 \ + file://node_modules/sprintf-js/LICENSE;md5=ab40451de4e35c90f1b663b4fbd314a9 \ + file://node_modules/fill-range/LICENSE;md5=0f64900f8f30e53054962c9f1fc3205b \ + file://node_modules/fastq/LICENSE;md5=78523ef0bd3eb9fefc799bbe84780631 \ + file://node_modules/path-type/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/set-blocking/LICENSE.txt;md5=8fd106383180f7bbb8f534414fdf7d35 \ + file://node_modules/normalize-path/LICENSE;md5=ccdc0959f67943eb090f7e7c299621af \ + file://node_modules/readdirp/LICENSE;md5=d982124c58b759403329f9c0906aae7a \ + file://node_modules/is-arrayish/LICENSE;md5=e67c75e89656b80fd99cb7d30fb43102 \ + file://node_modules/ignore/LICENSE-MIT;md5=df4fe86855c0c73f4a52d5e556826c48 \ + file://node_modules/dir-glob/license;md5=05240cd20679544d6e90fcff746425bc \ + file://node_modules/postcss-load-config/LICENSE;md5=53daf99f0e1cc5b7e8f08dc07ccca67a \ + file://node_modules/chalk/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/camelcase/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/parse-json/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/is-number/LICENSE;md5=0f64900f8f30e53054962c9f1fc3205b \ + file://node_modules/pify/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/slash/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/y18n/LICENSE;md5=55e5f88040679148136545002139a8b1 \ + file://node_modules/at-least-node/LICENSE;md5=dd1cf73adc91a2a56db663c2a84b0bab \ + file://node_modules/p-try/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/locate-path/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/braces/LICENSE;md5=ccdc0959f67943eb090f7e7c299621af \ + file://node_modules/fs-extra/LICENSE;md5=ea817882455c03503f7d014a8f54f095 \ + file://node_modules/resolve-from/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/p-limit/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/color-convert/LICENSE;md5=9bdadfc9fbb3ab8d5a6d591bdbd52811 \ + file://node_modules/decamelize/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/anymatch/LICENSE;md5=12cd52ddd05803f07238d49743e68e37 \ + file://node_modules/supports-color/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/has-flag/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/read-cache/LICENSE;md5=4f61bcdad8594e41d7358759853dc602 \ + file://node_modules/lodash/LICENSE;md5=8e2fca844c70b3833d7228885447c026 \ + file://node_modules/reusify/LICENSE;md5=64af5da073cd15043e95dc5b443951ee \ + file://node_modules/cliui/LICENSE.txt;md5=83623193d3051ca8068a89a455c699ca \ + file://node_modules/require-directory/LICENSE;md5=903997d26b12b72b43aa60018387bb90 \ + file://node_modules/string-width/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/globby/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/p-locate/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/json-parse-better-errors/LICENSE.md;md5=048cc2006d506256349ca6088641486b \ + file://node_modules/merge2/LICENSE;md5=d8aa1e0b760adbfc8e07a9a6eb24a60e \ + file://node_modules/path-exists/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/log-symbols/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/log-symbols/node_modules/chalk/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/log-symbols/node_modules/color-convert/LICENSE;md5=9bdadfc9fbb3ab8d5a6d591bdbd52811 \ + file://node_modules/log-symbols/node_modules/supports-color/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/log-symbols/node_modules/has-flag/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/log-symbols/node_modules/color-name/LICENSE;md5=d301869b39e08b33665b7c4f16b8e41d \ + file://node_modules/log-symbols/node_modules/ansi-styles/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/micromatch/LICENSE;md5=0f64900f8f30e53054962c9f1fc3205b \ + file://node_modules/postcss/LICENSE;md5=e0ef868fdaaba6859dcbab082c20439b \ + file://node_modules/postcss/node_modules/chalk/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss/node_modules/chalk/node_modules/supports-color/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss/node_modules/color-convert/LICENSE;md5=9bdadfc9fbb3ab8d5a6d591bdbd52811 \ + file://node_modules/postcss/node_modules/supports-color/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss/node_modules/has-flag/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss/node_modules/color-name/LICENSE;md5=d301869b39e08b33665b7c4f16b8e41d \ + file://node_modules/postcss/node_modules/ansi-styles/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/is-glob/LICENSE;md5=3d83ea4c8ec9b31d9ff2c82fa29beabb \ + file://node_modules/esprima/LICENSE.BSD;md5=e3c825c932a984958bafbac21e21f984 \ + file://node_modules/require-main-filename/LICENSE.txt;md5=8fd106383180f7bbb8f534414fdf7d35 \ + file://node_modules/ansi-regex/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/error-ex/LICENSE;md5=e67c75e89656b80fd99cb7d30fb43102 \ + file://node_modules/chokidar/LICENSE;md5=385493bcd68524333269db742d243165 \ + file://node_modules/run-parallel/LICENSE;md5=fb42e5aa12bb9e365d38b4b5691d6984 \ + file://node_modules/find-up/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/jsonfile/LICENSE;md5=423f377ade95936f6fe009b1c137bfdb \ + file://node_modules/yargs/LICENSE;md5=ec88e65c7bb01732069f3ad6b09ac90d \ + file://node_modules/source-map/LICENSE;md5=b1ca6dbc0075d56cbd9931a75566cd44 \ + file://node_modules/graceful-fs/LICENSE;md5=fd63805fd8e3797063b247781e5ee6e4 \ + file://node_modules/picomatch/LICENSE;md5=abd0e25891525eb13d5a794f550a6ee4 \ + file://node_modules/@nodelib/fs.scandir/LICENSE;md5=580f1c3c6765fecfdb93bdf4e068d952 \ + file://node_modules/@nodelib/fs.stat/LICENSE;md5=580f1c3c6765fecfdb93bdf4e068d952 \ + file://node_modules/@nodelib/fs.walk/LICENSE;md5=580f1c3c6765fecfdb93bdf4e068d952 \ + file://node_modules/glob-parent/LICENSE;md5=a3d42bb676c62db87cbf7b04d98da83e \ + file://node_modules/import-from/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/binary-extensions/license;md5=da0684b7c90dcea9333d6517f4fbda22 \ + file://node_modules/get-caller-file/LICENSE.md;md5=d21aa422a43e9693d50143d612b58967 \ + file://node_modules/caller-path/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/color-name/LICENSE;md5=d301869b39e08b33665b7c4f16b8e41d \ + file://node_modules/emoji-regex/LICENSE-MIT.txt;md5=ee9bd8b835cfcd512dd644540dd96987 \ + file://node_modules/fast-glob/LICENSE;md5=580f1c3c6765fecfdb93bdf4e068d952 \ + file://node_modules/strip-ansi/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/callsites/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/caller-callsite/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/argparse/LICENSE;md5=a2f2590d8d82b0fa2b3e2fc5c69d2b81 \ + file://node_modules/is-directory/LICENSE;md5=fad3c8b9c04b365012f3d6821f2dda61 \ + file://node_modules/is-fullwidth-code-point/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/is-binary-path/license;md5=da0684b7c90dcea9333d6517f4fbda22 \ + file://node_modules/yargs-parser/LICENSE.txt;md5=8fd106383180f7bbb8f534414fdf7d35 \ + file://node_modules/postcss-reporter/LICENSE;md5=faf65be8f439b913bb5e892b7684a729 \ + file://node_modules/postcss-reporter/node_modules/chalk/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss-reporter/node_modules/color-convert/LICENSE;md5=9bdadfc9fbb3ab8d5a6d591bdbd52811 \ + file://node_modules/postcss-reporter/node_modules/supports-color/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss-reporter/node_modules/has-flag/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/postcss-reporter/node_modules/color-name/LICENSE;md5=d301869b39e08b33665b7c4f16b8e41d \ + file://node_modules/postcss-reporter/node_modules/ansi-styles/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/which-module/LICENSE;md5=42624e59bd3dabedcca59e1b54e3af50 \ + file://node_modules/import-fresh/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/import-cwd/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/to-regex-range/LICENSE;md5=b561e0a423bedc9d9ca9c8c67d40abb9 \ + file://node_modules/array-union/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/ansi-styles/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/js-yaml/LICENSE;md5=effd621a9bf5d72d6a7e6ef819bf3afb \ + file://node_modules/wrap-ansi/license;md5=915042b5df33c31a6db2b37eadaa00e3 \ + file://node_modules/is-extglob/LICENSE;md5=97b255bb4707da164bfaf4e5c7b9f9ef \ + file://node_modules/cosmiconfig/LICENSE;md5=faf65be8f439b913bb5e892b7684a729 \ + file://node_modules/escape-string-regexp/license;md5=a12ebca0510a773644101a99a867d210 \ + file://node_modules/dependency-graph/LICENSE;md5=07aa0feaec3c7277aca718c5834a482e \ + file://node_modules/pretty-hrtime/LICENSE;md5=d240c6d2cc4602e453d7a83840200351 \ + file://node_modules/@types/color-name/LICENSE;md5=27e94c0280987ab296b0b8dd02ab9fe5 \ + file://node_modules/get-stdin/license;md5=d5f2a6dd0192dcc7c833e50bb9017337 \ + file://package.json;md5=c6a62d9efe533176c8f628535d4db962 \ + file://node_modules/@nodelib/fs.scandir/package.json;md5=a78d3f480143680962e662fe29af501f \ + file://node_modules/@nodelib/fs.stat/package.json;md5=46aee1930946fd6883320c5bc7210d68 \ + file://node_modules/@nodelib/fs.walk/package.json;md5=fcdccf3c41748393b006cf8085039aaf \ + file://node_modules/@types/color-name/package.json;md5=6da2d9be4f4af71c8305b5c68fc021ce \ + file://node_modules/ansi-regex/package.json;md5=4ef3224a1d5ee3f0768bc26d95d38b26 \ + file://node_modules/ansi-styles/package.json;md5=23ed9914d9aa1a07de8881eb7fbf8481 \ + file://node_modules/anymatch/package.json;md5=b615d7901823c02afeae027256ef8f4f \ + file://node_modules/argparse/package.json;md5=2bc829c736c7071f36ec6e08cd41ccfe \ + file://node_modules/array-union/package.json;md5=63c2db8ffc45bbe8b59b08b3d8752f2c \ + file://node_modules/at-least-node/package.json;md5=3979df18a05f450cba974c1d8257d345 \ + file://node_modules/binary-extensions/package.json;md5=cb3e84d080ec7bba23e266cf5de16c59 \ + file://node_modules/braces/package.json;md5=c92c38c5b1f115ca8c5e303328be6309 \ + file://node_modules/caller-callsite/package.json;md5=2bdbea0272f7d0c60b3514525dfe9532 \ + file://node_modules/caller-path/package.json;md5=8e33a49184c4904db5e369ebef66d453 \ + file://node_modules/callsites/package.json;md5=85eecbd7ed5454586b703487545127bc \ + file://node_modules/camelcase/package.json;md5=31d66d63d07c9d3ab05757ac887e555b \ + file://node_modules/chalk/package.json;md5=300316f2f886e93742252367296574eb \ + file://node_modules/chokidar/package.json;md5=d1338a479e3ef9d9d1229c11c4818330 \ + file://node_modules/cliui/package.json;md5=7b96a725cd748174032a1ee492a1bef7 \ + file://node_modules/color-convert/package.json;md5=370b0177fdb4368f0a688ffa48559ecf \ + file://node_modules/color-name/package.json;md5=ef649e8b7be42bba6d4fa34aca7e126a \ + file://node_modules/cosmiconfig/package.json;md5=f35f75e4b283a0996b93800d5ca8bf50 \ + file://node_modules/decamelize/package.json;md5=494b4faeb16e12979e988b49de7684d6 \ + file://node_modules/dependency-graph/package.json;md5=eda56151a5f4f700dd1089a748ed25a5 \ + file://node_modules/dir-glob/package.json;md5=f15707f1a2988ec5b4a649fc22d942cc \ + file://node_modules/emoji-regex/package.json;md5=57308bb3048f9db51fb79d3354f5a06f \ + file://node_modules/error-ex/package.json;md5=0663755e17d14453332b4e48c7aea9d4 \ + file://node_modules/escape-string-regexp/package.json;md5=6050cf06c06dcb38dce670ff96b21aa9 \ + file://node_modules/esprima/package.json;md5=0394ebc64b1f0c98e6b1e3fd65c2ee37 \ + file://node_modules/fast-glob/package.json;md5=4b0073f5c51c4382c15645a69fcb4595 \ + file://node_modules/fastq/package.json;md5=3efcd26e2d1b97c886c1af60e8e177c3 \ + file://node_modules/fill-range/package.json;md5=8943ae39664d5980b96ba476c006dd77 \ + file://node_modules/find-up/package.json;md5=2beafc739bd0176c5dc63281986cde7d \ + file://node_modules/fs-extra/package.json;md5=bff8a454343e82f5df76b2968566908b \ + file://node_modules/get-caller-file/package.json;md5=1b4e6c1baf2c3673b9a7d1cc649ee66a \ + file://node_modules/get-stdin/package.json;md5=02dc8f7727f6c10890152aa9128f3467 \ + file://node_modules/glob-parent/package.json;md5=1a127968423e69956efdd7dc576ff2d0 \ + file://node_modules/globby/package.json;md5=a44cbe487276b2ace840c9beb29330dd \ + file://node_modules/graceful-fs/package.json;md5=b31cf400f270df9d7173307ac050e826 \ + file://node_modules/has-flag/package.json;md5=636dbe2c8d513ad850070def501122bf \ + file://node_modules/ignore/package.json;md5=cd3ad99bbc071fcfd314071dc4ca7ab2 \ + file://node_modules/import-cwd/package.json;md5=ec411bb8b393811418e0a1471a56b1bb \ + file://node_modules/import-fresh/package.json;md5=a788e67e7b7671b38d62e4756d7229cf \ + file://node_modules/import-from/package.json;md5=5fa5e10299ab2dca0d936c543256429f \ + file://node_modules/is-arrayish/package.json;md5=c7d062aad2809fdef776f85e4da00eb5 \ + file://node_modules/is-binary-path/package.json;md5=02bf5ead133e7301a543579aedab07d1 \ + file://node_modules/is-directory/package.json;md5=8c0766fb2d498039e33bc851e40385a5 \ + file://node_modules/is-extglob/package.json;md5=90ad861bbbc1f6ee662d11dd78cdc2fd \ + file://node_modules/is-fullwidth-code-point/package.json;md5=7c2dfa1f539b955d64d6af55282e1d9e \ + file://node_modules/is-glob/package.json;md5=5a2dd66f0b38d803cd44e2547e800166 \ + file://node_modules/is-number/package.json;md5=41b5221636f534d987259e37635e1dd6 \ + file://node_modules/js-yaml/package.json;md5=522ce1185213a73a4f0c93444e18ee9f \ + file://node_modules/json-parse-better-errors/package.json;md5=f96227c6195a42d3513ad75a81997794 \ + file://node_modules/jsonfile/package.json;md5=906a5c5437a254eec73d99f2538c7662 \ + file://node_modules/locate-path/package.json;md5=fe53da175b2ea65bd1708529b7437e87 \ + file://node_modules/lodash/package.json;md5=19bfdc7796cc0778ad4bb5285dc112b2 \ + file://node_modules/log-symbols/node_modules/ansi-styles/package.json;md5=50f97f15be9377b1110c7a68f76fff0f \ + file://node_modules/log-symbols/node_modules/chalk/package.json;md5=a21f60da989d4bf1cd5396df6c638a98 \ + file://node_modules/log-symbols/node_modules/color-convert/package.json;md5=51a202f6ab9b016f0f7219701f1f5e70 \ + file://node_modules/log-symbols/node_modules/color-name/package.json;md5=7599aecb8597ca603c711d49a83dab59 \ + file://node_modules/log-symbols/node_modules/has-flag/package.json;md5=73cc8d1e96c19ce85a7abb8f9468a86c \ + file://node_modules/log-symbols/node_modules/supports-color/package.json;md5=79d88f702d689c72ebe1798d2853a96e \ + file://node_modules/log-symbols/package.json;md5=ed2a8a2d48cdb022887d16852846d263 \ + file://node_modules/merge2/package.json;md5=fa6520223692a67d9a15064f150f4056 \ + file://node_modules/micromatch/package.json;md5=78af05f6feafec13f6de437ce6ebf254 \ + file://node_modules/normalize-path/package.json;md5=8a437fdddf8bae5cce39556e3f830975 \ + file://node_modules/p-limit/package.json;md5=05ea6bd0b1f47d88b1328a020729de28 \ + file://node_modules/p-locate/package.json;md5=f4bd5aebe35587fade4e331c175c4846 \ + file://node_modules/p-try/package.json;md5=c3ec2260c0b640c43f15e99e4fa7b593 \ + file://node_modules/parse-json/package.json;md5=a6715d1124ae26c30192df446e2c2fe7 \ + file://node_modules/path-exists/package.json;md5=99ba5e8952c0bb3471b6b1611a0fc534 \ + file://node_modules/path-type/package.json;md5=e9d72ae4bcee5750f7e6a3d728831b89 \ + file://node_modules/picomatch/package.json;md5=7cdaee3083734e8c74f830b59140ca2f \ + file://node_modules/pify/package.json;md5=7a3ceb7098f6f6bd3fd58e9957f599c8 \ + file://node_modules/postcss/node_modules/ansi-styles/package.json;md5=50f97f15be9377b1110c7a68f76fff0f \ + file://node_modules/postcss/node_modules/chalk/node_modules/supports-color/package.json;md5=79d88f702d689c72ebe1798d2853a96e \ + file://node_modules/postcss/node_modules/chalk/package.json;md5=a21f60da989d4bf1cd5396df6c638a98 \ + file://node_modules/postcss/node_modules/color-convert/package.json;md5=51a202f6ab9b016f0f7219701f1f5e70 \ + file://node_modules/postcss/node_modules/color-name/package.json;md5=7599aecb8597ca603c711d49a83dab59 \ + file://node_modules/postcss/node_modules/has-flag/package.json;md5=73cc8d1e96c19ce85a7abb8f9468a86c \ + file://node_modules/postcss/node_modules/supports-color/package.json;md5=c8878a02953c70c22efcb1209d290fd7 \ + file://node_modules/postcss/package.json;md5=e500ced6c92319050aab131978adc1ac \ + file://node_modules/postcss-load-config/package.json;md5=1f8a4aaeed5263d55cc26641a38820e2 \ + file://node_modules/postcss-reporter/node_modules/ansi-styles/package.json;md5=50f97f15be9377b1110c7a68f76fff0f \ + file://node_modules/postcss-reporter/node_modules/chalk/package.json;md5=a21f60da989d4bf1cd5396df6c638a98 \ + file://node_modules/postcss-reporter/node_modules/color-convert/package.json;md5=51a202f6ab9b016f0f7219701f1f5e70 \ + file://node_modules/postcss-reporter/node_modules/color-name/package.json;md5=7599aecb8597ca603c711d49a83dab59 \ + file://node_modules/postcss-reporter/node_modules/has-flag/package.json;md5=73cc8d1e96c19ce85a7abb8f9468a86c \ + file://node_modules/postcss-reporter/node_modules/supports-color/package.json;md5=79d88f702d689c72ebe1798d2853a96e \ + file://node_modules/postcss-reporter/package.json;md5=6cda0f49322c896d678e11a5f834167f \ + file://node_modules/pretty-hrtime/package.json;md5=ed4d6008819ae536beb37e1be131026e \ + file://node_modules/read-cache/package.json;md5=c3f5568f6d3c51e0f65e42e90937960d \ + file://node_modules/readdirp/package.json;md5=24539eeca4299e17a9344fcab9136f84 \ + file://node_modules/require-directory/package.json;md5=77d2cd39b67ccdf73bfc037d229cf0f8 \ + file://node_modules/require-main-filename/package.json;md5=cb18c83a456ed5f4fdefcf20bbad4296 \ + file://node_modules/resolve-from/package.json;md5=3459965fbcea24e70b6ecbea3526a6f9 \ + file://node_modules/reusify/package.json;md5=d7d59d9498ea612e55df639a672a4299 \ + file://node_modules/run-parallel/package.json;md5=42a4fa0b774c6ec9faaf99c064d664e9 \ + file://node_modules/set-blocking/package.json;md5=e37224b4c865b4464d6d41b1f8a870a4 \ + file://node_modules/slash/package.json;md5=da2cf538726a98a560e80ad1c876035d \ + file://node_modules/source-map/package.json;md5=5f7feb368962c3130c5accf22ffd047c \ + file://node_modules/sprintf-js/package.json;md5=403904b398a71123fc7c5173dfbe5ffe \ + file://node_modules/string-width/package.json;md5=1f4a09b8543c80895ac76a7b14530c60 \ + file://node_modules/strip-ansi/package.json;md5=f31547d4f0d779a9dc6a135b074c9154 \ + file://node_modules/supports-color/package.json;md5=9bd5f75e8324cc8e0b633c59f1c4b60b \ + file://node_modules/to-regex-range/package.json;md5=31ccdd7dc49cec37d8982159ba163275 \ + file://node_modules/universalify/package.json;md5=933feb3f9eb313193f6f7f8ec2633e2b \ + file://node_modules/which-module/package.json;md5=b4ab6a39c5e86263ade16635797218d2 \ + file://node_modules/wrap-ansi/package.json;md5=0bd9ef9e79c628202bf1edf7a38a8052 \ + file://node_modules/y18n/package.json;md5=978ec516289533908a9523ce2aad8d9c \ + file://node_modules/yargs/package.json;md5=46ef436134f32cde79d1de2ac8a24558 \ + file://node_modules/yargs-parser/package.json;md5=8b0c628b94396c7d183d1f184a5f4b93" + +SRC_URI = " \ + npm://registry.npmjs.org/;package=postcss-cli;version=${PV} \ + npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ + " + +S = "${WORKDIR}/npm" + +inherit npm + +LICENSE_${PN} = "Unknown" +LICENSE_${PN}-nodelib-fsscandir = "MIT" +LICENSE_${PN}-nodelib-fsstat = "MIT" +LICENSE_${PN}-nodelib-fswalk = "MIT" +LICENSE_${PN}-types-color-name = "Unknown" +LICENSE_${PN}-ansi-regex = "MIT" +LICENSE_${PN}-ansi-styles = "MIT" +LICENSE_${PN}-anymatch = "ISC" +LICENSE_${PN}-argparse = "MIT" +LICENSE_${PN}-array-union = "MIT" +LICENSE_${PN}-at-least-node = "ISC" +LICENSE_${PN}-binary-extensions = "MIT" +LICENSE_${PN}-braces = "MIT" +LICENSE_${PN}-caller-callsite = "MIT" +LICENSE_${PN}-caller-path = "MIT" +LICENSE_${PN}-callsites = "MIT" +LICENSE_${PN}-camelcase = "MIT" +LICENSE_${PN}-chalk = "MIT" +LICENSE_${PN}-chokidar = "MIT" +LICENSE_${PN}-cliui = "ISC" +LICENSE_${PN}-color-convert = "MIT" +LICENSE_${PN}-color-name = "MIT" +LICENSE_${PN}-cosmiconfig = "MIT" +LICENSE_${PN}-decamelize = "MIT" +LICENSE_${PN}-dependency-graph = "MIT" +LICENSE_${PN}-dir-glob = "MIT" +LICENSE_${PN}-emoji-regex = "MIT" +LICENSE_${PN}-error-ex = "MIT" +LICENSE_${PN}-escape-string-regexp = "MIT" +LICENSE_${PN}-esprima = "Unknown" +LICENSE_${PN}-fast-glob = "MIT" +LICENSE_${PN}-fastq = "ISC" +LICENSE_${PN}-fill-range = "MIT" +LICENSE_${PN}-find-up = "MIT" +LICENSE_${PN}-fs-extra = "MIT" +LICENSE_${PN}-get-caller-file = "ISC" +LICENSE_${PN}-get-stdin = "MIT" +LICENSE_${PN}-glob-parent = "ISC" +LICENSE_${PN}-globby = "MIT" +LICENSE_${PN}-graceful-fs = "ISC" +LICENSE_${PN}-has-flag = "MIT" +LICENSE_${PN}-ignore = "Unknown" +LICENSE_${PN}-import-cwd = "MIT" +LICENSE_${PN}-import-fresh = "MIT" +LICENSE_${PN}-import-from = "MIT" +LICENSE_${PN}-is-arrayish = "MIT" +LICENSE_${PN}-is-binary-path = "MIT" +LICENSE_${PN}-is-directory = "MIT" +LICENSE_${PN}-is-extglob = "MIT" +LICENSE_${PN}-is-fullwidth-code-point = "MIT" +LICENSE_${PN}-is-glob = "MIT" +LICENSE_${PN}-is-number = "MIT" +LICENSE_${PN}-js-yaml = "MIT" +LICENSE_${PN}-json-parse-better-errors = "MIT" +LICENSE_${PN}-jsonfile = "MIT" +LICENSE_${PN}-locate-path = "MIT" +LICENSE_${PN}-lodash = "Unknown" +LICENSE_${PN}-log-symbols-ansi-styles = "MIT" +LICENSE_${PN}-log-symbols-chalk = "MIT" +LICENSE_${PN}-log-symbols-color-convert = "MIT" +LICENSE_${PN}-log-symbols-color-name = "MIT" +LICENSE_${PN}-log-symbols-has-flag = "MIT" +LICENSE_${PN}-log-symbols-supports-color = "MIT" +LICENSE_${PN}-log-symbols = "MIT" +LICENSE_${PN}-merge2 = "MIT" +LICENSE_${PN}-micromatch = "MIT" +LICENSE_${PN}-normalize-path = "MIT" +LICENSE_${PN}-p-limit = "MIT" +LICENSE_${PN}-p-locate = "MIT" +LICENSE_${PN}-p-try = "MIT" +LICENSE_${PN}-parse-json = "MIT" +LICENSE_${PN}-path-exists = "MIT" +LICENSE_${PN}-path-type = "MIT" +LICENSE_${PN}-picomatch = "MIT" +LICENSE_${PN}-pify = "MIT" +LICENSE_${PN}-postcss-ansi-styles = "MIT" +LICENSE_${PN}-postcss-chalk-supports-color = "MIT" +LICENSE_${PN}-postcss-chalk = "MIT" +LICENSE_${PN}-postcss-color-convert = "MIT" +LICENSE_${PN}-postcss-color-name = "MIT" +LICENSE_${PN}-postcss-has-flag = "MIT" +LICENSE_${PN}-postcss-supports-color = "MIT" +LICENSE_${PN}-postcss = "MIT" +LICENSE_${PN}-postcss-load-config = "Unknown" +LICENSE_${PN}-postcss-reporter-ansi-styles = "MIT" +LICENSE_${PN}-postcss-reporter-chalk = "MIT" +LICENSE_${PN}-postcss-reporter-color-convert = "MIT" +LICENSE_${PN}-postcss-reporter-color-name = "MIT" +LICENSE_${PN}-postcss-reporter-has-flag = "MIT" +LICENSE_${PN}-postcss-reporter-supports-color = "MIT" +LICENSE_${PN}-postcss-reporter = "MIT" +LICENSE_${PN}-pretty-hrtime = "MIT" +LICENSE_${PN}-read-cache = "MIT" +LICENSE_${PN}-readdirp = "MIT" +LICENSE_${PN}-require-directory = "MIT" +LICENSE_${PN}-require-main-filename = "ISC" +LICENSE_${PN}-resolve-from = "MIT" +LICENSE_${PN}-reusify = "MIT" +LICENSE_${PN}-run-parallel = "MIT" +LICENSE_${PN}-set-blocking = "ISC" +LICENSE_${PN}-slash = "MIT" +LICENSE_${PN}-source-map = "Unknown" +LICENSE_${PN}-sprintf-js = "Unknown" +LICENSE_${PN}-string-width = "MIT" +LICENSE_${PN}-strip-ansi = "MIT" +LICENSE_${PN}-supports-color = "MIT" +LICENSE_${PN}-to-regex-range = "MIT" +LICENSE_${PN}-universalify = "MIT" +LICENSE_${PN}-which-module = "ISC" +LICENSE_${PN}-wrap-ansi = "MIT" +LICENSE_${PN}-y18n = "ISC" +LICENSE_${PN}-yargs = "MIT" +LICENSE_${PN}-yargs-parser = "ISC"