You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
966 B

3 months ago
  1. {
  2. "name": "camelcase",
  3. "version": "5.3.1",
  4. "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  5. "license": "MIT",
  6. "repository": "sindresorhus/camelcase",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=6"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "camelcase",
  24. "camel-case",
  25. "camel",
  26. "case",
  27. "dash",
  28. "hyphen",
  29. "dot",
  30. "underscore",
  31. "separator",
  32. "string",
  33. "text",
  34. "convert",
  35. "pascalcase",
  36. "pascal-case"
  37. ],
  38. "devDependencies": {
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.1",
  41. "xo": "^0.24.0"
  42. }
  43. ,"_resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz"
  44. ,"_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  45. ,"_from": "camelcase@5.3.1"
  46. }