{
  "_args": [
    [
      "@date-io/moment@2.11.0",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "@date-io/moment@2.11.0",
  "_id": "@date-io/moment@2.11.0",
  "_inBundle": false,
  "_integrity": "sha512-QSL+83qezQ9Ty0dtFgAkk6eC0GMl/lgYfDajeVUDB3zVA2A038hzczRLBg29ifnBGhQMPABxuOafgWwhDjlarg==",
  "_location": "/@date-io/moment",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@date-io/moment@2.11.0",
    "name": "@date-io/moment",
    "escapedName": "@date-io%2fmoment",
    "scope": "@date-io",
    "rawSpec": "2.11.0",
    "saveSpec": null,
    "fetchSpec": "2.11.0"
  },
  "_requiredBy": [
    "/@mui/lab"
  ],
  "_resolved": "https://registry.npmjs.org/@date-io/moment/-/moment-2.11.0.tgz",
  "_spec": "2.11.0",
  "_where": "/home/vkuser/www/minimal",
  "author": {
    "name": "Dmitriy Kovalenko",
    "email": "dmtr.kovalenko@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/dmtrKovalenko/date-io/issues"
  },
  "dependencies": {
    "@date-io/core": "^2.11.0"
  },
  "description": "Abstraction over common javascript date management libraries",
  "devDependencies": {
    "moment": "^2.24.0",
    "rollup": "^2.0.2",
    "typescript": "^3.7.2"
  },
  "gitHead": "383185d28e3e2636b2796bb198de50ea8891a2b9",
  "homepage": "https://github.com/dmtrKovalenko/date-io#readme",
  "keywords": [
    "date",
    "time",
    "date-io",
    "picker",
    "date-fns",
    "moment",
    "luxon"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "module": "build/index.esm.js",
  "name": "@date-io/moment",
  "peerDependencies": {
    "moment": "^2.24.0"
  },
  "peerDependenciesMeta": {
    "moment": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmtrKovalenko/date-io.git"
  },
  "scripts": {
    "build": "rollup -c && tsc -p tsconfig.declaration.json"
  },
  "typings": "build/index.d.ts",
  "version": "2.11.0"
}
