package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "camelcase@5.3.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "camelcase@5.3.1",
  9. "_id": "camelcase@5.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  12. "_location": "/camelcase",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "camelcase@5.3.1",
  18. "name": "camelcase",
  19. "escapedName": "camelcase",
  20. "rawSpec": "5.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.3.1"
  23. },
  24. "_requiredBy": [
  25. "/@vue/babel-sugar-v-model",
  26. "/@vue/babel-sugar-v-on",
  27. "/sass-graph/yargs-parser",
  28. "/webpack-dev-server/yargs-parser"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
  31. "_spec": "5.3.1",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/camelcase/issues"
  40. },
  41. "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "tsd": "^0.7.1",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  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": "5.3.1"
  81. }