Ohm-Management - Projektarbeit B-ME
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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "cookie@0.4.0",
  3. "_id": "cookie@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie@0.4.0",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
  22. "_shasum": "beb437e7022b3b6d49019d088665303ebe9c14ba",
  23. "_spec": "cookie@0.4.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Roman Shtylman",
  27. "email": "shtylman@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/cookie/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "HTTP server cookie parsing and serialization",
  41. "devDependencies": {
  42. "beautify-benchmark": "0.2.4",
  43. "benchmark": "2.1.4",
  44. "eslint": "5.16.0",
  45. "eslint-plugin-markdown": "1.0.0",
  46. "istanbul": "0.4.5",
  47. "mocha": "6.1.4"
  48. },
  49. "engines": {
  50. "node": ">= 0.6"
  51. },
  52. "files": [
  53. "HISTORY.md",
  54. "LICENSE",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/cookie#readme",
  59. "keywords": [
  60. "cookie",
  61. "cookies"
  62. ],
  63. "license": "MIT",
  64. "name": "cookie",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jshttp/cookie.git"
  68. },
  69. "scripts": {
  70. "bench": "node benchmark/index.js",
  71. "lint": "eslint --plugin markdown --ext js,md .",
  72. "test": "mocha --reporter spec --bail --check-leaks test/",
  73. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "version": "node scripts/version-history.js && git add HISTORY.md"
  76. },
  77. "version": "0.4.0"
  78. }