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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "chai",
  3. "_id": "chai@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==",
  6. "_location": "/chai",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "chai",
  12. "name": "chai",
  13. "escapedName": "chai",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz",
  23. "_shasum": "760aa72cf20e3795e84b12877ce0e83737aa29e5",
  24. "_spec": "chai",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial",
  26. "author": {
  27. "name": "Jake Luer",
  28. "email": "jake@alogicalparadox.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chaijs/chai/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jake Luer",
  37. "email": "jake@alogicalparadox.com"
  38. },
  39. {
  40. "name": "Domenic Denicola",
  41. "email": "domenic@domenicdenicola.com",
  42. "url": "http://domenicdenicola.com"
  43. },
  44. {
  45. "name": "Veselin Todorov",
  46. "email": "hi@vesln.com"
  47. },
  48. {
  49. "name": "John Firebaugh",
  50. "email": "john.firebaugh@gmail.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "assertion-error": "^1.1.0",
  55. "check-error": "^1.0.2",
  56. "deep-eql": "^3.0.1",
  57. "get-func-name": "^2.0.0",
  58. "pathval": "^1.1.0",
  59. "type-detect": "^4.0.5"
  60. },
  61. "deprecated": false,
  62. "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  63. "devDependencies": {
  64. "browserify": "^16.0.0",
  65. "bump-cli": "^1.1.3",
  66. "codecov": "^3.0.0",
  67. "istanbul": "^0.4.3",
  68. "karma": "^2.0.0",
  69. "karma-firefox-launcher": "^1.0.0",
  70. "karma-mocha": "^1.0.1",
  71. "karma-phantomjs-launcher": "^1.0.0",
  72. "karma-sauce-launcher": "^1.2.0",
  73. "mocha": "^5.0.0"
  74. },
  75. "engines": {
  76. "node": ">=4"
  77. },
  78. "homepage": "http://chaijs.com",
  79. "keywords": [
  80. "test",
  81. "assertion",
  82. "assert",
  83. "testing",
  84. "chai"
  85. ],
  86. "license": "MIT",
  87. "main": "./index",
  88. "name": "chai",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/chaijs/chai.git"
  92. },
  93. "scripts": {
  94. "test": "make test"
  95. },
  96. "version": "4.2.0"
  97. }