{
  "_args": [
    [
      "@cspell/dict-en_us@2.1.4",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/dict-en_us@2.1.4",
  "_id": "@cspell/dict-en_us@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-W4b+aIvZ637FqtTmrTe/T9i9748cuTQf82eWUgV9O296WzZj7rCxm+rzOrmRTAcCmU+9+6Cdsr0unETFQfuxww==",
  "_location": "/@cspell/dict-en_us",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/dict-en_us@2.1.4",
    "name": "@cspell/dict-en_us",
    "escapedName": "@cspell%2fdict-en_us",
    "scope": "@cspell",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/@cspell/cspell-bundled-dicts"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "description": "English dictionary for cspell.",
  "devDependencies": {
    "aoo-mozilla-en-dict": "git+https://github.com/marcoagpinto/aoo-mozilla-en-dict.git"
  },
  "directories": {
    "test": "tests"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "en_US.trie.gz",
    "cspell-ext.json",
    "src/hunspell/README_en_US-large.txt",
    "src/**/README_en_US.txt",
    "!scripts"
  ],
  "gitHead": "527a864678c02c463e2e9259e98000ca9ad5ee59",
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US#readme",
  "keywords": [
    "cspell",
    "cspell-ext",
    "en_US",
    "English",
    "American",
    "US English",
    "dictionary",
    "spelling"
  ],
  "license": "MIT",
  "name": "@cspell/dict-en_us",
  "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-cli compile --trie3 -x compound --merge en_US -o . && yarn run gen-checksum",
    "conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build",
    "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
    "prepublishOnly": "yarn test",
    "sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict",
    "test": "yarn run test-dict && yarn run test-text",
    "test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
    "test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\""
  },
  "version": "2.1.4"
}
