package.json 1.8 KB

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