stringify-clone
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "stringify-clone", | ||
@@ -27,13 +27,8 @@ "description": "Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`", | ||
"scripts": { | ||
"lint:deps": "npx updated", | ||
"lint:ec": "npx editorconfig-checker .", | ||
"lint:js": "npx eslint .", | ||
"lint:md": "npx remark --quiet --frail .", | ||
"lint": "npx run-p lint:*", | ||
"open:coverage": "opener coverage/lcov-report/index.html", | ||
"test": "tap test --100 --coverage-report=lcov --no-browser" | ||
"test": "tap test --no-coverage", | ||
"test:100": "tap test --100 --coverage-report=lcov --no-browser" | ||
}, | ||
"devDependencies": { | ||
"tap": "^12.0.1" | ||
"tap": "^14.10.8" | ||
} | ||
} |
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
3416