templatesjs
Advanced tools
Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "templatesjs", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Render template without any engine, pure JavaScript,easy to use, works with any file format including HTML, include files inside files, can be used with any framework and raw node.js ", | ||
@@ -30,4 +30,14 @@ "main": "index.js", | ||
}, | ||
"directories": {}, | ||
"dependencies": {} | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"dependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ImtiazChowdhury/templatesjs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ImtiazChowdhury/templatesjs/issues" | ||
}, | ||
"homepage": "https://github.com/ImtiazChowdhury/templatesjs#readme" | ||
} |
@@ -31,9 +31,9 @@ # templatesjs | ||
- [Loop through array](#how-to-render-all-values-looping-through-the-whole-array) | ||
- [Loop through specific array indexes] (#how-to-render-all-values-looping-through-some-specific-index-of-array) | ||
- [Specify format of output] (#how-to-specify-format-of-output) | ||
- [Loop through specific array indexes](#how-to-render-all-values-looping-through-some-specific-index-of-array) | ||
- [Specify format of output](#how-to-specify-format-of-output) | ||
- [UPPERCASE, Capitalized, lowercase output](#specify-case) | ||
- [Include files](#include-another-file-inside-a-file-or-data) | ||
- [Set default directory] (#set-default-directory-for-files) | ||
- [Set default directory](#set-default-directory-for-files) | ||
- [Change delimiter](#change-the-delimiter-sign) | ||
- [Shorthands for functions] (#shorthands-for-functions) | ||
- [Shorthands for functions](#shorthands-for-functions) | ||
- [Demonstration](#demonstration-with-javascript-on-client-side) | ||
@@ -40,0 +40,0 @@ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
25165
1
0
1