{
  "_args": [
    [
      "cspell-io@5.13.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "cspell-io@5.13.1",
  "_id": "cspell-io@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-6loZG0kWdUI/16aIcc5scgj7bWkbEKC+s5t1C/4s37Ek8kqmcfLY0a2xS3CLiR+5TMyZrS/NxZ+0SW658pfWjw==",
  "_location": "/cspell-io",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cspell-io@5.13.1",
    "name": "cspell-io",
    "escapedName": "cspell-io",
    "rawSpec": "5.13.1",
    "saveSpec": null,
    "fetchSpec": "5.13.1"
  },
  "_requiredBy": [
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.13.1.tgz",
  "_spec": "5.13.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-io"
  },
  "description": "A library of useful I/O functions used across various cspell tools.",
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^16.11.10",
    "fs-extra": "^10.0.0",
    "jest": "^27.3.1",
    "lorem-ipsum": "^2.0.4",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "dist",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "gitHead": "575e5e6dfc030e01cbe96822dfef9dce12e9f1c4",
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
  "keywords": [
    "cspell"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cspell-io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "build-dev": "tsc -p tsconfig.dev.json",
    "clean": "rimraf dist temp coverage .tsbuildinfo",
    "clean-build": "npm run clean && npm run build",
    "coverage": "jest --coverage",
    "test": "jest",
    "test-watch": "jest --watch",
    "watch": "tsc -p . -w"
  },
  "typings": "dist/index.d.ts",
  "version": "5.13.1"
}
