{ "_from": "silly-datetime", "_id": "silly-datetime@0.1.2", "_inBundle": false, "_integrity": "sha1-IZeOjo2EgWFgY6wRL/FGk/BuuFs=", "_location": "/silly-datetime", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "silly-datetime", "name": "silly-datetime", "escapedName": "silly-datetime", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/silly-datetime/-/silly-datetime-0.1.2.tgz", "_shasum": "21978e8e8d8481616063ac112ff14693f06eb85b", "_spec": "silly-datetime", "_where": "C:\\socket\\chatroom-myclient", "author": { "name": "Hans Chan" }, "bugs": { "url": "https://github.com/csbun/silly-datetime/issues" }, "bundleDependencies": false, "deprecated": false, "description": "simple datetime formater", "devDependencies": { "babel-preset-es2015-rollup": "^1.0.0", "coveralls": "^2.11.3", "istanbul": "^0.3.17", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "rollup": "^0.21.0", "rollup-plugin-babel": "^2.1.0" }, "homepage": "https://github.com/csbun/silly-datetime", "jsnext:main": "src/index.js", "keywords": [ "datetime", "format" ], "license": "MIT", "main": "dest/index.js", "name": "silly-datetime", "repository": { "type": "git", "url": "git+https://github.com/csbun/silly-datetime.git" }, "scripts": { "prepublish": "node rollup.js", "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "version": "0.1.2" }