package.json 1.7 KB

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