{
  "_args": [
    [
      "@cspell/dict-node@1.0.12",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/dict-node@1.0.12",
  "_id": "@cspell/dict-node@1.0.12",
  "_inBundle": false,
  "_integrity": "sha512-RPNn/7CSkflAWk0sbSoOkg0ORrgBARUjOW3QjB11KwV1gSu8f5W/ij/S50uIXtlrfoBLqd4OyE04jyON+g/Xfg==",
  "_location": "/@cspell/dict-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/dict-node@1.0.12",
    "name": "@cspell/dict-node",
    "escapedName": "@cspell%2fdict-node",
    "scope": "@cspell",
    "rawSpec": "1.0.12",
    "saveSpec": null,
    "fetchSpec": "1.0.12"
  },
  "_requiredBy": [
    "/@cspell/cspell-bundled-dicts"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-1.0.12.tgz",
  "_spec": "1.0.12",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "description": "Node.js dictionary for cspell.",
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "node.txt.gz",
    "cspell-ext.json"
  ],
  "gitHead": "50c3382bd1c388800d35ffa7ed9660aed7e0fecd",
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/node#readme",
  "keywords": [
    "cspell",
    "node",
    "Node.js",
    "dictionary",
    "spelling"
  ],
  "license": "MIT",
  "name": "@cspell/dict-node",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "scripts": {
    "build": "cspell-tools compile node.txt additional_words.txt --merge node -o .",
    "build-node": "node src/extract-api.js src/api/*.md",
    "prepare": "yarn run build",
    "prepublishOnly": "yarn test",
    "test": "yarn test-dict && yarn test-old",
    "test-dict": "cat \"node.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
    "test-old": "cspell -v -c ./cspell-ext.json \"--local=en\" \"--languageId=javascript\" src/node-old.txt"
  },
  "version": "1.0.12"
}
