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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "through@^2.3.6",
  3. "_id": "through@2.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
  6. "_location": "/through",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through@^2.3.6",
  12. "name": "through",
  13. "escapedName": "through",
  14. "rawSpec": "^2.3.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.6"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz",
  22. "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
  23. "_spec": "through@^2.3.6",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/through/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "simplified stream construction",
  36. "devDependencies": {
  37. "from": "~0.1.3",
  38. "stream-spec": "~0.3.5",
  39. "tape": "~2.3.2"
  40. },
  41. "homepage": "https://github.com/dominictarr/through",
  42. "keywords": [
  43. "stream",
  44. "streams",
  45. "user-streams",
  46. "pipe"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "through",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/dominictarr/through.git"
  54. },
  55. "scripts": {
  56. "test": "set -e; for t in test/*.js; do node $t; done"
  57. },
  58. "testling": {
  59. "browsers": [
  60. "ie/8..latest",
  61. "ff/15..latest",
  62. "chrome/20..latest",
  63. "safari/5.1..latest"
  64. ],
  65. "files": "test/*.js"
  66. },
  67. "version": "2.3.8"
  68. }