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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "random-bytes@~1.0.0",
  3. "_id": "random-bytes@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=",
  6. "_location": "/random-bytes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "random-bytes@~1.0.0",
  12. "name": "random-bytes",
  13. "escapedName": "random-bytes",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/uid-safe"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
  22. "_shasum": "4f68a1dc0ae58bd3fb95848c30324db75d64360b",
  23. "_spec": "random-bytes@~1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/uid-safe",
  25. "bugs": {
  26. "url": "https://github.com/crypto-utils/random-bytes/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. }
  34. ],
  35. "deprecated": false,
  36. "description": "URL and cookie safe UIDs",
  37. "devDependencies": {
  38. "bluebird": "3.1.1",
  39. "istanbul": "0.4.2",
  40. "mocha": "2.3.4",
  41. "proxyquire": "1.2.0"
  42. },
  43. "engines": {
  44. "node": ">= 0.8"
  45. },
  46. "files": [
  47. "LICENSE",
  48. "HISTORY.md",
  49. "README.md",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/crypto-utils/random-bytes#readme",
  53. "keywords": [
  54. "bytes",
  55. "generator",
  56. "random",
  57. "safe"
  58. ],
  59. "license": "MIT",
  60. "name": "random-bytes",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/crypto-utils/random-bytes.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  68. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  69. },
  70. "version": "1.0.0"
  71. }