caterpillar-human
Advanced tools
Comparing version 5.0.0 to 5.1.0-next.1588595015.73bccb81296e2c1e9d7705c3318be689dc2e7bd5
@@ -46,7 +46,28 @@ /* eslint class-methods-use-this:0 */ | ||
function _inherits(subClass, superClass) { | ||
if (typeof superClass !== 'function' && superClass !== null) { | ||
throw new TypeError('Super expression must either be null or a function') | ||
} | ||
subClass.prototype = Object.create(superClass && superClass.prototype, { | ||
constructor: { value: subClass, writable: true, configurable: true }, | ||
}) | ||
if (superClass) _setPrototypeOf(subClass, superClass) | ||
} | ||
function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = | ||
Object.setPrototypeOf || | ||
function _setPrototypeOf(o, p) { | ||
o.__proto__ = p | ||
return o | ||
} | ||
return _setPrototypeOf(o, p) | ||
} | ||
function _createSuper(Derived) { | ||
var hasNativeReflectConstruct = _isNativeReflectConstruct() | ||
return function () { | ||
var Super = _getPrototypeOf(Derived), | ||
result | ||
if (_isNativeReflectConstruct()) { | ||
if (hasNativeReflectConstruct) { | ||
var NewTarget = _getPrototypeOf(this).constructor | ||
@@ -98,22 +119,2 @@ result = Reflect.construct(Super, arguments, NewTarget) | ||
function _inherits(subClass, superClass) { | ||
if (typeof superClass !== 'function' && superClass !== null) { | ||
throw new TypeError('Super expression must either be null or a function') | ||
} | ||
subClass.prototype = Object.create(superClass && superClass.prototype, { | ||
constructor: { value: subClass, writable: true, configurable: true }, | ||
}) | ||
if (superClass) _setPrototypeOf(subClass, superClass) | ||
} | ||
function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = | ||
Object.setPrototypeOf || | ||
function _setPrototypeOf(o, p) { | ||
o.__proto__ = p | ||
return o | ||
} | ||
return _setPrototypeOf(o, p) | ||
} | ||
var _require = require('caterpillar'), | ||
@@ -120,0 +121,0 @@ Transform = _require.Transform |
# History | ||
## v5.1.0 2020 May 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.0.0 2020 March 26 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Human Transform for [Caterpillar](https://github.com/bevry/caterpillar)", | ||
"name": "caterpillar-human", | ||
"version": "5.0.0", | ||
"version": "5.1.0-next.1588595015.73bccb81296e2c1e9d7705c3318be689dc2e7bd5", | ||
"description": "Turn your [Caterpillar](https://github.com/bevry/caterpillar) logger stream into a beautiful readable format with colors and optional debug information", | ||
@@ -14,2 +14,4 @@ "homepage": "https://github.com/bevry/caterpillar-human", | ||
"debug", | ||
"dom", | ||
"esnext", | ||
"human", | ||
@@ -19,2 +21,3 @@ "log", | ||
"logging", | ||
"node", | ||
"readable", | ||
@@ -86,3 +89,3 @@ "stream", | ||
"engines": { | ||
"node": "10 || 12", | ||
"node": "10 || 12 || 13 || 14", | ||
"browsers": false | ||
@@ -114,17 +117,18 @@ } | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"assert-helpers": "^6.0.0", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@bevry/update-contributors": "^1.0.1", | ||
"assert-helpers": "^6.2.0", | ||
"caterpillar": "^4.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-bevry": "^2.3.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-config-bevry": "^3.3.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jsdoc": "^3.6.3", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^4.4.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.2", | ||
"projectz": "^1.19.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^1.19.1", | ||
"surge": "^0.21.3", | ||
@@ -141,6 +145,7 @@ "valid-directory": "^1.6.0" | ||
"our:deploy": "echo no need for this project", | ||
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:contributors": "npx @bevry/update-contributors", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && npx jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "npx projectz compile", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
@@ -156,4 +161,4 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:directory": "npx valid-directory", | ||
"our:verify:eslint": "npx eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:prettier": "prettier --write .", | ||
@@ -160,0 +165,0 @@ "test": "node ./source/test.js" |
@@ -57,3 +57,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/caterpillar-human@5.0.0' | ||
import * as pkg from '//dev.jspm.io/caterpillar-human@5.1.0' | ||
</script> | ||
@@ -102,3 +102,3 @@ ``` | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<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> | ||
@@ -123,3 +123,4 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<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> | ||
@@ -126,0 +127,0 @@ <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> |
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
34750
485
0
143
19
1