You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB

  1. {
  2. "name": "camelcase",
  3. "version": "1.2.1",
  4. "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/sindresorhus/camelcase.git"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "sindresorhus@gmail.com",
  13. "url": "http://sindresorhus.com"
  14. },
  15. "engines": {
  16. "node": ">=0.10.0"
  17. },
  18. "scripts": {
  19. "test": "node test.js"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "keywords": [
  25. "camelcase",
  26. "camel-case",
  27. "camel",
  28. "case",
  29. "dash",
  30. "hyphen",
  31. "dot",
  32. "underscore",
  33. "separator",
  34. "string",
  35. "text",
  36. "convert"
  37. ],
  38. "devDependencies": {
  39. "ava": "0.0.4"
  40. },
  41. "gitHead": "185ba12da723be9c1ee986cc2956bdc4c517a141",
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/camelcase/issues"
  44. },
  45. "homepage": "https://github.com/sindresorhus/camelcase",
  46. "_id": "camelcase@1.2.1",
  47. "_shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
  48. "_from": "camelcase@>=1.0.1 <2.0.0",
  49. "_npmVersion": "2.11.2",
  50. "_nodeVersion": "0.12.5",
  51. "_npmUser": {
  52. "name": "sindresorhus",
  53. "email": "sindresorhus@gmail.com"
  54. },
  55. "dist": {
  56. "shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
  57. "tarball": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "sindresorhus",
  62. "email": "sindresorhus@gmail.com"
  63. }
  64. ],
  65. "directories": {},
  66. "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
  67. "readme": "ERROR: No README data found!"
  68. }