package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "first-chunk-stream@^1.0.0",
  6. "scope": null,
  7. "escapedName": "first-chunk-stream",
  8. "name": "first-chunk-stream",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/strip-bom"
  14. ]
  15. ],
  16. "_from": "first-chunk-stream@>=1.0.0 <2.0.0",
  17. "_id": "first-chunk-stream@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/first-chunk-stream",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "first-chunk-stream@^1.0.0",
  29. "scope": null,
  30. "escapedName": "first-chunk-stream",
  31. "name": "first-chunk-stream",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/strip-bom"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
  40. "_shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
  41. "_shrinkwrap": null,
  42. "_spec": "first-chunk-stream@^1.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/strip-bom",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Transform the first chunk in a stream",
  54. "devDependencies": {
  55. "concat-stream": "^1.4.5",
  56. "mocha": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
  61. "tarball": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "8b0b1750edcc30fa2b2071245198181e925be619",
  70. "homepage": "https://github.com/sindresorhus/first-chunk-stream",
  71. "keywords": [
  72. "buffer",
  73. "stream",
  74. "streams",
  75. "transform",
  76. "first",
  77. "chunk",
  78. "size",
  79. "min",
  80. "minimum"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "first-chunk-stream",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
  95. },
  96. "scripts": {
  97. "test": "mocha"
  98. },
  99. "version": "1.0.0"
  100. }