HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: yenicep (1023)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/yenicep/garantili-kasko/node_modules/rest-facade/package.json
{
  "name": "rest-facade",
  "version": "1.16.3",
  "description": "Simple abstraction for consuming REST API endpoints",
  "main": "src/index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec $(find ./tests -name *.tests.js) && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "mocha $(find ./tests -name *.tests.js) --opts mocha.opts",
    "test-watch": "mocha $(find ./tests -name *.tests.js) --opts mocha.opts --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngonzalvez/rest-facade.git"
  },
  "keywords": [
    "facade",
    "rest",
    "api"
  ],
  "author": "Nicolás Gonzálvez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngonzalvez/rest-facade/issues"
  },
  "homepage": "https://github.com/ngonzalvez/rest-facade#readme",
  "devDependencies": {
    "chai": "^3.4.0",
    "coveralls": "^2.13.3",
    "istanbul": "^0.4.5",
    "mocha": "^2.3.3",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "^2.15.0",
    "sinon": "^1.17.2"
  },
  "dependencies": {
    "change-case": "^2.3.0",
    "deepmerge": "^3.2.0",
    "lodash.get": "^4.4.2",
    "superagent": "^5.1.1"
  },
  "peerDependencies": {
    "superagent-proxy": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "superagent-proxy": {
      "optional": true
    }
  }
}