Comparing version 3.2.0 to 3.3.0-next.1590035077.57aa43c004aa4b337575824b64c17b52f1f91a68
# History | ||
## v3.3.0 2020 May 21 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.2.0 2020 May 12 | ||
@@ -4,0 +8,0 @@ |
@@ -7,3 +7,3 @@ <!-- LICENSEFILE/ --> | ||
<ul><li>Copyright © 2018+ Benjamin Lupton</li></ul> | ||
<ul><li>Copyright © 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -10,0 +10,0 @@ and licensed under: |
{ | ||
"name": "docmatter", | ||
"version": "3.2.0", | ||
"version": "3.3.0-next.1590035077.57aa43c004aa4b337575824b64c17b52f1f91a68", | ||
"description": "Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as `/***` and `***/`) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. `--- cson`. Parsers are handled externally.", | ||
@@ -61,8 +61,8 @@ "homepage": "https://github.com/bevry/docmatter", | ||
"funding": "https://bevry.me/fund", | ||
"author": "2018+ Benjamin Lupton <b@lupton.cc>", | ||
"author": "2018+ Benjamin Lupton <b@lupton.cc> (https://balupton.com)", | ||
"maintainers": [ | ||
"Benjamin Lupton (https://github.com/balupton)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton (https://github.com/balupton)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
@@ -105,14 +105,11 @@ "bugs": { | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"dependencies": { | ||
"editions": "^2.3.0" | ||
}, | ||
"main": "edition-esnext/index.js", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.5.0", | ||
"assert-helpers": "^6.4.0", | ||
"@bevry/update-contributors": "^1.6.0", | ||
"assert-helpers": "^6.5.0", | ||
"coffeelint": "^2.1.0", | ||
"coffeescript": "^2.5.1", | ||
"kava": "^5.0.0", | ||
"projectz": "^2.1.0", | ||
"valid-directory": "^1.6.0", | ||
"kava": "^5.1.0", | ||
"projectz": "^2.2.0", | ||
"valid-directory": "^2.0.0", | ||
"yamljs": "^0.3.0" | ||
@@ -140,4 +137,4 @@ }, | ||
"our:verify:directory": "valid-directory", | ||
"test": "node ./test.js" | ||
"test": "node ./edition-esnext/test.js" | ||
} | ||
} |
@@ -129,2 +129,5 @@ <!-- TITLE/ --> | ||
<!-- INSTALL/ --> | ||
@@ -145,4 +148,4 @@ | ||
<ul><li><code>docmatter</code> aliases <code>docmatter/index.js</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li> | ||
<li><code>docmatter/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code 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>docmatter/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code 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>docmatter</code> aliases <code>docmatter/edition-esnext/index.js</code></li> | ||
<li><code>docmatter/edition-esnext/index.js</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> compiled 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> | ||
@@ -179,3 +182,3 @@ | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul> | ||
@@ -200,3 +203,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul> | ||
@@ -214,3 +217,3 @@ <a href="https://github.com/bevry/docmatter/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 © 2018+ Benjamin Lupton</li></ul> | ||
<ul><li>Copyright © 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -217,0 +220,0 @@ and licensed under: |
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
0
220
22766
7
43
1
- Removededitions@^2.3.0
- Removededitions@2.3.1(transitive)
- Removederrlop@2.2.0(transitive)
- Removedsemver@6.3.1(transitive)