rfc-log-levels
Advanced tools
Comparing version 3.13.0-next.1597701321.a8b4943a3d880267912ecc0d6fb8562c93e94f03 to 3.13.0-next.1598187335.2c6963b745720a30051d58c876d9c3652ed8fd79
{ | ||
"name": "rfc-log-levels", | ||
"version": "3.13.0-next.1597701321.a8b4943a3d880267912ecc0d6fb8562c93e94f03", | ||
"version": "3.13.0-next.1598187335.2c6963b745720a30051d58c876d9c3652ed8fd79", | ||
"description": "A map of log level aliases matched to their numeric values. Follows the RFC Standard.", | ||
@@ -13,6 +13,2 @@ "homepage": "https://github.com/bevry/rfc-log-levels", | ||
"debug", | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"emerg", | ||
@@ -142,16 +138,2 @@ "emergency", | ||
} | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": true | ||
} | ||
} | ||
@@ -171,3 +153,2 @@ ], | ||
}, | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
@@ -179,3 +160,3 @@ "module": "edition-browsers/index.js", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"assert-helpers": "^6.19.0", | ||
"assert-helpers": "^7.0.1", | ||
"eslint": "^7.7.0", | ||
@@ -191,3 +172,3 @@ "eslint-config-bevry": "^3.19.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"typescript": "^4.0.2", | ||
"valid-directory": "^3.0.0", | ||
@@ -194,0 +175,0 @@ "valid-module": "^1.12.0" |
@@ -63,8 +63,2 @@ <!-- TITLE/ --> | ||
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/rfc-log-levels@^3.13.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a> | ||
@@ -102,4 +96,3 @@ | ||
<li><code>rfc-log-levels/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li> | ||
<li><code>rfc-log-levels/edition-node-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li> | ||
<li><code>rfc-log-levels/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul> | ||
<li><code>rfc-log-levels/edition-node-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
@@ -106,0 +99,0 @@ <!-- /INSTALL --> |
37801
15
435
166