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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "uid-safe@~2.1.5",
  3. "_id": "uid-safe@2.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
  6. "_location": "/uid-safe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uid-safe@~2.1.5",
  12. "name": "uid-safe",
  13. "escapedName": "uid-safe",
  14. "rawSpec": "~2.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.5"
  17. },
  18. "_requiredBy": [
  19. "/express-session"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
  22. "_shasum": "2b3d5c7240e8fc2e58f8aa269e5ee49c0857bd3a",
  23. "_spec": "uid-safe@~2.1.5",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express-session",
  25. "bugs": {
  26. "url": "https://github.com/crypto-utils/uid-safe/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "random-bytes": "~1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "URL and cookie safe UIDs",
  45. "devDependencies": {
  46. "bluebird": "3.5.0",
  47. "eslint": "3.19.0",
  48. "eslint-config-standard": "10.2.1",
  49. "eslint-plugin-import": "2.7.0",
  50. "eslint-plugin-node": "5.1.1",
  51. "eslint-plugin-promise": "3.5.0",
  52. "eslint-plugin-standard": "3.0.1",
  53. "istanbul": "0.4.5",
  54. "mocha": "2.5.3"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/crypto-utils/uid-safe#readme",
  66. "keywords": [
  67. "random",
  68. "generator",
  69. "uid",
  70. "safe"
  71. ],
  72. "license": "MIT",
  73. "name": "uid-safe",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/crypto-utils/uid-safe.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  83. },
  84. "version": "2.1.5"
  85. }