wishthis/node_modules/plur/package.json

78 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"plur@3.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "plur@3.1.1",
"_id": "plur@3.1.1",
"_inBundle": false,
"_integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==",
"_location": "/plur",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "plur@3.1.1",
"name": "plur",
"escapedName": "plur",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/gulp-debug"
],
"_resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz",
"_spec": "3.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/plur/issues"
},
"dependencies": {
"irregular-plurals": "^2.0.0"
},
"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"
2022-01-21 08:28:41 +00:00
}