{
  "_from": "date-arithmetic@^4.0.1",
  "_id": "date-arithmetic@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==",
  "_location": "/date-arithmetic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "date-arithmetic@^4.0.1",
    "name": "date-arithmetic",
    "escapedName": "date-arithmetic",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/react-big-calendar"
  ],
  "_resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz",
  "_shasum": "e5d6434e9deb71f79760a37b729e4a515e730ddf",
  "_spec": "date-arithmetic@^4.0.1",
  "_where": "/var/www/html/frontend-new/node_modules/react-big-calendar",
  "author": {
    "name": "Jason Quense @monasticpanic"
  },
  "bugs": {
    "url": "https://github.com/jquense/date-math/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "simple date math util",
  "devDependencies": {
    "esm": "^3.2.25",
    "rollup": "^1.14.4"
  },
  "homepage": "https://github.com/jquense/date-math",
  "keywords": [
    "moment",
    "date",
    "math"
  ],
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.js",
  "name": "date-arithmetic",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/date-math.git"
  },
  "scripts": {
    "prepublishOnly": "rollup --input index.js --file index.cjs.js --format cjs",
    "test": "node -r esm test.js"
  },
  "version": "4.1.0"
}
