package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "ordered-read-streams@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ordered-read-streams@1.0.1",
  9. "_id": "ordered-read-streams@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=",
  12. "_location": "/ordered-read-streams",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ordered-read-streams@1.0.1",
  18. "name": "ordered-read-streams",
  19. "escapedName": "ordered-read-streams",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/glob-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Artem Medeusheyev",
  32. "email": "artem.medeusheyev@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/armed/ordered-read-streams/issues"
  36. },
  37. "dependencies": {
  38. "readable-stream": "^2.0.1"
  39. },
  40. "description": "Combines array of streams into one read stream in strict order",
  41. "devDependencies": {
  42. "expect": "^1.20.2",
  43. "jscs": "^1.13.1",
  44. "jshint": "^2.8.0",
  45. "mississippi": "^1.3.0",
  46. "mocha": "^2.2.5",
  47. "pre-commit": "^1.0.10",
  48. "through2": "^2.0.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/armed/ordered-read-streams#readme",
  54. "license": "MIT",
  55. "name": "ordered-read-streams",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/armed/ordered-read-streams.git"
  59. },
  60. "scripts": {
  61. "test": "jscs *.js test/*js && jshint *.js test/*.js && mocha"
  62. },
  63. "version": "1.0.1"
  64. }