Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle E. Mitchell <kyle@kemitchell.com>2019-03-29 06:03:35 +0300
committerisaacs <i@izs.me>2019-06-30 06:23:54 +0300
commitacbbf7eeecb6bc6bd1d6c73f129aaa8aba932d75 (patch)
tree4530bc2af8986bfd546da8ff0790520eaf113b2a /.licensee.json
parentce93dab2db423ef23b3e08a0612dafbeb2d25789 (diff)
licensee@7.0.2
Close: https://github.com/npm/cli/pull/183
Diffstat (limited to '.licensee.json')
-rw-r--r--.licensee.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/.licensee.json b/.licensee.json
index ad7c81236..5b815d601 100644
--- a/.licensee.json
+++ b/.licensee.json
@@ -1,7 +1,12 @@
{
- "license": "(MIT OR BSD-2-Clause OR BSD-3-Clause OR Apache-2.0 OR ISC OR Unlicense OR CC-BY-3.0 OR CC0-1.0 OR Artistic-2.0)",
+ "licenses": {
+ "spdx": [
+ "CC-BY-3.0"
+ ],
+ "blueOak": "bronze"
+ },
"corrections": true,
- "whitelist": {
+ "packages": {
"config-chain": "1.1.12",
"cyclist": "0.2.2",
"json-schema": "0.2.3",