{
  "_from": "string-argv@^0.3.0",
  "_id": "string-argv@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
  "_location": "/string-argv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string-argv@^0.3.0",
    "name": "string-argv",
    "escapedName": "string-argv",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
  "_shasum": "2b6d0ef24b656274d957d54e0a4bbf6153dc02b6",
  "_spec": "string-argv@^0.3.0",
  "_where": "/var/www/html/moro/node_modules/lint-staged",
  "author": {
    "name": "Anthony McCormick",
    "email": "anthony.mccormick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mccormicka/string-argv/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Michael Ferris",
      "email": "mike.ferri@hotmail.com"
    }
  ],
  "deprecated": false,
  "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
  "devDependencies": {
    "jasmine": "^4.4.0",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=0.6.19"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./commonjs/index.js"
    }
  },
  "homepage": "https://github.com/mccormicka/string-argv",
  "keywords": [
    "argv"
  ],
  "license": "MIT",
  "main": "./commonjs/index.js",
  "module": "./index.js",
  "name": "string-argv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mccormicka/string-argv.git"
  },
  "scripts": {
    "build": "tsc -p . & tsc -p tsconfig.commonjs.json",
    "prepublishOnly": "npm test",
    "test": "npm run build & jasmine --config=test/config.json"
  },
  "type": "module",
  "types": "index.d.ts",
  "version": "0.3.2"
}
