| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "plur@^3.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==",
- "_location": "/plur",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "plur@^3.0.0",
- "name": "plur",
- "escapedName": "plur",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/gulp-debug"
- ],
- "_resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz",
- "_shasum": "60267967866a8d811504fe58f2faaba237546a5b",
- "_spec": "plur@^3.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-debug",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/plur/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "irregular-plurals": "^2.0.0"
- },
- "deprecated": false,
- "description": "Pluralize a word",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/plur#readme",
- "keywords": [
- "plural",
- "plurals",
- "pluralize",
- "singular",
- "count",
- "word",
- "string",
- "irregular",
- "noun",
- "nouns"
- ],
- "license": "MIT",
- "name": "plur",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/plur.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "3.1.1"
- }
|