{
  "_args": [
    [
      "make-event-props@1.2.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "make-event-props@1.2.0",
  "_id": "make-event-props@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-BmWFkm/jZzVH9A0tEBdkjAARUz/eha+5IRyfOndeSMKRadkgR5DawoBHoRwLxkYmjJOI5bHkXKpaZocxj+dKgg==",
  "_location": "/make-event-props",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "make-event-props@1.2.0",
    "name": "make-event-props",
    "escapedName": "make-event-props",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/react-date-picker"
  ],
  "_resolved": "https://registry.npmjs.org/make-event-props/-/make-event-props-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "bugs": {
    "url": "https://github.com/wojtekmaj/make-event-props/issues"
  },
  "description": "Returns an object with on-event callback props curried with provided args.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "eslint": "^5.5.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "jest": "^23.6.0"
  },
  "es6": "src/entry.js",
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/wojtekmaj/make-event-props#readme",
  "keywords": [
    "react",
    "event",
    "event props"
  ],
  "license": "MIT",
  "main": "dist/entry.js",
  "name": "make-event-props",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wojtekmaj/make-event-props.git"
  },
  "scripts": {
    "build": "babel src -d dist --ignore **/__tests__",
    "prepublishOnly": "yarn run build",
    "test": "yarn run test-eslint && yarn run test-jest",
    "test-eslint": "eslint src/ --ext .jsx,.js",
    "test-jest": "jest",
    "test-jest-coverage": "jest --coverage"
  },
  "version": "1.2.0"
}
