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

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