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": "destroy@~1.0.4",
  3. "_id": "destroy@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
  6. "_location": "/destroy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "destroy@~1.0.4",
  12. "name": "destroy",
  13. "escapedName": "destroy",
  14. "rawSpec": "~1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  22. "_shasum": "978857442c44749e4206613e37946205826abd80",
  23. "_spec": "destroy@~1.0.4",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/send",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stream-utils/destroy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "destroy a stream if possible",
  42. "devDependencies": {
  43. "istanbul": "0.4.2",
  44. "mocha": "2.3.4"
  45. },
  46. "files": [
  47. "index.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/stream-utils/destroy#readme",
  51. "keywords": [
  52. "stream",
  53. "streams",
  54. "destroy",
  55. "cleanup",
  56. "leak",
  57. "fd"
  58. ],
  59. "license": "MIT",
  60. "name": "destroy",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/stream-utils/destroy.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  68. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  69. },
  70. "version": "1.0.4"
  71. }