package.json 1.8 KB

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