404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.221.129.80: ~ $
{
  "_from": "npm-audit-report@1.3.3",
  "_id": "npm-audit-report@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-8nH/JjsFfAWMvn474HB9mpmMjrnKb1Hx/oTAdjv4PT9iZBvBxiZ+wtDUapHCJwLqYGQVPaAfs+vL5+5k9QndXw==",
  "_location": "/npm/npm-audit-report",
  "_phantomChildren": {},
  "_requested": {
    "escapedName": "npm-audit-report",
    "fetchSpec": "1.3.3",
    "name": "npm-audit-report",
    "raw": "npm-audit-report@1.3.3",
    "rawSpec": "1.3.3",
    "registry": true,
    "saveSpec": null,
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/npm"
  ],
  "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.3.tgz",
  "_shasum": "8226deeb253b55176ed147592a3995442f2179ed",
  "_shrinkwrap": null,
  "_spec": "npm-audit-report@1.3.3",
  "_where": "/Users/claudiahdz/npm/cli",
  "author": {
    "name": "Adam Baldwin"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-audit-report/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cli-table3": "^0.5.0",
    "console-control-strings": "^1.1.0"
  },
  "deprecated": false,
  "description": "Given a response from the npm security api, render it into a variety of security reports",
  "devDependencies": {
    "keyfob": "^1.0.0",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tap": "^11.1.5"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "index.js",
    "lib",
    "reporters"
  ],
  "homepage": "https://github.com/npm/npm-audit-report#readme",
  "keywords": [
    "audit",
    "npm",
    "report",
    "security"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "npm-audit-report",
  "optionalDependencies": {},
  "readme": "# npm audit security report\n\nGiven a response from the npm security api, render it into a variety of security reports\n\n[![Build Status](https://travis-ci.org/npm/npm-audit-report.svg?branch=master)](https://travis-ci.org/npm/npm-audit-report)\n[![Build status](https://ci.appveyor.com/api/projects/status/qictiokvxmqkiuvi/branch/master?svg=true)](https://ci.appveyor.com/project/evilpacket/npm-audit-report/branch/master)\n[![Coverage Status](https://coveralls.io/repos/github/npm/npm-audit-report/badge.svg?branch=master)](https://coveralls.io/github/npm/npm-audit-report?branch=master)\n\nThe response is an object that contains an output string (the report) and a suggested exitCode.\n```\n{\n  report: 'string that contains the security report',\n  exit: 1\n}\n```\n\n\n## Basic usage example\n\n```\n'use strict'\nconst Report = require('npm-audit-report')\nconst options = {\n  reporter: 'json'\n}\n\nReport(response, options, (result) => {\n  console.log(result.report)\n  process.exitCode = result.exitCode\n})\n```\n\n\n## options\n\n| option        | values                               | default   | description |\n| :---          | :---                                 | :---      |:--- |\n| reporter      | `install`, `detail`, `json`, `quiet` | `install` | specify which output format you want to use |\n| withColor     | `true`, `false`                      | `true`    | indicates if some report elements should use colors |\n| withUnicode   | `true`, `false`                      | `true`    | indicates if unicode characters should be used|",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-audit-report.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --100 -J --coverage test/*.js"
  },
  "version": "1.3.3"
}

Filemanager

Name Type Size Permission Actions
lib Folder 0755
reporters Folder 0755
CHANGELOG.md File 3.07 KB 0644
LICENSE File 755 B 0644
README.md File 1.5 KB 0644
index.js File 588 B 0644
package.json File 3.58 KB 0644