package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "camelcase@^1.2.1",
  3. "_id": "camelcase@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==",
  6. "_location": "/camelcase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camelcase@^1.2.1",
  12. "name": "camelcase",
  13. "escapedName": "camelcase",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/uppercamelcase"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-1.2.1.tgz",
  22. "_shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
  23. "_spec": "camelcase@^1.2.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\zgcx\\node_modules\\uppercamelcase",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://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: foo-bar → fooBar",
  36. "devDependencies": {
  37. "ava": "0.0.4"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  46. "keywords": [
  47. "camelcase",
  48. "camel-case",
  49. "camel",
  50. "case",
  51. "dash",
  52. "hyphen",
  53. "dot",
  54. "underscore",
  55. "separator",
  56. "string",
  57. "text",
  58. "convert"
  59. ],
  60. "license": "MIT",
  61. "name": "camelcase",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/camelcase.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.2.1"
  70. }