{
  "_args": [
    [
      "node-filename-to-dist-paths@0.1.16",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "node-filename-to-dist-paths@0.1.16",
  "_id": "node-filename-to-dist-paths@0.1.16",
  "_inBundle": false,
  "_integrity": "sha512-UXer8Zj8jS+OZFAieaiP2YpTzURCVwfom6LdMHtZHw6R3fnGKgS+RXIjmy6xI2pgT33cu8lYpPnv983y4cmODw==",
  "_location": "/node-filename-to-dist-paths",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-filename-to-dist-paths@0.1.16",
    "name": "node-filename-to-dist-paths",
    "escapedName": "node-filename-to-dist-paths",
    "rawSpec": "0.1.16",
    "saveSpec": null,
    "fetchSpec": "0.1.16"
  },
  "_requiredBy": [
    "/node-install-release"
  ],
  "_resolved": "https://registry.npmjs.org/node-filename-to-dist-paths/-/node-filename-to-dist-paths-0.1.16.tgz",
  "_spec": "0.1.16",
  "_where": "/var/www/html/whatsapp-bi",
  "bugs": {
    "url": "https://github.com/kmalakoff/node-filename-to-dist-paths/issues"
  },
  "dependencies": {
    "just-extend": "^6.1.1",
    "lodash.find": "^4.6.0",
    "match-semver": "^0.1.1"
  },
  "description": "Converts files from https://nodejs.org/dist/index.json into relative distribution paths for download from https://nodejs.org/dist/",
  "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",
    "get-remote": "^0.7.12",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1",
    "queue-cb": "^1.1.7",
    "single-line-log2": "^1.1.3"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/node-filename-to-dist-paths#readme",
  "keywords": [
    "node",
    "version",
    "versions",
    "install",
    "dist",
    "release",
    "releases",
    "filename",
    "file",
    "files"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-filename-to-dist-paths",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/node-filename-to-dist-paths.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.1.16"
}
