{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:d5f87b12-e469-4366-bf47-22b14283177f",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T09:48:01Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "cspell-grammar",
      "group": "",
      "version": "10.1.1",
      "description": "Grammar parsing support for cspell",
      "purl": "pkg:npm/cspell-grammar@10.1.1",
      "bom-ref": "pkg:npm/cspell-grammar@10.1.1",
      "author": "Jason Dent <jason@streetsidesoftware.nl>",
      "properties": [
        {
          "name": "cdx:npm:bin",
          "value": "cspell-grammar"
        },
        {
          "name": "cdx:npm:has_binary",
          "value": "true"
        },
        {
          "name": "cdx:npm:scripts",
          "value": "clean, build, clean-build, coverage, test:watch, test, watch"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build, clean-build, test:watch, watch"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-grammar#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@cspell"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@cspell/cspell-pipe/package.json\\nnode_modules/@cspell/cspell-types/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Jason Dent"
        }
      ],
      "group": "@cspell",
      "name": "cspell-types",
      "version": "10.1.1",
      "description": "Types for cspell and cspell-lib",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40cspell/cspell-types@10.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-types#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@cspell/cspell-types@10.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@cspell/cspell-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@cspell/cspell-types/Parser,ParsedText,@cspell/cspell-types/Parser/ParsedText,Parser,@cspell/cspell-types/Parser/Parser,ParseResult,@cspell/cspell-types/Parser/ParseResult,Scope,@cspell/cspell-types/Parser/Scope,ScopeChain,@cspell/cspell-types/Parser/ScopeChain,@cspell/cspell-types,@cspell/cspell-types/ParsedText"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@cspell/cspell-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@cspell/cspell-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/app.ts",
            "line": 4
          },
          {
            "location": "src/parser/parser.ts",
            "line": 2
          },
          {
            "location": "src/parsers/typescript/TypeScriptParser.ts",
            "line": 4
          },
          {
            "location": "src/mappers/appendMappedText.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Jason Dent <jason@streetsidesoftware.nl>"
        }
      ],
      "group": "@cspell",
      "name": "cspell-pipe",
      "version": "10.1.1",
      "description": "Library to make working with Iterators/AsyncIterators easier.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40cspell/cspell-pipe@10.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-pipe#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/streetsidesoftware/cspell.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@cspell/cspell-pipe@10.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@cspell/cspell-pipe/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@cspell/cspell-pipe/sync,opFilter,@cspell/cspell-pipe/sync/opFilter,opFlatten,@cspell/cspell-pipe/sync/opFlatten,opMap,@cspell/cspell-pipe/sync/opMap,pipe,@cspell/cspell-pipe/sync/pipe"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@cspell/cspell-pipe/package.json"
              }
            ],
            "concludedValue": "node_modules/@cspell/cspell-pipe/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/parser/parser.js",
            "line": 1
          },
          {
            "location": "dist/parser/parser.js",
            "line": 5
          },
          {
            "location": "dist/parser/parser.js",
            "line": 18
          },
          {
            "location": "dist/parser/parser.js",
            "line": 22
          },
          {
            "location": "dist/parsers/typescript/TypeScriptParser.js",
            "line": 2
          },
          {
            "location": "dist/parsers/typescript/TypeScriptParser.js",
            "line": 81
          },
          {
            "location": "src/parser/parser.ts",
            "line": 1
          },
          {
            "location": "src/parser/parser.ts",
            "line": 20
          },
          {
            "location": "src/parser/parser.ts",
            "line": 22
          },
          {
            "location": "src/parser/parser.ts",
            "line": 23
          },
          {
            "location": "src/parser/parser.ts",
            "line": 24
          },
          {
            "location": "src/parser/parser.ts",
            "line": 45
          },
          {
            "location": "src/parser/parser.ts",
            "line": 50
          },
          {
            "location": "src/parsers/typescript/TypeScriptParser.ts",
            "line": 3
          },
          {
            "location": "src/parsers/typescript/TypeScriptParser.ts",
            "line": 93
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/cspell-grammar@10.1.1"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-14T09:48:01Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'cspell-grammar' with version '10.1.1'. The package type in this SBOM is npm with a single purl namespace '@cspell' described under components. The components were identified from the source files: node_modules/@cspell/cspell-pipe/package.json, node_modules/@cspell/cspell-types/package.json."
    }
  ]
}