{
  "_args": [
    [
      "@cspell/dict-python@2.0.5",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/dict-python@2.0.5",
  "_id": "@cspell/dict-python@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-WkyGYtNmUsOHsWixck7AxNvveDgVPqw0H51hzIY+/5u3c94wZUweIj0vfFOGIfOBq8e1ZxpjumKBxVDGXTmQkw==",
  "_location": "/@cspell/dict-python",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/dict-python@2.0.5",
    "name": "@cspell/dict-python",
    "escapedName": "@cspell%2fdict-python",
    "scope": "@cspell",
    "rawSpec": "2.0.5",
    "saveSpec": null,
    "fetchSpec": "2.0.5"
  },
  "_requiredBy": [
    "/@cspell/cspell-bundled-dicts"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-2.0.5.tgz",
  "_spec": "2.0.5",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "description": "Python dictionary for cspell.",
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "python.txt.gz",
    "cspell-ext.json"
  ],
  "gitHead": "c24ac82d85af7aadd4c25dfb0c9feb2faee7a13a",
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/python#readme",
  "keywords": [
    "cspell",
    "cspell-ext",
    "python",
    "Python",
    "dictionary",
    "spelling"
  ],
  "license": "MIT",
  "name": "@cspell/dict-python",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "scripts": {
    "build": "cspell-tools compile \"python.txt\" -o .",
    "prepare": "yarn run build",
    "prepublishOnly": "yarn test",
    "test": "yarn run test-dictionary && yarn run test-samples",
    "test-dictionary": "head -n 1000 \"python.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin",
    "test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\""
  },
  "version": "2.0.5"
}
