{
  "_from": "date-format@^4.0.13",
  "_id": "date-format@4.0.13",
  "_inBundle": false,
  "_integrity": "sha512-bnYCwf8Emc3pTD8pXnre+wfnjGtfi5ncMDKy7+cWZXbmRAsdWkOQHrfC1yz/KiwP5thDp2kCHWYWKBX4HP1hoQ==",
  "_location": "/date-format",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "date-format@^4.0.13",
    "name": "date-format",
    "escapedName": "date-format",
    "rawSpec": "^4.0.13",
    "saveSpec": null,
    "fetchSpec": "^4.0.13"
  },
  "_requiredBy": [
    "/log4js",
    "/streamroller"
  ],
  "_resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.13.tgz",
  "_shasum": "87c3aab3a4f6f37582c5f5f63692d2956fa67890",
  "_spec": "date-format@^4.0.13",
  "_where": "/var/www/html/node_modules/log4js",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nomiddlename/date-format/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Formatting Date objects as strings since 2013",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-plugin-mocha": "^4.12.1",
    "mocha": "^5.2.0",
    "nyc": "13.0.0",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">=4.0"
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
  "homepage": "https://github.com/nomiddlename/date-format#readme",
  "keywords": [
    "date",
    "format",
    "string"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "date-format",
  "nyc": {
    "include": [
      "lib/**"
    ],
    "branches": 100,
    "lines": 100,
    "functions": 100
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomiddlename/date-format.git"
  },
  "scripts": {
    "lint": "eslint lib/* test/*",
    "pretest": "eslint lib/* test/*",
    "test": "nyc --check-coverage mocha"
  },
  "version": "4.0.13"
}
