caterpillar-human
Advanced tools
Comparing version 6.0.0 to 6.1.0-next.1589202854.d514d4a56df2ea5bd00a9817d30fbdbf91b6b228
# History | ||
## v6.1.0 2020 May 11 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.0.0 2020 May 8 | ||
@@ -4,0 +8,0 @@ |
@@ -8,3 +8,3 @@ <!-- LICENSEFILE/ --> | ||
<ul><li>Copyright © 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<li>Copyright © 2011 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -11,0 +11,0 @@ and licensed under: |
{ | ||
"title": "Human Transform for Caterpillar", | ||
"name": "caterpillar-human", | ||
"version": "6.0.0", | ||
"version": "6.1.0-next.1589202854.d514d4a56df2ea5bd00a9817d30fbdbf91b6b228", | ||
"description": "Turn your [Caterpillar](https://github.com/bevry/caterpillar) logger stream into a beautiful readable format with colors and optional debug information", | ||
@@ -56,12 +56,16 @@ "homepage": "https://github.com/bevry/caterpillar-human", | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com" | ||
"travisTLD": "com", | ||
"githubUsername": "bevry", | ||
"githubRepository": "caterpillar-human", | ||
"githubSlug": "bevry/caterpillar-human", | ||
"npmPackageName": "caterpillar-human" | ||
} | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (https://balupton.com)", | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
@@ -127,9 +131,9 @@ "bugs": { | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.5.0", | ||
"@types/ansicolors": "0.0.31", | ||
"@bevry/update-contributors": "^1.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"assert-helpers": "^6.2.0", | ||
"caterpillar": "^5.1.2", | ||
"eslint": "^6.8.0", | ||
"assert-helpers": "^6.3.0", | ||
"caterpillar": "^5.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
@@ -139,5 +143,5 @@ "eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^4.4.0", | ||
"kava": "^5.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^1.19.1", | ||
"projectz": "^2.1.0", | ||
"surge": "^0.21.3", | ||
@@ -150,3 +154,3 @@ "typedoc": "^0.17.6", | ||
"peerDependencies": { | ||
"caterpillar": "^5.1.2" | ||
"caterpillar": "^5.2.0" | ||
}, | ||
@@ -177,4 +181,4 @@ "scripts": { | ||
"our:verify:module": "npx valid-module", | ||
"our:verify:prettier": "prettier --write .", | ||
"our:verify:typescript": "tsc --noEmit --project tsconfig.json", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:typescript": "npx -p typescript tsc --noEmit --project tsconfig.json", | ||
"test": "node ./edition-esnext/test.js" | ||
@@ -181,0 +185,0 @@ }, |
@@ -40,3 +40,3 @@ <!-- TITLE/ --> | ||
[Example.](https://github.com/bevry/caterpillar-examples/blob/master/human.js) | ||
[Example.](https://github.com/bevry/caterpillar-examples/blob/master/source/human.ts) | ||
@@ -58,3 +58,3 @@ <!-- INSTALL/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/caterpillar-human/^6.0.0' | ||
import pkg from '//cdn.pika.dev/caterpillar-human/^6.1.0' | ||
</script> | ||
@@ -67,3 +67,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/caterpillar-human@^6.0.0' | ||
import pkg from '//unpkg.com/caterpillar-human@^6.1.0' | ||
</script> | ||
@@ -76,3 +76,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/caterpillar-human@6.0.0' | ||
import pkg from '//dev.jspm.io/caterpillar-human@6.1.0' | ||
</script> | ||
@@ -110,3 +110,3 @@ ``` | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
@@ -131,4 +131,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
@@ -147,3 +146,3 @@ <a href="https://github.com/bevry/caterpillar-human/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> | ||
<ul><li>Copyright © 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<li>Copyright © 2011 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -150,0 +149,0 @@ and licensed under: |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
36209
0
1
147