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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "safe-buffer@5.1.2",
  3. "_id": "safe-buffer@5.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  6. "_location": "/safe-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "safe-buffer@5.1.2",
  12. "name": "safe-buffer",
  13. "escapedName": "safe-buffer",
  14. "rawSpec": "5.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "5.1.2"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  22. "_shasum": "991ec69d296e0313747d59bdfd2b745c35f8828d",
  23. "_spec": "safe-buffer@5.1.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/safe-buffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Safer Node.js Buffer API",
  36. "devDependencies": {
  37. "standard": "*",
  38. "tape": "^4.0.0"
  39. },
  40. "homepage": "https://github.com/feross/safe-buffer",
  41. "keywords": [
  42. "buffer",
  43. "buffer allocate",
  44. "node security",
  45. "safe",
  46. "safe-buffer",
  47. "security",
  48. "uninitialized"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "safe-buffer",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/feross/safe-buffer.git"
  56. },
  57. "scripts": {
  58. "test": "standard && tape test/*.js"
  59. },
  60. "types": "index.d.ts",
  61. "version": "5.1.2"
  62. }