{
  "_args": [
    [
      "node-datetime@2.1.2",
      "/home/massta/Documents/new"
    ]
  ],
  "_from": "node-datetime@2.1.2",
  "_id": "node-datetime@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-eev1F0IPKSu3zvASMtH8ic4znGpfXdq9yc8yc/EVx6bk57u7bS2iZKVZ8ll1ZeH/IEQ3qFb04FB70PCNXSIp4w==",
  "_location": "/node-datetime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-datetime@2.1.2",
    "name": "node-datetime",
    "escapedName": "node-datetime",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-datetime/-/node-datetime-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/home/massta/Documents/new",
  "author": {
    "name": "Nobuyori Takahashi"
  },
  "bugs": {
    "url": "https://github.com/voltrue2/node-datetime/issues"
  },
  "contributors": [],
  "dependencies": {},
  "description": "Extended Date object for javascript. 1. Handles offests by days and hours. 2. Built-in formatting function. 3. Time based value calculation.",
  "devDependencies": {
    "mocha": "5.2.0"
  },
  "directories": {
    "test": "test"
  },
  "engine": "node >= 0.10.20",
  "homepage": "https://github.com/voltrue2/node-datetime",
  "jshintConfig": {
    "node": true,
    "bitwise": false,
    "camelcase": true,
    "curly": true,
    "eqeqeq": true,
    "forin": false,
    "immed": true,
    "latedef": false,
    "newcap": true,
    "noarg": true,
    "noempty": true,
    "undef": true,
    "unused": true,
    "nonew": true,
    "white": true,
    "maxdepth": 5,
    "quotmark": "single",
    "globals": {
      "mocha": false,
      "describe": false,
      "it": false,
      "before": false,
      "beforeEach": false,
      "after": false,
      "afterEach": false
    }
  },
  "keywords": [
    "date",
    "datetime",
    "format",
    "time",
    "offset",
    "range"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "node-datetime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voltrue2/node-datetime.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.1.2"
}