package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "lazystream@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "lazystream@1.0.0",
  9. "_id": "lazystream@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
  12. "_location": "/lazystream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lazystream@1.0.0",
  18. "name": "lazystream",
  19. "escapedName": "lazystream",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-fs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jonas Pommerening",
  32. "email": "jonas.pommerening@gmail.com",
  33. "url": "https://npmjs.org/~jpommerening"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jpommerening/node-lazystream/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mario Casciaro",
  41. "email": "mariocasciaro@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "readable-stream": "^2.0.5"
  46. },
  47. "description": "Open Node Streams on demand.",
  48. "devDependencies": {
  49. "nodeunit": "^0.9.1"
  50. },
  51. "engines": {
  52. "node": ">= 0.6.3"
  53. },
  54. "homepage": "https://github.com/jpommerening/node-lazystream",
  55. "keywords": [
  56. "emfile",
  57. "lazy",
  58. "streams",
  59. "stream"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/lazystream.js",
  63. "name": "lazystream",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jpommerening/node-lazystream.git"
  67. },
  68. "scripts": {
  69. "test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
  70. },
  71. "version": "1.0.0"
  72. }