package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "titlecase@^1.1.2",
  3. "_id": "titlecase@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pQX4oiemzjBEELPqgK4WE+q0yhAqjp/yzusGtlSJsOuiDys0RQxggepYmo0BuegIDppYS3b3cpdegRwkpyN3hw==",
  6. "_location": "/titlecase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "titlecase@^1.1.2",
  12. "name": "titlecase",
  13. "escapedName": "titlecase",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/hexo"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/titlecase/-/titlecase-1.1.3.tgz",
  22. "_shasum": "fc6d65ff582b0602410768ef1a09b70506313dc3",
  23. "_spec": "titlecase@^1.1.2",
  24. "_where": "/var/www/AfterAales/node_modules/hexo",
  25. "author": {
  26. "name": "Rod Vagg",
  27. "email": "rod@vagg.org"
  28. },
  29. "bin": {
  30. "to-title-case": "bin.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/rvagg/titlecase/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Intelligently converting strings to title case (an enhanced fork of David Gouch's library)",
  38. "homepage": "https://github.com/rvagg/titlecase#readme",
  39. "keywords": [
  40. "title-case",
  41. "title",
  42. "case",
  43. "gouch",
  44. "to-title-case"
  45. ],
  46. "license": "MIT",
  47. "main": "to-title-case.js",
  48. "name": "titlecase",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/rvagg/titlecase.git"
  52. },
  53. "version": "1.1.3"
  54. }