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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "through2-concurrent@^2.0.0",
  3. "_id": "through2-concurrent@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R5/jLkfMvdmDD+seLwN7vB+mhbqzWop5fAjx5IX8/yQq7VhBhzDmhXgaHAOnhnWkCpRMM7gToYHycB0CS/pd+A==",
  6. "_location": "/through2-concurrent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2-concurrent@^2.0.0",
  12. "name": "through2-concurrent",
  13. "escapedName": "through2-concurrent",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/through2-concurrent/-/through2-concurrent-2.0.0.tgz",
  22. "_shasum": "c9dd2c146504ec9962dbc86a5168b63d662669fa",
  23. "_spec": "through2-concurrent@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "author": {
  26. "name": "Thomas Parslow",
  27. "email": "tom@almostobsolete.net",
  28. "url": "http://almostobsolete.net/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/almost/through2-concurrent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "through2": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Like through2 except runs in parallel with limited concurrency",
  39. "devDependencies": {
  40. "expect.js": "^0.3.1",
  41. "mocha": "^2.2.1",
  42. "underscore": "^1.8.2"
  43. },
  44. "files": [
  45. "through2-concurrent.js"
  46. ],
  47. "homepage": "https://github.com/almost/through2-concurrent#readme",
  48. "keywords": [
  49. "through2",
  50. "streams",
  51. "streams2",
  52. "through",
  53. "transform",
  54. "concurrency",
  55. "parallel"
  56. ],
  57. "license": "MIT",
  58. "main": "through2-concurrent.js",
  59. "name": "through2-concurrent",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/almost/through2-concurrent.git"
  63. },
  64. "scripts": {
  65. "test": "mocha tests.js"
  66. },
  67. "version": "2.0.0"
  68. }