Your IP : 216.73.217.77


Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/@npmcli/redact/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/@npmcli/redact/package.json

{
  "_id": "@npmcli/redact@2.0.0",
  "_inBundle": true,
  "_location": "/npm/@npmcli/redact",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/arborist",
    "/npm/npm-registry-fetch"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/redact/issues"
  },
  "description": "Redact sensitive npm information from output",
  "devDependencies": {
    "@npmcli/eslint-config": "^4.0.2",
    "@npmcli/template-oss": "4.21.3",
    "tap": "^16.3.10"
  },
  "engines": {
    "node": "^16.14.0 || >=18.0.0"
  },
  "exports": {
    ".": "./lib/index.js",
    "./server": "./lib/server.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/redact#readme",
  "keywords": [],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/redact",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/redact.git"
  },
  "scripts": {
    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lintfix": "npm run lint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ],
    "timeout": 120
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.21.3",
    "publish": true
  },
  "version": "2.0.0"
}