123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "time-stamp@1.0.1",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "time-stamp@1.0.1",
- "_id": "time-stamp@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-n0vSNVnJNllm8zAtu6KwfGuZsVE=",
- "_location": "/time-stamp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "time-stamp@1.0.1",
- "name": "time-stamp",
- "escapedName": "time-stamp",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/fancy-log"
- ],
- "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/time-stamp/issues"
- },
- "description": "Get a formatted timestamp.",
- "devDependencies": {
- "gulp-format-md": "^0.1.7",
- "mocha": "^2.4.5",
- "pad-left": "^2.0.3"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/time-stamp",
- "keywords": [
- "console",
- "date",
- "format",
- "formatting",
- "log",
- "pretty",
- "stamp",
- "terminal",
- "time",
- "time-stamp"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "time-stamp",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/time-stamp.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "days",
- "iso-week",
- "month",
- "months",
- "o-clock",
- "seconds",
- "week",
- "weekday",
- "year"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "1.0.1"
- }
|