package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "plur@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==",
  6. "_location": "/plur",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "plur@^3.0.0",
  12. "name": "plur",
  13. "escapedName": "plur",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-debug"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz",
  22. "_shasum": "60267967866a8d811504fe58f2faaba237546a5b",
  23. "_spec": "plur@^3.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-debug",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/plur/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "irregular-plurals": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Pluralize a word",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/plur#readme",
  52. "keywords": [
  53. "plural",
  54. "plurals",
  55. "pluralize",
  56. "singular",
  57. "count",
  58. "word",
  59. "string",
  60. "irregular",
  61. "noun",
  62. "nouns"
  63. ],
  64. "license": "MIT",
  65. "name": "plur",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/plur.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "3.1.1"
  74. }