package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "camelcase@^6.2.0",
  3. "_id": "camelcase@6.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  6. "_location": "/camelcase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camelcase@^6.2.0",
  12. "name": "camelcase",
  13. "escapedName": "camelcase",
  14. "rawSpec": "^6.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.0"
  17. },
  18. "_requiredBy": [
  19. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  22. "_shasum": "5685b95eb209ac9c0c177467778c9c84df58ba9a",
  23. "_spec": "camelcase@^6.2.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\boxen",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/camelcase/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.11.0",
  39. "xo": "^0.28.3"
  40. },
  41. "engines": {
  42. "node": ">=10"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "funding": "https://github.com/sponsors/sindresorhus",
  49. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  50. "keywords": [
  51. "camelcase",
  52. "camel-case",
  53. "camel",
  54. "case",
  55. "dash",
  56. "hyphen",
  57. "dot",
  58. "underscore",
  59. "separator",
  60. "string",
  61. "text",
  62. "convert",
  63. "pascalcase",
  64. "pascal-case"
  65. ],
  66. "license": "MIT",
  67. "name": "camelcase",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/camelcase.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "6.3.0"
  76. }