HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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/quadcode.com/node_modules/pipedrive/package.json
{
  "name": "pipedrive",
  "version": "22.10.1",
  "description": "Pipedrive REST client for NodeJS",
  "license": "MIT",
  "main": "dist/index.js",
  "homepage": "https://developers.pipedrive.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pipedrive/client-nodejs"
  },
  "scripts": {
    "build": "babel src -d dist",
    "prepack": "npm run build",
    "test": "npm run test:functional",
    "test:functional:start": "npm run test:functional -- --start-environment",
    "test:functional:stop": "npm run test:functional -- --stop-environment",
    "test:functional": "node ./test/functional/environment.js",
    "test:coverage": "npm run test:functional -- --collectCoverage",
    "sonar": "pipedrive-sonar-scanner",
    "lint-staged": "lint-staged",
    "version": "changelog-updater && git add CHANGELOG.md"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "superagent": "^7.1.3",
    "@babel/runtime": "^7.20.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^10.1.0",
    "changelog-updater": "^2.0.3",
    "eslint": "^8.27.0",
    "eslint-config-pipedrive": "^13.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.1.5",
    "expect.js": "^0.3.1",
    "get-port": "^5.1.1",
    "jest": "^26.6.3",
    "jest-environment-node": "^27.4.4",
    "lint-staged": "^13.0.3",
    "minimist": "^1.2.5",
    "mocha": "^10.2.0",
    "msw": "^0.48.2",
    "pre-commit": "^1.2.2",
    "regenerator-runtime": "^0.13.7",
    "shelljs": "^0.8.4",
    "sinon": "^7.2.0"
  },
  "files": [
    "dist"
  ],
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --fix"
    ]
  },
  "pre-commit": [
    "lint-staged",
    "test",
    "build"
  ]
}