HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/tana/frontend/node_modules/is-number-like/package.json
{
  "_args": [
    [
      "is-number-like@1.0.8",
      "C:\\OSPanel\\domains\\tana\\frontend"
    ]
  ],
  "_development": true,
  "_from": "is-number-like@1.0.8",
  "_id": "is-number-like@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==",
  "_location": "/is-number-like",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-number-like@1.0.8",
    "name": "is-number-like",
    "escapedName": "is-number-like",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "/portscanner"
  ],
  "_resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "C:\\OSPanel\\domains\\tana\\frontend",
  "author": {
    "name": "Vigour.io",
    "email": "dev@vigour.io"
  },
  "browserify": {
    "transform": [
      "bubleify"
    ]
  },
  "bugs": {
    "url": "https://github.com/vigour-io/is-number-like/issues"
  },
  "contributors": [
    {
      "name": "Jim De Beer",
      "email": "jim@vigour.io"
    },
    {
      "name": "Shawn Inder",
      "email": "shawn@vigour.io"
    }
  ],
  "dependencies": {
    "lodash.isfinite": "^3.3.2"
  },
  "description": "Checks whether provided parameter looks like a number",
  "devDependencies": {
    "coveralls": "^2.11.9",
    "ducktape": "^1.0.0",
    "istanbul": "^0.4.4",
    "nodemon": "^1.9.1",
    "pre-commit": "^1.1.3",
    "standard": "^8.1.0",
    "tap-difflet": "0.6.0",
    "tape": "4.4.0"
  },
  "engines": {},
  "homepage": "https://github.com/vigour-io/is-number-like#readme",
  "keywords": [
    "is-number",
    "typeof",
    "number-like"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "is-number-like",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vigour-io/is-number-like.git"
  },
  "scripts": {
    "cover": "istanbul cover --report none --print detail test/index.js",
    "test": "NODE_ENV=test node test | tap-difflet && standard",
    "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)",
    "view-cover": "istanbul report html && open ./coverage/index.html",
    "watch": "nodemon test | tap-difflet"
  },
  "version": "1.0.8"
}