123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "fancy-log@1.3.0",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "fancy-log@1.3.0",
- "_id": "fancy-log@1.3.0",
- "_inBundle": false,
- "_integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=",
- "_location": "/fancy-log",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "fancy-log@1.3.0",
- "name": "fancy-log",
- "escapedName": "fancy-log",
- "rawSpec": "1.3.0",
- "saveSpec": null,
- "fetchSpec": "1.3.0"
- },
- "_requiredBy": [
- "/gulp-util"
- ],
- "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz",
- "_spec": "1.3.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/js-cli/fancy-log/issues"
- },
- "contributors": [
- {
- "name": "Aman Mittal",
- "url": "http://amandeepmittal.github.io/"
- }
- ],
- "dependencies": {
- "chalk": "^1.1.1",
- "time-stamp": "^1.0.0"
- },
- "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/js-cli/fancy-log#readme",
- "keywords": [
- "console.log",
- "log",
- "logger",
- "logging",
- "pretty",
- "timestamp"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "fancy-log",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/js-cli/fancy-log.git"
- },
- "scripts": {
- "test": "lab -cvL test.js"
- },
- "version": "1.3.0"
- }
|