package.json 1.7 KB

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