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

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