package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "decamelize@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "decamelize@1.2.0",
  9. "_id": "decamelize@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  12. "_location": "/decamelize",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "decamelize@1.2.0",
  18. "name": "decamelize",
  19. "escapedName": "decamelize",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/meow",
  26. "/sass-graph/yargs-parser",
  27. "/webpack-dev-server/yargs-parser"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/decamelize/issues"
  39. },
  40. "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/decamelize#readme",
  52. "keywords": [
  53. "decamelize",
  54. "decamelcase",
  55. "camelcase",
  56. "lowercase",
  57. "case",
  58. "dash",
  59. "hyphen",
  60. "string",
  61. "str",
  62. "text",
  63. "convert"
  64. ],
  65. "license": "MIT",
  66. "name": "decamelize",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/decamelize.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.2.0"
  75. }