package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "first-chunk-stream@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA=",
  6. "_location": "/first-chunk-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "first-chunk-stream@^2.0.0",
  12. "name": "first-chunk-stream",
  13. "escapedName": "first-chunk-stream",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/strip-bom-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz",
  22. "_shasum": "1bdecdb8e083c0664b91945581577a43a9f31d70",
  23. "_spec": "first-chunk-stream@^2.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\strip-bom-stream",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "readable-stream": "^2.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Transform the first chunk in a stream",
  39. "devDependencies": {
  40. "istanbul": "^0.3.19",
  41. "mocha": "*",
  42. "mocha-lcov-reporter": "0.0.2",
  43. "streamtest": "^1.2.1",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/first-chunk-stream#readme",
  53. "keywords": [
  54. "buffer",
  55. "stream",
  56. "streams",
  57. "transform",
  58. "first",
  59. "chunk",
  60. "size",
  61. "min",
  62. "minimum"
  63. ],
  64. "license": "MIT",
  65. "name": "first-chunk-stream",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
  69. },
  70. "scripts": {
  71. "cover": "istanbul cover --report html _mocha -- test.js -R spec -t 5000",
  72. "test": "xo && mocha"
  73. },
  74. "version": "2.0.0"
  75. }