{
  "_from": "autobind-decorator@^2.4.0",
  "_id": "autobind-decorator@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-OGYhWUO72V6DafbF8PM8rm3EPbfuyMZcJhtm5/n26IDwO18pohE4eNazLoCGhPiXOCD0gEGmrbU3849QvM8bbw==",
  "_location": "/autobind-decorator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "autobind-decorator@^2.4.0",
    "name": "autobind-decorator",
    "escapedName": "autobind-decorator",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/jodit"
  ],
  "_resolved": "https://registry.npmjs.org/autobind-decorator/-/autobind-decorator-2.4.0.tgz",
  "_shasum": "ea9e1c98708cf3b5b356f7cf9f10f265ff18239c",
  "_spec": "autobind-decorator@^2.4.0",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/jodit",
  "author": {
    "name": "Andrey Popp",
    "email": "8mayday@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/andreypopp/autobind-decorator/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Decorator for binding method to an object",
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-decorators": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "jest": "^23.6.0",
    "regenerator-runtime": "^0.13.1",
    "standard-version": "^4.4.0",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=8.10",
    "npm": ">=6.4.1"
  },
  "es": "src/index.js",
  "homepage": "https://github.com/andreypopp/autobind-decorator#readme",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "name": "autobind-decorator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreypopp/autobind-decorator.git"
  },
  "scripts": {
    "build": "npm run build:es5 && npm run build:module",
    "build:es5": "babel src --out-dir lib/cjs --ignore \"src/__tests__/*.js\"",
    "build:module": "babel --no-babelrc --config-file ./src/.babelrc.es.js src --out-dir lib/esm --ignore \"src/__tests__/*.js\"",
    "clean": "rm -rf lib",
    "lint": "xo",
    "prepare": " npm run clean && npm run build",
    "prepublishOnly": "npm run lint && npm test",
    "release": "standard-version",
    "test": "jest --coverage"
  },
  "types": "index.d.ts",
  "version": "2.4.0",
  "xo": {
    "overrides": [
      {
        "files": "src/__tests__/*.js",
        "parser": "babel-eslint",
        "rules": {
          "no-global-assign": "off",
          "no-self-compare": "off",
          "func-names": "off",
          "func-name-matching": "off"
        },
        "globals": [
          "describe",
          "test",
          "beforeEach",
          "afterEach"
        ]
      }
    ]
  }
}
