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.

92 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "through@~2.3.6",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es6-templates"
  6. ]
  7. ],
  8. "_from": "through@>=2.3.6 <2.4.0",
  9. "_id": "through@2.3.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/through",
  13. "_nodeVersion": "2.3.1",
  14. "_npmUser": {
  15. "email": "dominic.tarr@gmail.com",
  16. "name": "dominictarr"
  17. },
  18. "_npmVersion": "2.12.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "through",
  22. "raw": "through@~2.3.6",
  23. "rawSpec": "~2.3.6",
  24. "scope": null,
  25. "spec": ">=2.3.6 <2.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/es6-templates"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  32. "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
  33. "_shrinkwrap": null,
  34. "_spec": "through@~2.3.6",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es6-templates",
  36. "author": {
  37. "email": "dominic.tarr@gmail.com",
  38. "name": "Dominic Tarr",
  39. "url": "dominictarr.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/dominictarr/through/issues"
  43. },
  44. "dependencies": {},
  45. "description": "simplified stream construction",
  46. "devDependencies": {
  47. "from": "~0.1.3",
  48. "stream-spec": "~0.3.5",
  49. "tape": "~2.3.2"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
  54. "tarball": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
  55. },
  56. "gitHead": "2c5a6f9a0cc54da759b6e10964f2081c358e49dc",
  57. "homepage": "https://github.com/dominictarr/through",
  58. "keywords": [
  59. "pipe",
  60. "stream",
  61. "streams",
  62. "user-streams"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "maintainers": [
  67. {
  68. "name": "dominictarr",
  69. "email": "dominic.tarr@gmail.com"
  70. }
  71. ],
  72. "name": "through",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/dominictarr/through.git"
  78. },
  79. "scripts": {
  80. "test": "set -e; for t in test/*.js; do node $t; done"
  81. },
  82. "testling": {
  83. "browsers": [
  84. "chrome/20..latest",
  85. "ff/15..latest",
  86. "ie/8..latest",
  87. "safari/5.1..latest"
  88. ],
  89. "files": "test/*.js"
  90. },
  91. "version": "2.3.8"
  92. }