{
  "_from": "date-and-time@^2.3.1",
  "_id": "date-and-time@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-OaIRmSJXifwEN21rMVVDs0Kz8uhJ3wWPYd86atkRiqN54liaMQYEbbrgjZQea75YXOBWL4ZFb3rG/waenw1TEg==",
  "_location": "/date-and-time",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "date-and-time@^2.3.1",
    "name": "date-and-time",
    "escapedName": "date-and-time",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-2.3.1.tgz",
  "_shasum": "006675ec4943a0a5f85810e3a3fd6aa96f6130c9",
  "_spec": "date-and-time@^2.3.1",
  "_where": "/home/agsistemas/nodevenv/node.agsistemas.net.ar/backend/9/lib",
  "author": {
    "name": "KNOWLEDGECODE"
  },
  "bugs": {
    "url": "https://github.com/knowledgecode/date-and-time/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A Minimalist DateTime utility for Node.js and the browser",
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
    "expect.js": "^0.3.1",
    "mocha": "^9.2.2",
    "mocha-headless-chrome": "^4.0.0",
    "rollup": "^2.70.1",
    "tsd": "^0.20.0"
  },
  "exports": {
    ".": {
      "browser": "./esm/date-and-time.es.js",
      "import": "./esm/date-and-time.mjs",
      "require": "./date-and-time.js"
    },
    "./locale/*": {
      "browser": "./esm/locale/*.es.js",
      "import": "./esm/locale/*.mjs",
      "require": "./locale/*.js"
    },
    "./plugin/*": {
      "browser": "./esm/plugin/*.es.js",
      "import": "./esm/plugin/*.mjs",
      "require": "./plugin/*.js"
    }
  },
  "homepage": "https://github.com/knowledgecode/date-and-time",
  "keywords": [
    "date",
    "time",
    "format",
    "parse",
    "utility"
  ],
  "license": "MIT",
  "main": "date-and-time.js",
  "module": "esm/date-and-time.es.js",
  "name": "date-and-time",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knowledgecode/date-and-time.git"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "test": "./test.sh",
    "test:ts": "tsd ./test/ts"
  },
  "types": "date-and-time.d.ts",
  "unpkg": "date-and-time.min.js",
  "version": "2.3.1"
}
