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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "through2-filter@^3.0.0",
  3. "_id": "through2-filter@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==",
  6. "_location": "/through2-filter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2-filter@^3.0.0",
  12. "name": "through2-filter",
  13. "escapedName": "through2-filter",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unique-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz",
  22. "_shasum": "700e786df2367c2c88cd8aa5be4cf9c1e7831254",
  23. "_spec": "through2-filter@^3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\unique-stream",
  25. "author": {
  26. "name": "Bryce B. Baril"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/brycebaril/through2-filter/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "through2": "~2.0.0",
  34. "xtend": "~4.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "A through2 to create an Array.prototype.filter analog for streams.",
  38. "devDependencies": {
  39. "concat-stream": "^1.4.7",
  40. "stream-spigot": "^3.0.5",
  41. "tape": "^4.0.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/brycebaril/through2-filter#readme",
  50. "jshintConfig": {
  51. "asi": true,
  52. "globalstrict": true,
  53. "validthis": true,
  54. "eqnull": true,
  55. "node": true,
  56. "loopfunc": true,
  57. "newcap": false,
  58. "eqeqeq": false
  59. },
  60. "keywords": [
  61. "streams",
  62. "through",
  63. "through2",
  64. "filter"
  65. ],
  66. "license": "MIT",
  67. "name": "through2-filter",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/brycebaril/through2-filter.git"
  71. },
  72. "scripts": {
  73. "test": "node test/"
  74. },
  75. "version": "3.0.0"
  76. }