object-treeify
Advanced tools
Comparing version 1.1.31 to 1.1.32
{ | ||
"name": "object-treeify", | ||
"version": "1.1.31", | ||
"version": "1.1.32", | ||
"description": "Stringify Object as tree structure", | ||
@@ -47,20 +47,20 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.12.10", | ||
"@babel/core": "7.12.10", | ||
"@babel/register": "7.12.10", | ||
"@blackflux/eslint-plugin-rules": "1.3.42", | ||
"@blackflux/robo-config-plugin": "3.10.15", | ||
"@babel/cli": "7.13.0", | ||
"@babel/core": "7.13.8", | ||
"@babel/register": "7.13.8", | ||
"@blackflux/eslint-plugin-rules": "1.3.45", | ||
"@blackflux/robo-config-plugin": "4.1.3", | ||
"babel-eslint": "10.1.0", | ||
"chai": "4.2.0", | ||
"babel-preset-latest-node": "5.4.0", | ||
"chai": "4.3.3", | ||
"coveralls": "3.1.0", | ||
"eslint": "7.15.0", | ||
"eslint": "7.21.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-json": "2.1.2", | ||
"eslint-plugin-markdown": "1.0.2", | ||
"eslint-plugin-mocha": "8.0.0", | ||
"js-gardener": "2.0.181", | ||
"eslint-plugin-markdown": "2.0.0", | ||
"eslint-plugin-mocha": "8.1.0", | ||
"js-gardener": "2.0.186", | ||
"nyc": "15.1.0", | ||
"semantic-release": "17.3.0", | ||
"babel-preset-latest-node": "5.2.0" | ||
"semantic-release": "17.4.1" | ||
}, | ||
@@ -104,3 +104,3 @@ "nyc": { | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 12" | ||
}, | ||
@@ -107,0 +107,0 @@ "files": [ |
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
9669