Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "through2@^2.0.0",
  3. "_id": "through2@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^2.0.0",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mississippi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  22. "_shasum": "01c1e39eb31d07cb7d03a96a70823260b23132cd",
  23. "_spec": "through2@^2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/mississippi",
  25. "author": {
  26. "name": "Rod Vagg",
  27. "email": "r@va.gg",
  28. "url": "https://github.com/rvagg"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/rvagg/through2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "readable-stream": "~2.3.6",
  36. "xtend": "~4.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  40. "devDependencies": {
  41. "bl": "~2.0.1",
  42. "faucet": "0.0.1",
  43. "nyc": "~13.1.0",
  44. "safe-buffer": "~5.1.2",
  45. "stream-spigot": "~3.0.6",
  46. "tape": "~4.9.1"
  47. },
  48. "homepage": "https://github.com/rvagg/through2#readme",
  49. "keywords": [
  50. "stream",
  51. "streams2",
  52. "through",
  53. "transform"
  54. ],
  55. "license": "MIT",
  56. "main": "through2.js",
  57. "name": "through2",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/rvagg/through2.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js | faucet"
  64. },
  65. "version": "2.0.5"
  66. }