HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@mollie/api-client/package.json
{
  "_args": [
    [
      "@mollie/api-client@2.3.2",
      "/Users/julesgraus/webDevelopment/Boilerplate-Shop"
    ]
  ],
  "_from": "@mollie/api-client@2.3.2",
  "_id": "@mollie/api-client@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-3g4prfxXvNSpOFaWgsdxANgattyxef11Px8ifbgcAT4QIQbcXSUCJLOvPt7wNNYvcUUivXap81kkf3z6Korbfg==",
  "_location": "/@mollie/api-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@mollie/api-client@2.3.2",
    "name": "@mollie/api-client",
    "escapedName": "@mollie%2fapi-client",
    "scope": "@mollie",
    "rawSpec": "2.3.2",
    "saveSpec": null,
    "fetchSpec": "2.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@mollie/api-client/-/api-client-2.3.2.tgz",
  "_spec": "2.3.2",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
  "bugs": {
    "url": "https://github.com/mollie/mollie-api-node/issues"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "lodash": "^4.17.11",
    "qs": "^6.4.0"
  },
  "description": "Official Mollie API client for Node",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/runtime": "^7.4.0",
    "@mollie/eslint-config-node": "0.0.1-alpha.3",
    "axios-mock-adapter": "^1.8.1",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.5.0",
    "dotenv": "^4.0.0",
    "eslint": "^5.16.0",
    "eslint-import-resolver-node": "^0.3.0",
    "eslint-plugin-import": "^2.2.0",
    "husky": "^0.13.4",
    "jest": "^24.5.0",
    "lint-staged": "^3.4.1",
    "prettier": "^1.14.0",
    "rollup": "^1.7.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-includepaths": "^0.2.2",
    "rollup-plugin-json": "^2.1.1",
    "rollup-plugin-url": "^2.2.0"
  },
  "engines": {
    "node": ">=6.14"
  },
  "homepage": "https://github.com/mollie/mollie-api-node#readme",
  "jest": {
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "transform": {
      "^.+\\.jsx?$": "babel-jest",
      "^.+\\.pem$": "<rootDir>/tests/unit/__stubs__/fileTransformer.js"
    }
  },
  "keywords": [
    "mollie",
    "payment",
    "service",
    "provider",
    "api",
    "client",
    "payments",
    "gateway"
  ],
  "license": "BSD-3-Clause",
  "lint-staged": {
    "{src,test}/**/*.js": [
      "eslint",
      "prettier --write",
      "git add"
    ],
    "examples/**/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/mollie.js",
  "name": "@mollie/api-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mollie/mollie-api-node.git"
  },
  "scripts": {
    "build": "rollup -c",
    "commit": "git-cz",
    "lint": "yarn run lint:eslint && yarn run lint:prettier",
    "lint:eslint": "eslint {src,tests}/**/*.js",
    "lint:prettier": "prettier --write \"{src,tests,examples}/**/*.js\"",
    "precommit": "lint-staged",
    "prepublish": "yarn run build",
    "prepush": "yarn test",
    "test": "yarn run build && jest",
    "test:cov": "yarn run build && jest --coverage",
    "test:unit:cov": "jest ./tests/unit --coverage",
    "test:watch": "yarn run build && jest --watch"
  },
  "version": "2.3.2"
}