{
  "_args": [
    [
      "temp-suffix@0.1.1",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "temp-suffix@0.1.1",
  "_id": "temp-suffix@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-wcluXJ6A8HhyhEOOTXHPKV9TRTcL7vwmnfrWTZn7c7zrFp16trP1lfpsxaKN52pToFNByQ+y3zsJC8JlDAaKrg==",
  "_location": "/temp-suffix",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "temp-suffix@0.1.1",
    "name": "temp-suffix",
    "escapedName": "temp-suffix",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/fast-extract",
    "/fetch-json-cache/get-remote",
    "/function-exec-sync",
    "/get-remote",
    "/zip-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/temp-suffix/-/temp-suffix-0.1.1.tgz",
  "_spec": "0.1.1",
  "_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/temp-suffix/issues"
  },
  "dependencies": {
    "imurmurhash": "^0.1.4"
  },
  "description": "Adds a unique suffix to a string with process and thread uniqueness guarantees. Adapted from https://github.com/npm/write-file-atomic",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "depcheck": "^1.4.3",
    "eslint": "^8.20.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/temp-suffix",
  "keywords": [
    "temp",
    "temporary",
    "filename",
    "suffix"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "temp-suffix",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/temp-suffix.git"
  },
  "scripts": {
    "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.1.1"
}
