Comparing version 3.0.13 to 4.0.0
{ | ||
"name": "dmd", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "3.0.13", | ||
"version": "4.0.0", | ||
"description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.", | ||
"license": "MIT", | ||
"repository": "https://github.com/75lb/dmd.git", | ||
"main": "./lib/dmd.js", | ||
"keywords": [ | ||
@@ -14,30 +13,31 @@ "documentation", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"files": [ | ||
"helpers", | ||
"lib", | ||
"index.js", | ||
"helpers/*.js", | ||
"lib/*.js", | ||
"partials" | ||
], | ||
"scripts": { | ||
"test": "test-runner test/*.js test/ddata/*.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs -p list -l js lib/*.js > README.md; echo" | ||
"test": "test-runner test/*.js test/ddata/*.js" | ||
}, | ||
"dependencies": { | ||
"array-back": "^2.0.0", | ||
"array-back": "^3.1.0", | ||
"cache-point": "^0.4.1", | ||
"common-sequence": "^1.0.2", | ||
"file-set": "^2.0.0", | ||
"handlebars": "^4.0.11", | ||
"marked": "^0.3.16", | ||
"handlebars": "^4.1.2", | ||
"marked": "^0.6.2", | ||
"object-get": "^2.1.0", | ||
"reduce-flatten": "^1.0.1", | ||
"reduce-unique": "^1.0.0", | ||
"reduce-flatten": "^2.0.0", | ||
"reduce-unique": "^2.0.1", | ||
"reduce-without": "^1.0.1", | ||
"test-value": "^3.0.0", | ||
"walk-back": "^3.0.0" | ||
"walk-back": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"dmd-plugin-example": "^0.1.0", | ||
"test-runner": "^0.5.0" | ||
"nyc": "^14.1.1", | ||
"test-runner": "^0.6.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "standard": { |
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
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
58394
3
1378
+ Addedarray-back@3.1.0(transitive)
+ Addedmarked@0.6.3(transitive)
+ Addedreduce-flatten@2.0.0(transitive)
+ Addedreduce-unique@2.0.1(transitive)
- Removedmarked@0.3.19(transitive)
- Removedreduce-flatten@1.0.1(transitive)
- Removedreduce-unique@1.0.0(transitive)
Updatedarray-back@^3.1.0
Updatedhandlebars@^4.1.2
Updatedmarked@^0.6.2
Updatedreduce-flatten@^2.0.0
Updatedreduce-unique@^2.0.1
Updatedwalk-back@^3.0.1