{
  "_args": [
    [
      "@cspell/dict-en-gb@1.1.33",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/dict-en-gb@1.1.33",
  "_id": "@cspell/dict-en-gb@1.1.33",
  "_inBundle": false,
  "_integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==",
  "_location": "/@cspell/dict-en-gb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/dict-en-gb@1.1.33",
    "name": "@cspell/dict-en-gb",
    "escapedName": "@cspell%2fdict-en-gb",
    "scope": "@cspell",
    "rawSpec": "1.1.33",
    "saveSpec": null,
    "fetchSpec": "1.1.33"
  },
  "_requiredBy": [
    "/@cspell/cspell-bundled-dicts"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz",
  "_spec": "1.1.33",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "description": "British English dictionary for cspell.",
  "directories": {
    "test": "tests"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "en_GB.trie.gz",
    "cspell-ext.json",
    "/src/hunspell/README_en_GB.txt"
  ],
  "gitHead": "f491b8dc3c0c11a647a71568fcb6f283e68d1f54",
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB#readme",
  "keywords": [
    "cspell",
    "en_GB",
    "dictionary",
    "spelling"
  ],
  "license": "MIT",
  "name": "@cspell/dict-en-gb",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "scripts": {
    "build": "yarn run compile",
    "checksum": "shasum -c checksum.txt",
    "compile": "cat source-files.txt | xargs cspell-tools compile-trie --merge en_GB -o . && yarn run gen-checksum",
    "conditional-build": "yarn run --silent checksum || yarn run build",
    "cspell-link": "node install.js",
    "cspell-unlink": "node uninstall.js",
    "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
    "prepublishOnly": "yarn test",
    "test": "yarn run test-dict && yarn run test-text",
    "test-dict": "head -n 1000 \"./src/wordsEnGb.txt\" | cspell -v -c ./cspell-ext.json --local=en_gb --languageId=* stdin",
    "test-text": "cspell -v -c ./cspell-ext.json --local=en_gb --languageId=* \"tests/*.txt\""
  },
  "version": "1.1.33"
}
