app-etc-load
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -9,2 +9,3 @@ 'use strict'; | ||
parseALCE = require( 'utils-alce-parse' ), | ||
parseHJSON = require( 'utils-hjson-parse' ), | ||
noop = function noop() {}; | ||
@@ -18,2 +19,3 @@ | ||
'.cjson': noop, | ||
'.hjson': parseHJSON, | ||
'.alce': parseALCE, | ||
@@ -20,0 +22,0 @@ '.toml': parseTOML, |
{ | ||
"name": "app-etc-load", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Loads a configuration file.", | ||
@@ -42,3 +42,4 @@ "author": { | ||
"cjson", | ||
"alce" | ||
"alce", | ||
"hjson" | ||
], | ||
@@ -52,2 +53,3 @@ "bugs": { | ||
"utils-extname": "^1.0.0", | ||
"utils-hjson-parse": "^1.0.0", | ||
"utils-json-parse": "^1.0.0", | ||
@@ -54,0 +56,0 @@ "utils-toml-parse": "^1.0.0", |
@@ -42,2 +42,3 @@ Load | ||
* [JSON](https://github.com/kgryte/utils-json-parse): `*.json` | ||
* [HJSON](https://github.com//kgryte/utils-hjson-parse): `*.hjson` | ||
* [ALCE](https://github.com/kgryte/utils-alce-parse): `*.alce` | ||
@@ -44,0 +45,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
10874
136
175
9
+ Addedutils-hjson-parse@^1.0.0
+ Addedhjson@1.8.4(transitive)
+ Addedutils-hjson-parse@1.0.1(transitive)