@rushstack/node-core-library
Advanced tools
Comparing version 3.51.1 to 3.51.2
{ | ||
"name": "@rushstack/node-core-library", | ||
"version": "3.51.1", | ||
"version": "3.51.2", | ||
"description": "Core libraries that every NodeJS toolchain project should use", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "3.0.0", | ||
"@rushstack/eslint-config": "3.0.1", | ||
"@rushstack/heft": "0.47.0", | ||
@@ -38,4 +38,3 @@ "@rushstack/heft-node-rig": "1.10.0", | ||
"_phase:test": "heft test --no-build" | ||
}, | ||
"readme": "# @rushstack/node-core-library\n\nThis library provides a conservative set of \"core\" NodeJS utilities whose\npurpose is to standardize how we solve common problems across our tooling\nprojects. In order to be considered \"core\", the class must meet ALL of\nthese criteria:\n\n- small and self-contained (i.e. quick to install)\n\n- solves a ubiquitous problem (i.e. having one standardized approach is better\n than allowing each developer to use their favorite library)\n\n- broad enough applicability to justify imposing it as a dependency for\n nearly every NodeJS project\n\n- code is design reviewed, API approved, and documented\n\nExamples of \"core\" functionality that meets this criteria:\n\n- basic file/folder manipulation\n- JSON file loader/saver/validator\n- package.json parser\n- build performance timers\n- executing shell commands\n\nThis package is NOT intended to be a dumping ground for arbitrary utilities\nthat seem like they might be useful. Code should start somewhere else, and\nthen graduate to **node-core-library** after its value has already been\ndemonstrated. If in doubt, create your own NPM package.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/node-core-library/)\n\n`@rushstack/node-core-library` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n" | ||
} | ||
} |
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
1030218