[ { "title": "Cache \"npm:chalk\" and its dependencies.", "kind": "quickfix", "diagnostics": [ { "range": { "start": { "line": 0, "character": 18 }, "end": { "line": 0, "character": 29 } }, "severity": 1, "code": "no-cache-npm", "source": "deno", "message": "Uncached or missing npm package: \"chalk\".", "data": { "specifier": "npm:chalk" } } ], "command": { "title": "", "command": "deno.cache", "arguments": [ [ "npm:chalk" ] ] } } ]