motion
Version:
motion - moving development forward
83 lines (82 loc) • 2.85 kB
JSON
{
"_args": [
[
"fancy-log@https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "fancy-log@>=1.1.0 <2.0.0",
"_id": "fancy-log@1.1.0",
"_inCache": true,
"_location": "/fancy-log",
"_phantomChildren": {},
"_requested": {
"name": "fancy-log",
"raw": "fancy-log@https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"rawSpec": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/gulp-uglify",
"/gulp-util"
],
"_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"_shasum": "08c4f3607fe3142087ccf425eec6e3f9357a46db",
"_shrinkwrap": null,
"_spec": "fancy-log@https://registry.npmjs.org/fancy-log/-/fancy-log-1.1.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "blaine@iceddev.com",
"name": "Blaine Bublitz",
"url": "http://iceddev.com"
},
"bugs": {
"url": "https://github.com/phated/fancy-log/issues"
},
"contributors": [],
"dependencies": {
"chalk": "^1.1.1",
"dateformat": "^1.0.11"
},
"description": "Log things, prefixed with a timestamp",
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"code": "^1.5.0",
"eslint": "^1.3.1",
"eslint-plugin-mocha": "^0.5.1",
"eslint-plugin-react": "^3.3.1",
"lab": "^5.16.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/phated/fancy-log#readme",
"keywords": [
"console.log",
"log",
"logger",
"logging",
"pretty",
"timestamp"
],
"license": "MIT",
"main": "index.js",
"name": "fancy-log",
"optionalDependencies": {},
"readme": "# fancy-log\n\n[](https://travis-ci.org/phated/fancy-log)\n\nLog things, prefixed with a timestamp\n\n__This module was pulled out of gulp-util for use inside the CLI__\n\n## Usage\n\n```js\nvar log = require('fancy-log');\n\nlog('a message');\n// [16:27:02] a message\n\nlog.error('oh no!');\n// [16:27:02] oh no!\n```\n\n## API\n\n### `log(msg...)`\n\nLogs the message as if you called `console.log` but prefixes the output with the\ncurrent time in HH:MM:ss format.\n\n### `log.error(msg...)`\n\nLogs ths message as if you called `console.error` but prefixes the output with the\ncurrent time in HH:MM:ss format.\n\n## License\n\nMIT\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/phated/fancy-log.git"
},
"scripts": {
"test": "lab -cvL test.js"
},
"version": "1.1.0"
}