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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "cors@latest",
  3. "_id": "cors@2.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
  6. "_location": "/cors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cors@latest",
  12. "name": "cors",
  13. "escapedName": "cors",
  14. "rawSpec": "latest",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
  22. "_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
  23. "_spec": "cors@latest",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "Troy Goode",
  27. "email": "troygoode@gmail.com",
  28. "url": "https://github.com/troygoode/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/expressjs/cors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "object-assign": "^4",
  36. "vary": "^1"
  37. },
  38. "deprecated": false,
  39. "description": "Node.js CORS middleware",
  40. "devDependencies": {
  41. "after": "0.8.2",
  42. "eslint": "2.13.1",
  43. "express": "4.16.3",
  44. "mocha": "5.2.0",
  45. "nyc": "13.1.0",
  46. "supertest": "3.3.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.10"
  50. },
  51. "files": [
  52. "lib/index.js",
  53. "CONTRIBUTING.md",
  54. "HISTORY.md",
  55. "LICENSE",
  56. "README.md"
  57. ],
  58. "homepage": "https://github.com/expressjs/cors#readme",
  59. "keywords": [
  60. "cors",
  61. "express",
  62. "connect",
  63. "middleware"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "cors",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/expressjs/cors.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint lib test",
  74. "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
  75. },
  76. "version": "2.8.5"
  77. }