Home
last modified time | relevance | path

Searched defs:chalk (Results 1 – 25 of 50) sorted by relevance

12

/third_party/node/deps/npm/lib/utils/
Dexplain-dep.js3 const explainNode = (node, depth, chalk) => argument
8 const colorType = (type, chalk) => { argument
21 const printNode = (node, chalk) => { argument
68 const explainLinksIn = ({ linksIn }, depth, chalk) => { argument
78 const explainDependents = ({ name, dependents }, depth, chalk) => { argument
109 const explainEdge = ({ name, type, bundled, from, spec, rawSpec, overridden }, depth, chalk) => { argument
125 const explainFrom = (from, depth, chalk) => { argument
Dexplain-eresolve.js10 const explain = (expl, chalk, depth) => { argument
47 const report = (expl, chalk, noColorChalk) => { argument
Ddisplay.js7 #chalk = null field in Display
Dupdate-notifier.js50 const chalk = npm.logChalk constant
Dreify-output.js119 chalk: npm.chalk, property
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/reporters/
Ddetail.js6 module.exports = (data, { chalk }) => {
7 const summary = install.summary(data, { chalk }) field
9 return none ? summary : fullReport(data, { chalk, summary }) property
12 const fullReport = (data, { chalk, summary }) => {
Dinstall.js3 const calculate = (data, { chalk }) => {
/third_party/typescript/tests/cases/conformance/salsa/
DnestedDestructuringOfRequire.ts7 const chalk = { constant
14 chalk: { grey } constant
/third_party/typescript/tests/baselines/reference/
DnestedDestructuringOfRequire.js4 const chalk = { variable
14 chalk variable
/third_party/node/deps/npm/test/lib/utils/
Dansi-trim.js5 const chalk = await import('chalk').then(v => v.default) constant
/third_party/node/deps/npm/node_modules/cli-columns/
Dcolor.js1 const chalk = require('chalk'); constant
Dtest.js4 const chalk = require('chalk'); constant
Dpackage.json37 "chalk": "^4.1.2" string
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
Dcolors.js1 module.exports = (chalk) => { argument
/third_party/node/deps/npm/lib/commands/
Dls.js159 : getHumanOutputItem(node, { args, chalk, global, long }) property
182 humanOutput({ chalk, result, seenItems, unicode }) property
280 const getHumanOutputItem = (node, { args, chalk, global, long }) => { property
505 const humanOutput = ({ chalk, result, seenItems, unicode }) => { property
Dexec.js87 chalk, property
Dinit.js139 chalk, property
/third_party/typescript/tests/cases/user/create-react-app/
Dtsconfig.json14 "chalk": ["chalk-override"] array
/third_party/node/deps/npm/lib/
Dnpm.js47 #chalk = null field in Npm
247 chalk: this.logChalk, property
317 get chalk () { getter in Npm
/third_party/node/deps/npm/test/lib/commands/
Dhelp-search.js72 const chalk = await import('chalk').then(v => v.default) constant
/third_party/node/deps/npm/node_modules/color-convert/
Dpackage.json42 "chalk": "^2.4.2", string
/third_party/node/deps/npm/node_modules/columnify/
Dpackage.json22 "chalk": "^1.1.1", string
/third_party/node/deps/npm/node_modules/npm-audit-report/
Dpackage.json34 "chalk": "^5.2.0", string
/third_party/node/deps/npm/node_modules/wrap-ansi-cjs/
Dpackage.json56 "chalk": "^4.0.0", string
/third_party/node/deps/npm/node_modules/wrap-ansi/
Dpackage.json62 "chalk": "^4.1.2", string

12