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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "has@^1.0.3",
  3. "_id": "has@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6. "_location": "/has",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has@^1.0.3",
  12. "name": "has",
  13. "escapedName": "has",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/is-regex"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  23. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  24. "_spec": "has@^1.0.3",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "Thiago de Arruda",
  28. "email": "tpadilha84@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tarruda/has/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {
  42. "function-bind": "^1.1.1"
  43. },
  44. "deprecated": false,
  45. "description": "Object.prototype.hasOwnProperty.call shortcut",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^12.2.1",
  48. "eslint": "^4.19.1",
  49. "tape": "^4.9.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.4.0"
  53. },
  54. "homepage": "https://github.com/tarruda/has",
  55. "license": "MIT",
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  60. }
  61. ],
  62. "main": "./src",
  63. "name": "has",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/tarruda/has.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint .",
  70. "pretest": "npm run lint",
  71. "test": "tape test"
  72. },
  73. "version": "1.0.3"
  74. }