项目原始demo,不改动
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Den här utvecklingskatalogen är arkiverad. Du kan se filer och klona katalogen, men inte öppna ärenden eller genomföra push- eller pull-förfrågningar.

package.json 1.8 KiB

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