|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- "console-stamp@3.0.3",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "console-stamp@3.0.3",
- "_id": "console-stamp@3.0.3",
- "_inBundle": false,
- "_integrity": "sha512-6ltMcMEVDHb1bqb+qaVfCX7Vf3vEkfZEeKyReG1ny45Rv6YJynCcdv94j7whNVfxj/4/3Ji/QBHY6p4JI51Ucw==",
- "_location": "/console-stamp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "console-stamp@3.0.3",
- "name": "console-stamp",
- "escapedName": "console-stamp",
- "rawSpec": "3.0.3",
- "saveSpec": null,
- "fetchSpec": "3.0.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/console-stamp/-/console-stamp-3.0.3.tgz",
- "_spec": "3.0.3",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Ståle Raknes",
- "email": "stale@raknes.net",
- "url": "http://github.com/starak"
- },
- "bugs": {
- "url": "https://github.com/starak/node-console-stamp/issues"
- },
- "contributors": [
- {
- "name": "Ståle Raknes",
- "url": "http://github.com/starak"
- },
- {
- "name": "Jotham Read",
- "url": "https://github.com/jotham"
- },
- {
- "name": "Christiaan Westerbeek",
- "url": "https://github.com/devotis"
- },
- {
- "name": "Leon Lucardie",
- "url": "https://github.com/Gameleon12"
- },
- {
- "name": "Steffan Donal",
- "url": "https://github.com/SteffanDonal"
- },
- {
- "name": "Sören Schwert",
- "url": "https://github.com/sisou"
- },
- {
- "name": "Fkscorpion",
- "url": "https://github.com/Fkscorpion"
- },
- {
- "name": "Alexis Tyler",
- "url": "https://github.com/OmgImAlexis"
- },
- {
- "name": "Jan Åge Lavik",
- "url": "http://github.com/jalavik"
- }
- ],
- "dependencies": {
- "chalk": "^4.1.1",
- "dateformat": "^4.5.1"
- },
- "description": "Patch NodeJS console methods in order to add timestamp information by pattern",
- "devDependencies": {
- "moment": "^2.29.1",
- "nodemon": "^2.0.12",
- "tap": "^15.0.9"
- },
- "engines": {
- "node": ">=10"
- },
- "homepage": "https://github.com/starak/node-console-stamp#readme",
- "keywords": [
- "console",
- "timestamp",
- "log",
- "jslog",
- "debug"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "console-stamp",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/starak/node-console-stamp.git"
- },
- "scripts": {
- "examples": "node examples/index || true",
- "preversion": "npm test",
- "t:w": "npm run test:watch",
- "test": "tap --no-check-coverage -R spec test/*.js",
- "test:watch": "nodemon --exec npm test"
- },
- "version": "3.0.3"
- }
|