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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "get-caller-file@^2.0.1",
  3. "_id": "get-caller-file@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  6. "_location": "/get-caller-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-caller-file@^2.0.1",
  12. "name": "get-caller-file",
  13. "escapedName": "get-caller-file",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  22. "_shasum": "4f94412a82db32f36e3b0b9741f8a97feb031f7e",
  23. "_spec": "get-caller-file@^2.0.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs",
  25. "author": {
  26. "name": "Stefan Penner"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  34. "devDependencies": {
  35. "@types/chai": "^4.1.7",
  36. "@types/ensure-posix-path": "^1.0.0",
  37. "@types/mocha": "^5.2.6",
  38. "@types/node": "^11.10.5",
  39. "chai": "^4.1.2",
  40. "ensure-posix-path": "^1.0.1",
  41. "mocha": "^5.2.0",
  42. "typescript": "^3.3.3333"
  43. },
  44. "directories": {
  45. "test": "tests"
  46. },
  47. "engines": {
  48. "node": "6.* || 8.* || >= 10.*"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.js.map",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "get-caller-file",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  62. },
  63. "scripts": {
  64. "prepare": "tsc",
  65. "test": "mocha test",
  66. "test:debug": "mocha test"
  67. },
  68. "version": "2.0.5"
  69. }