app-etc-load
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,2 +10,3 @@ 'use strict'; | ||
parseHJSON = require( 'utils-hjson-parse' ), | ||
parseJSON5 = require( 'utils-json5-parse' ), | ||
noop = function noop() {}; | ||
@@ -20,2 +21,3 @@ | ||
'.hjson': parseHJSON, | ||
'.json5': parseJSON5, | ||
'.alce': parseALCE, | ||
@@ -22,0 +24,0 @@ '.toml': parseTOML, |
{ | ||
"name": "app-etc-load", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Loads a configuration file.", | ||
@@ -54,2 +54,3 @@ "author": { | ||
"utils-json-parse": "^1.0.0", | ||
"utils-json5-parse": "^1.0.0", | ||
"utils-toml-parse": "^1.0.0", | ||
@@ -56,0 +57,0 @@ "utils-yaml-parse": "^1.0.0", |
@@ -43,2 +43,3 @@ Load | ||
* [HJSON](https://github.com//kgryte/utils-hjson-parse): `*.hjson` | ||
* [JSON5](https://github.com/kgryte/utils-json5-parse): `*.json5` | ||
* [ALCE](https://github.com/kgryte/utils-alce-parse): `*.alce` | ||
@@ -45,0 +46,0 @@ * `*.js` |
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
11044
138
176
10
+ Addedutils-json5-parse@^1.0.0
+ Addedjson5@0.4.0(transitive)
+ Addedutils-json5-parse@1.0.0(transitive)