package.json 1.8 KB

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