textextensions
Advanced tools
Comparing version 5.6.0 to 5.7.0-next.1593061154.4f94496583d9bca47f958704708d705836032b86
# History | ||
## v5.7.0 2020 June 25 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.6.0 2020 June 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "The Definitive List of Text Extensions", | ||
"name": "textextensions", | ||
"version": "5.6.0", | ||
"version": "5.7.0-next.1593061154.4f94496583d9bca47f958704708d705836032b86", | ||
"description": "A package that contains an array of every single file extension there is for text files", | ||
@@ -10,2 +10,6 @@ "homepage": "https://github.com/bevry/textextensions", | ||
"browser", | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"export-default", | ||
@@ -119,2 +123,16 @@ "extensions", | ||
} | ||
}, | ||
{ | ||
"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 | ||
} | ||
} | ||
@@ -125,18 +143,19 @@ ], | ||
"main": "edition-es5/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
"module": "edition-browsers/index.js", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"@typescript-eslint/parser": "^3.3.0", | ||
"assert-helpers": "^6.8.0", | ||
"binaryextensions": "^4.4.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@bevry/update-contributors": "^1.12.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"assert-helpers": "^6.13.0", | ||
"binaryextensions": "^4.7.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-bevry": "^3.13.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.7.0", | ||
"make-deno-edition": "^0.9.1", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.9.0", | ||
"projectz": "^2.11.0", | ||
"surge": "^0.21.3", | ||
@@ -146,3 +165,3 @@ "typedoc": "^0.17.7", | ||
"valid-directory": "^2.5.0", | ||
"valid-module": "^1.6.0" | ||
"valid-module": "^1.7.0" | ||
}, | ||
@@ -149,0 +168,0 @@ "scripts": { |
@@ -71,2 +71,8 @@ <!-- 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/textextensions@^5.7.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -76,3 +82,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/textextensions/^5.6.0' | ||
import pkg from '//cdn.pika.dev/textextensions/^5.7.0' | ||
</script> | ||
@@ -85,3 +91,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/textextensions@^5.6.0' | ||
import pkg from '//unpkg.com/textextensions@^5.7.0' | ||
</script> | ||
@@ -94,3 +100,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/textextensions@5.6.0' | ||
import pkg from '//dev.jspm.io/textextensions@5.7.0' | ||
</script> | ||
@@ -106,3 +112,4 @@ ``` | ||
<li><code>textextensions</code> aliases <code>textextensions/edition-es5/index.js</code></li> | ||
<li><code>textextensions/edition-es5/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 ES5 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://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
<li><code>textextensions/edition-es5/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 ES5 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://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>textextensions/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> | ||
@@ -109,0 +116,0 @@ <!-- /INSTALL --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41792
178
1