package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "camelcase@4.1.0",
  5. "C:\\FatboarProject\\express-server"
  6. ]
  7. ],
  8. "_from": "camelcase@4.1.0",
  9. "_id": "camelcase@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
  12. "_location": "/camelcase",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "camelcase@4.1.0",
  18. "name": "camelcase",
  19. "escapedName": "camelcase",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/boxen"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "C:\\FatboarProject\\express-server",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/camelcase/issues"
  37. },
  38. "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  50. "keywords": [
  51. "camelcase",
  52. "camel-case",
  53. "camel",
  54. "case",
  55. "dash",
  56. "hyphen",
  57. "dot",
  58. "underscore",
  59. "separator",
  60. "string",
  61. "text",
  62. "convert"
  63. ],
  64. "license": "MIT",
  65. "name": "camelcase",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/camelcase.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "4.1.0",
  74. "xo": {
  75. "esnext": true
  76. }
  77. }