Sam Partington 2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View file

@ -1,56 +1,25 @@
{
"_args": [
[
"irregular-plurals@3.2.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "irregular-plurals@3.2.0",
"_id": "irregular-plurals@3.2.0",
"_inBundle": false,
"_integrity": "sha512-YqTdPLfwP7YFN0SsD3QUVCkm9ZG2VzOXv3DOrw5G5mkMbVwptTwVcFv7/C0vOpBmgTxAeTG19XpUs1E522LW9Q==",
"_location": "/irregular-plurals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "irregular-plurals@3.2.0",
"name": "irregular-plurals",
"escapedName": "irregular-plurals",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/plur"
],
"_resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/sam/code/codeql-action",
"name": "irregular-plurals",
"version": "3.2.0",
"description": "Map of nouns to their irregular plural form",
"license": "MIT",
"repository": "sindresorhus/irregular-plurals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/irregular-plurals/issues"
},
"description": "Map of nouns to their irregular plural form",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"irregular-plurals.json"
],
"homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
"keywords": [
"word",
"words",
@ -64,19 +33,14 @@
"noun",
"nouns"
],
"license": "MIT",
"name": "irregular-plurals",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/irregular-plurals.git"
},
"scripts": {
"test": "xo && ava && tsd"
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"tsd": {
"compilerOptions": {
"resolveJsonModule": true
}
},
"version": "3.2.0"
}
}
}