object-treeify
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "object-treeify", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Stringify Object as tree structure", | ||
@@ -14,3 +14,9 @@ "main": "lib/index.js", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"gardener": "node gardener" | ||
"gardener": "node gardener", | ||
"docker": "docker run -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"yu": "yarn upgrade --latest --force", | ||
"yi": "yarn install --frozen-lockfile", | ||
"t": "yarn test", | ||
"ts": "yarn run test-simple", | ||
"tsv": "yarn run test-simple --verbose" | ||
}, | ||
@@ -41,13 +47,13 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "7.5.0", | ||
"@babel/core": "7.5.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.1", | ||
"@babel/register": "7.4.4", | ||
"@blackflux/eslint-plugin-rules": "1.0.20", | ||
"@blackflux/robo-config-plugin": "2.0.0", | ||
"@babel/cli": "7.5.5", | ||
"@babel/core": "7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.5", | ||
"@babel/register": "7.5.5", | ||
"@blackflux/eslint-plugin-rules": "1.0.23", | ||
"@blackflux/robo-config-plugin": "2.1.3", | ||
"babel-eslint": "10.0.2", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.4", | ||
"eslint": "6.0.1", | ||
"js-gardener": "2.0.40", | ||
"coveralls": "3.0.5", | ||
"eslint": "6.1.0", | ||
"js-gardener": "2.0.53", | ||
"nyc": "14.1.1", | ||
@@ -54,0 +60,0 @@ "semantic-release": "15.13.18" |
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
15411