{
  "_from": "moment-range@^4.0.2",
  "_id": "moment-range@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-n8sceWwSTjmz++nFHzeNEUsYtDqjgXgcOBzsHi+BoXQU2FW+eU92LUaK8gqOiSu5PG57Q9sYj1Fz4LRDj4FtKA==",
  "_location": "/moment-range",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "moment-range@^4.0.2",
    "name": "moment-range",
    "escapedName": "moment-range",
    "rawSpec": "^4.0.2",
    "saveSpec": null,
    "fetchSpec": "^4.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/moment-range/-/moment-range-4.0.2.tgz",
  "_shasum": "f7c3863df2a1ed7fd1822ba5a7bcf53a78701be9",
  "_spec": "moment-range@^4.0.2",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Gianni Chiappetta",
    "email": "gianni@runlevel6.org",
    "url": "https://butt.zone"
  },
  "bugs": {
    "url": "https://github.com/rotaready/moment-range/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Adam Biggs",
      "url": "lightmaker.com"
    },
    {
      "name": "Mats Julian Olsen",
      "url": "https://github.com/mewwts"
    },
    {
      "name": "Matt Patterson",
      "email": "matt@reprocessed.org",
      "url": "http://reprocessed.org/"
    },
    {
      "name": "Wilgert Velinga",
      "email": "wilgert@wilgert.nl",
      "url": "http://neocles.io"
    },
    {
      "name": "Tomasz Bak",
      "url": "http://twitter.com/tomaszbak"
    },
    {
      "name": "Stuart Kelly",
      "url": "https://github.com/stuartleigh"
    },
    {
      "name": "Jeremy Forsythe",
      "email": "jdforsythe@gmail.com",
      "url": "https://github.com/jdforsythe"
    },
    {
      "name": "Александр Гренишин",
      "email": "nd0ut.me@gmail.com",
      "url": "https://github.com/nd0ut"
    },
    {
      "name": "@scotthovestadt",
      "url": "https://github.com/scotthovestadt"
    },
    {
      "name": "Thomas van Lankveld",
      "url": "https://github.com/thomasvanlankveld"
    },
    {
      "name": "nebel",
      "email": "nebel@outlook.com",
      "url": "https://github.com/pronebel"
    },
    {
      "name": "Kevin Ross",
      "email": "kevin.ross@alienfast.com",
      "url": "http://www.alienfast.com"
    },
    {
      "name": "Thomas Walpole",
      "email": "twalpole@gmail.com",
      "url": "https://github.com/twalpole"
    },
    {
      "name": "Jonathan Kim",
      "email": "hello@jkimbo.co.uk",
      "url": "jkimbo.co.uk"
    },
    {
      "name": "Tymon Tobolski",
      "email": "i@teamon.eu",
      "url": "http://teamon.eu"
    },
    {
      "name": "Aristide Niyungeko",
      "email": "aristide.niyungeko@gmail.com",
      "url": "https://github.com/aristiden7o"
    },
    {
      "name": "Bradley Ayers",
      "email": "bradley.ayers@gmail.com",
      "url": "https://github.com/bradleyayers"
    },
    {
      "name": "Ross Hadden",
      "email": "ross@hadden.family",
      "url": "http://rosshadden.github.com/resume"
    },
    {
      "name": "Victoria French",
      "email": "victoria.french@cinecove.com",
      "url": "https://github.com/victoriafrench"
    },
    {
      "name": "Jochen Diekenbrock",
      "url": "https://github.com/JochenDiekenbrock"
    }
  ],
  "dependencies": {
    "es6-symbol": "^3.1.0"
  },
  "deprecated": false,
  "description": "Fancy date ranges for Moment.js",
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.8",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "doctoc": "^1.4.0",
    "eslint": "^3.11.1",
    "eslint-loader": "^1.6.1",
    "expect.js": "^0.3.1",
    "flow-bin": "0.66.0",
    "karma": "^1.3.0",
    "karma-babel-polyfill": "0.0.5",
    "karma-chrome-launcher": "^2.0.0",
    "karma-expect": "^1.1.3",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.2",
    "mocha": "^2.5.3",
    "moment": "^2.24.0",
    "typescript": "^3.3.3333",
    "webpack": "^2.2.1"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/rotaready/moment-range",
  "license": "Unlicense",
  "main": "./dist/moment-range",
  "name": "moment-range",
  "peerDependencies": {
    "moment": ">= 2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/rotaready/moment-range.git"
  },
  "scripts": {
    "build": "webpack -p",
    "check": "yarn check:flow && yarn check:typescript",
    "check:flow": "flow",
    "check:typescript": "tsc --project ./typing-tests/typescript",
    "doctoc": "doctoc README.md --github",
    "lint": "eslint ./lib/",
    "prepublishOnly": "yarn build && cp ./lib/*.flow ./lib/*.d.ts ./dist",
    "preversion": "yarn check && yarn lint && yarn test",
    "test": "karma start ./karma.conf.js",
    "version": "yarn build && cp ./lib/*.flow ./lib/*.d.ts ./dist"
  },
  "typings": "./dist/moment-range.d.ts",
  "version": "4.0.2"
}
