Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "pluralize@7.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "pluralize@7.0.0",
  9. "_id": "pluralize@7.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==",
  12. "_location": "/pluralize",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pluralize@7.0.0",
  18. "name": "pluralize",
  19. "escapedName": "pluralize",
  20. "rawSpec": "7.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "7.0.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",
  28. "_spec": "7.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Blake Embrey",
  32. "email": "hello@blakeembrey.com",
  33. "url": "http://blakeembrey.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/blakeembrey/pluralize/issues"
  37. },
  38. "description": "Pluralize and singularize any word",
  39. "devDependencies": {
  40. "chai": "^4.0.0",
  41. "istanbul": "^0.4.5",
  42. "mocha": "^3.2.0",
  43. "semistandard": "^11.0.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "pluralize.js"
  50. ],
  51. "homepage": "https://github.com/blakeembrey/pluralize#readme",
  52. "keywords": [
  53. "plural",
  54. "plurals",
  55. "pluralize",
  56. "singular",
  57. "singularize",
  58. "inflection"
  59. ],
  60. "license": "MIT",
  61. "main": "pluralize.js",
  62. "name": "pluralize",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/blakeembrey/pluralize.git"
  66. },
  67. "scripts": {
  68. "lint": "semistandard",
  69. "test": "npm run lint && npm run test-cov",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  71. "test-spec": "mocha -R spec --bail"
  72. },
  73. "version": "7.0.0"
  74. }