{
  "_args": [
    [
      "path-string-prepend@0.2.2",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "path-string-prepend@0.2.2",
  "_id": "path-string-prepend@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-Bg7mpwaPbkUDTtz8uBXdfvRUDM501VCPaVrDKp0qIu/evsrOoDu56j4+mjmIk4pFLYt83MpyNj/ReAdXu00SMw==",
  "_location": "/path-string-prepend",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "path-string-prepend@0.2.2",
    "name": "path-string-prepend",
    "escapedName": "path-string-prepend",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/node-version-utils"
  ],
  "_resolved": "https://registry.npmjs.org/path-string-prepend/-/path-string-prepend-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/path-string-prepend/issues"
  },
  "description": "Prepends a path to a platform-specfic delimited path string and removes duplicate paths",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/path-string-prepend",
  "keywords": [
    "autonode",
    "prepend",
    "path"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "path-string-prepend",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/path-string-prepend.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.2.2"
}
