english-plurals-list
Advanced tools
Comparing version 0.12.2 to 1.0.0
@@ -0,1 +1,7 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
const fs = require('fs'); | ||
@@ -2,0 +8,0 @@ const { processEnglishPlurals } = require('./dist/create/createList'); |
{ | ||
"name": "english-plurals-list", | ||
"version": "0.12.2", | ||
"version": "1.0.0", | ||
"description": "English irregular plurals list, based on WordNet", | ||
@@ -23,3 +23,3 @@ "main": "dist/plurals.json", | ||
"license": "Apache-2.0", | ||
"gitHead": "0c3fa7193d2322c198fc703ea1f4bc37ccdbb435" | ||
"gitHead": "0a4207c1f14417df475d08e659b912c1ff38264f" | ||
} |
@@ -0,1 +1,5 @@ | ||
<!-- | ||
Copyright 2019 Ludan Stoecklé | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
# English Irregular Plurals | ||
@@ -2,0 +6,0 @@ |
@@ -0,1 +1,7 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
const assert = require('assert'); | ||
@@ -2,0 +8,0 @@ const EnglishPlurals = require('../dist/plurals.json'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
87017
550
1
27