HEX
Server: LiteSpeed
System: Linux CentOS-79-64-minimal 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: vishn3436 (5293)
PHP: 8.0.15
Disabled: NONE
Upload Files
File: //opt/bitninja-dispatcher/node_modules/validator/package.json
{
  "_args": [
    [
      "validator@13.7.0",
      "/home/jenkins/workspace/BitNinja_Dispatcher_master"
    ]
  ],
  "_from": "validator@13.7.0",
  "_id": "validator@13.7.0",
  "_inBundle": false,
  "_integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==",
  "_location": "/validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "validator@13.7.0",
    "name": "validator",
    "escapedName": "validator",
    "rawSpec": "13.7.0",
    "saveSpec": null,
    "fetchSpec": "13.7.0"
  },
  "_requiredBy": [
    "/class-validator"
  ],
  "_resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
  "_spec": "13.7.0",
  "_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master",
  "author": {
    "name": "Chris O'Hara",
    "email": "cohara87@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/validatorjs/validator.js/issues"
  },
  "contributors": [
    {
      "name": "Anthony Nandaa",
      "url": "https://github.com/profnandaa"
    }
  ],
  "description": "String validation and sanitization",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-plugin-add-module-exports": "^1.0.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.11.0",
    "mocha": "^6.2.3",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.0",
    "rimraf": "^3.0.0",
    "rollup": "^0.47.0",
    "rollup-plugin-babel": "^4.0.1",
    "uglify-js": "^3.0.19"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "es",
    "lib",
    "README.md",
    "LICENCE",
    "validator.js",
    "validator.min.js"
  ],
  "homepage": "https://github.com/validatorjs/validator.js",
  "keywords": [
    "validator",
    "validation",
    "validate",
    "sanitization",
    "sanitize",
    "sanitisation",
    "sanitise",
    "assert"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "validator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/validatorjs/validator.js.git"
  },
  "scripts": {
    "build": "run-p build:*",
    "build:browser": "node --require @babel/register build-browser && npm run minify",
    "build:es": "babel src -d es --env-name=es",
    "build:node": "babel src -d .",
    "clean": "run-p clean:*",
    "clean:browser": "rimraf validator*.js",
    "clean:es": "rimraf es",
    "clean:node": "rimraf index.js lib",
    "lint": "eslint src test",
    "lint:fix": "eslint --fix src test",
    "minify": "uglifyjs validator.js -o validator.min.js  --compress --mangle --comments /Copyright/",
    "pretest": "npm run build && npm run lint",
    "test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot"
  },
  "sideEffects": false,
  "version": "13.7.0"
}