package.json 1.95 KB
{
  "_args": [
    [
      "local-iso-dt@1.2.2",
      "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk"
    ]
  ],
  "_from": "local-iso-dt@1.2.2",
  "_id": "local-iso-dt@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-/wNNXYs7uro+u0fo3/HUOriWa7rrVgZaKjjfyJ1azAWMXBCk1v/fgsVfC5CtlENQMFrPvkg02ldQFFQLETiS3w==",
  "_location": "/local-iso-dt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "local-iso-dt@1.2.2",
    "name": "local-iso-dt",
    "escapedName": "local-iso-dt",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/local-iso-dt/-/local-iso-dt-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
  "author": {
    "name": "Dan Dascalescu",
    "url": "https://dandascalescu.com/about"
  },
  "bugs": {
    "url": "https://github.com/dandv/local-iso-dt/issues"
  },
  "description": "Convert the most common types of dates into ISO8601/RFC3339-formatted YYYY-MM-DDTHH:MM:SS strings in the local timezone",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-transform-modules-commonjs": "^7",
    "@types/jest": "^24.0.11",
    "eslint": "^5",
    "eslint-plugin-jest": "^22",
    "jest": "^24"
  },
  "files": [
    "index.*"
  ],
  "homepage": "https://github.com/dandv/local-iso-dt#readme",
  "keywords": [
    "datetime",
    "date",
    "time",
    "format",
    "string",
    "convert",
    "local",
    "timezone",
    "ISO8601",
    "RFC3339"
  ],
  "license": "MIT",
  "main": "index",
  "name": "local-iso-dt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dandv/local-iso-dt.git"
  },
  "scripts": {
    "lint": "eslint index*.mjs",
    "prepare": "babel index.mjs --out-file index.js && babel index.js --minified --no-comments --source-maps -o index.min.js",
    "test": "jest"
  },
  "version": "1.2.2"
}