1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "irregular-plurals@^2.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw==",
- "_location": "/irregular-plurals",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "irregular-plurals@^2.0.0",
- "name": "irregular-plurals",
- "escapedName": "irregular-plurals",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/plur"
- ],
- "_resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-2.0.0.tgz",
- "_shasum": "39d40f05b00f656d0b7fa471230dd3b714af2872",
- "_spec": "irregular-plurals@^2.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\plur",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/irregular-plurals/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Map of nouns to their irregular plural form",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "irregular-plurals.json"
- ],
- "homepage": "https://github.com/sindresorhus/irregular-plurals#readme",
- "keywords": [
- "word",
- "words",
- "list",
- "map",
- "hash",
- "json",
- "irregular",
- "plural",
- "plurals",
- "noun",
- "nouns"
- ],
- "license": "MIT",
- "name": "irregular-plurals",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/irregular-plurals.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.0"
- }
|