Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "camelcase@^5.0.0",
  3. "_id": "camelcase@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  6. "_location": "/camelcase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camelcase@^5.0.0",
  12. "name": "camelcase",
  13. "escapedName": "camelcase",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  22. "_shasum": "e3c9b31569e106811df242f715725a1f4c494320",
  23. "_spec": "camelcase@^5.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs-parser",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "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 or PascalCase: `foo-bar` → `fooBar`",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.1",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  49. "keywords": [
  50. "camelcase",
  51. "camel-case",
  52. "camel",
  53. "case",
  54. "dash",
  55. "hyphen",
  56. "dot",
  57. "underscore",
  58. "separator",
  59. "string",
  60. "text",
  61. "convert",
  62. "pascalcase",
  63. "pascal-case"
  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 && tsd"
  73. },
  74. "version": "5.3.1"
  75. }