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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/fs-mkdirp-stream",
  20. "/remove-bom-stream",
  21. "/through2-filter",
  22. "/to-through",
  23. "/vinyl-fs"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  26. "_shasum": "01c1e39eb31d07cb7d03a96a70823260b23132cd",
  27. "_spec": "through2@^2.0.0",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl-fs",
  29. "author": {
  30. "name": "Rod Vagg",
  31. "email": "r@va.gg",
  32. "url": "https://github.com/rvagg"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rvagg/through2/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "readable-stream": "~2.3.6",
  40. "xtend": "~4.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  44. "devDependencies": {
  45. "bl": "~2.0.1",
  46. "faucet": "0.0.1",
  47. "nyc": "~13.1.0",
  48. "safe-buffer": "~5.1.2",
  49. "stream-spigot": "~3.0.6",
  50. "tape": "~4.9.1"
  51. },
  52. "homepage": "https://github.com/rvagg/through2#readme",
  53. "keywords": [
  54. "stream",
  55. "streams2",
  56. "through",
  57. "transform"
  58. ],
  59. "license": "MIT",
  60. "main": "through2.js",
  61. "name": "through2",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/rvagg/through2.git"
  65. },
  66. "scripts": {
  67. "test": "node test/test.js | faucet"
  68. },
  69. "version": "2.0.5"
  70. }