package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "camelcase@^3.0.0",
  3. "_id": "camelcase@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
  6. "_location": "/camelcase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camelcase@^3.0.0",
  12. "name": "camelcase",
  13. "escapedName": "camelcase",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs",
  20. "/yargs-parser"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-3.0.0.tgz",
  23. "_shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a",
  24. "_spec": "camelcase@^3.0.0",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/yargs",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "http://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/camelcase/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  48. "keywords": [
  49. "camelcase",
  50. "camel-case",
  51. "camel",
  52. "case",
  53. "dash",
  54. "hyphen",
  55. "dot",
  56. "underscore",
  57. "separator",
  58. "string",
  59. "text",
  60. "convert"
  61. ],
  62. "license": "MIT",
  63. "name": "camelcase",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/camelcase.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "3.0.0"
  72. }