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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "cookie@0.3.1",
  3. "_id": "cookie@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
  6. "_location": "/cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cookie@0.3.1",
  12. "name": "cookie",
  13. "escapedName": "cookie",
  14. "rawSpec": "0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
  22. "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
  23. "_spec": "cookie@0.3.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/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. "istanbul": "0.4.3",
  43. "mocha": "1.21.5"
  44. },
  45. "engines": {
  46. "node": ">= 0.6"
  47. },
  48. "files": [
  49. "HISTORY.md",
  50. "LICENSE",
  51. "README.md",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jshttp/cookie#readme",
  55. "keywords": [
  56. "cookie",
  57. "cookies"
  58. ],
  59. "license": "MIT",
  60. "name": "cookie",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jshttp/cookie.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec --bail --check-leaks test/",
  67. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  68. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  69. },
  70. "version": "0.3.1"
  71. }