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.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "camelcase@^3.0.0",
  3. "_id": "camelcase@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
  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.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
  23. "_shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a",
  24. "_spec": "camelcase@^3.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. }