{
  "_args": [
    [
      "string-argv@0.3.2",
      "/var/www/html/moro-staging"
    ]
  ],
  "_development": true,
  "_from": "string-argv@0.3.2",
  "_id": "string-argv@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
  "_location": "/string-argv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string-argv@0.3.2",
    "name": "string-argv",
    "escapedName": "string-argv",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/var/www/html/moro-staging",
  "author": {
    "name": "Anthony McCormick",
    "email": "anthony.mccormick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mccormicka/string-argv/issues"
  },
  "contributors": [
    {
      "name": "Michael Ferris",
      "email": "mike.ferri@hotmail.com"
    }
  ],
  "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"
}
