package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "first-chunk-stream@1.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "first-chunk-stream@1.0.0",
  10. "_id": "first-chunk-stream@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=",
  13. "_location": "/first-chunk-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "first-chunk-stream@1.0.0",
  19. "name": "first-chunk-stream",
  20. "escapedName": "first-chunk-stream",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/vinyl-fs/strip-bom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
  38. },
  39. "description": "Transform the first chunk in a stream",
  40. "devDependencies": {
  41. "concat-stream": "^1.4.5",
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/first-chunk-stream#readme",
  51. "keywords": [
  52. "buffer",
  53. "stream",
  54. "streams",
  55. "transform",
  56. "first",
  57. "chunk",
  58. "size",
  59. "min",
  60. "minimum"
  61. ],
  62. "license": "MIT",
  63. "name": "first-chunk-stream",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "version": "1.0.0"
  72. }