package.json 1.71 KB
{
  "_from": "fecha@^2.3.3",
  "_id": "fecha@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-lUGBnIamTAwk4znq5BcqsDaxSmZ9nDVJaij6NvRt/Tg4R69gERA+otPKbS86ROw9nxVMw2/mp1fnaiWqbs6Sdg==",
  "_location": "/fecha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fecha@^2.3.3",
    "name": "fecha",
    "escapedName": "fecha",
    "rawSpec": "^2.3.3",
    "saveSpec": null,
    "fetchSpec": "^2.3.3"
  },
  "_requiredBy": [
    "/logform"
  ],
  "_resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
  "_shasum": "948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd",
  "_spec": "fecha@^2.3.3",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\logform",
  "author": {
    "name": "Taylor Hakes"
  },
  "bugs": {
    "url": "https://github.com/taylorhakes/fecha/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Date formatting and parsing",
  "devDependencies": {
    "eslint": "^2.4.0",
    "nyc": "^5.6.0",
    "painless": "^0.9.1",
    "uglify-js": "^2.6.1"
  },
  "files": [
    "fecha.js",
    "fecha.min.js",
    "fecha.d.ts"
  ],
  "homepage": "https://github.com/taylorhakes/fecha",
  "keywords": [
    "date",
    "parse",
    "moment",
    "format",
    "fecha",
    "formatting"
  ],
  "license": "MIT",
  "main": "fecha.js",
  "name": "fecha",
  "repository": {
    "type": "git",
    "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
  },
  "scripts": {
    "build": "uglifyjs fecha.js -m -o fecha.min.js && uglifyjs fecha.strict.js -m -o fecha.strict.min.js",
    "test": "eslint fecha.js fecha.strict.js && nyc --cache --reporter=text painless test.*"
  },
  "types": "./fecha.d.ts",
  "version": "2.3.3"
}