{ "_from": "node-datetime", "_id": "node-datetime@2.1.2", "_inBundle": false, "_integrity": "sha512-eev1F0IPKSu3zvASMtH8ic4znGpfXdq9yc8yc/EVx6bk57u7bS2iZKVZ8ll1ZeH/IEQ3qFb04FB70PCNXSIp4w==", "_location": "/node-datetime", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "node-datetime", "name": "node-datetime", "escapedName": "node-datetime", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/node-datetime/-/node-datetime-2.1.2.tgz", "_shasum": "657962039f88a87a94e26c2f65c88f278953f697", "_spec": "node-datetime", "_where": "C:\\Users\\Massta\\Desktop\\new", "author": { "name": "Nobuyori Takahashi" }, "bugs": { "url": "https://github.com/voltrue2/node-datetime/issues" }, "bundleDependencies": false, "contributors": [], "dependencies": {}, "deprecated": false, "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" }