{
  "_args": [
    [
      "@wojtekmaj/date-utils@1.0.3",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "@wojtekmaj/date-utils@1.0.3",
  "_id": "@wojtekmaj/date-utils@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-1VPkkTBk07gMR1fjpBtse4G+oJqpmE+0gUFB0dg3VIL7qJmUVaBoD/vlzMm/jNeOPfvlmerl1lpnsZyBUFIRuw==",
  "_location": "/@wojtekmaj/date-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@wojtekmaj/date-utils@1.0.3",
    "name": "@wojtekmaj/date-utils",
    "escapedName": "@wojtekmaj%2fdate-utils",
    "scope": "@wojtekmaj",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/react-calendar",
    "/react-date-picker"
  ],
  "_resolved": "https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "bugs": {
    "url": "https://github.com/wojtekmaj/date-utils/issues"
  },
  "description": "A collection of date-related utilities.",
  "devDependencies": {
    "@babel/cli": "^7.8.0",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "cross-env": "^7.0.0",
    "eslint": "~7.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.21.2",
    "jest": "^26.0.0",
    "rimraf": "^3.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "funding": "https://github.com/wojtekmaj/date-utils?sponsor=1",
  "homepage": "https://github.com/wojtekmaj/date-utils#readme",
  "keywords": [
    "date",
    "utils"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "name": "@wojtekmaj/date-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wojtekmaj/date-utils.git"
  },
  "scripts": {
    "build": "yarn build-esm && yarn build-umd",
    "build-esm": "cross-env BABEL_ENV=production-esm babel src -d dist/esm --ignore **/*.spec.js",
    "build-umd": "cross-env BABEL_ENV=production-umd babel src -d dist/umd --ignore **/*.spec.js",
    "clean": "rimraf dist",
    "jest": "jest",
    "jest-coverage": "jest --coverage",
    "lint": "eslint src/ --ext .jsx,.js",
    "prepublishOnly": "yarn clean && yarn build",
    "test": "yarn lint && yarn jest"
  },
  "sideEffects": false,
  "source": "src/index.js",
  "version": "1.0.3"
}
