package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "title-case@^2.1.0",
  3. "_id": "title-case@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==",
  6. "_location": "/title-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "title-case@^2.1.0",
  12. "name": "title-case",
  13. "escapedName": "title-case",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/change-case"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz",
  22. "_shasum": "3e127216da58d2bc5becf137ab91dae3a7cd8faa",
  23. "_spec": "title-case@^2.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\change-case",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/title-case/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "no-case": "^2.2.0",
  36. "upper-case": "^1.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "Title case a string",
  40. "devDependencies": {
  41. "istanbul": "^0.4.3",
  42. "mocha": "^3.0.0",
  43. "standard": "^9.0.2"
  44. },
  45. "files": [
  46. "title-case.js",
  47. "title-case.d.ts",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/title-case",
  51. "keywords": [
  52. "title",
  53. "case"
  54. ],
  55. "license": "MIT",
  56. "main": "title-case.js",
  57. "name": "title-case",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/blakeembrey/title-case.git"
  61. },
  62. "scripts": {
  63. "lint": "standard",
  64. "test": "npm run lint && npm run test-cov",
  65. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  66. "test-std": "mocha -- -R spec --bail"
  67. },
  68. "typings": "title-case.d.ts",
  69. "version": "2.1.1"
  70. }