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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "function-bind@^1.1.1",
  3. "_id": "function-bind@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  6. "_location": "/function-bind",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "function-bind@^1.1.1",
  12. "name": "function-bind",
  13. "escapedName": "function-bind",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/has",
  21. "/object.assign"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  24. "_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
  25. "_spec": "function-bind@^1.1.1",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\es-abstract",
  27. "author": {
  28. "name": "Raynos",
  29. "email": "raynos2@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Raynos/function-bind/issues",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Raynos"
  39. },
  40. {
  41. "name": "Jordan Harband",
  42. "url": "https://github.com/ljharb"
  43. }
  44. ],
  45. "dependencies": {},
  46. "deprecated": false,
  47. "description": "Implementation of Function.prototype.bind",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^12.2.1",
  50. "covert": "^1.1.0",
  51. "eslint": "^4.5.0",
  52. "jscs": "^3.0.7",
  53. "tape": "^4.8.0"
  54. },
  55. "homepage": "https://github.com/Raynos/function-bind",
  56. "keywords": [
  57. "function",
  58. "bind",
  59. "shim",
  60. "es5"
  61. ],
  62. "license": "MIT",
  63. "main": "index",
  64. "name": "function-bind",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/Raynos/function-bind.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test/*.js",
  71. "eslint": "eslint *.js */*.js",
  72. "jscs": "jscs *.js */*.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "posttest": "npm run coverage -- --quiet",
  75. "pretest": "npm run lint",
  76. "test": "npm run tests-only",
  77. "tests-only": "node test"
  78. },
  79. "testling": {
  80. "files": "test/index.js",
  81. "browsers": [
  82. "ie/8..latest",
  83. "firefox/16..latest",
  84. "firefox/nightly",
  85. "chrome/22..latest",
  86. "chrome/canary",
  87. "opera/12..latest",
  88. "opera/next",
  89. "safari/5.1..latest",
  90. "ipad/6.0..latest",
  91. "iphone/6.0..latest",
  92. "android-browser/4.2..latest"
  93. ]
  94. },
  95. "version": "1.1.1"
  96. }