package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-bom-stream@^2.0.0",
  6. "scope": null,
  7. "escapedName": "strip-bom-stream",
  8. "name": "strip-bom-stream",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl-file"
  14. ]
  15. ],
  16. "_from": "strip-bom-stream@>=2.0.0 <3.0.0",
  17. "_id": "strip-bom-stream@2.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/strip-bom-stream",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.14.7",
  27. "_phantomChildren": {
  28. "buffer-shims": "1.0.0",
  29. "core-util-is": "1.0.2",
  30. "inherits": "2.0.3",
  31. "is-utf8": "0.2.1",
  32. "process-nextick-args": "1.0.7",
  33. "string_decoder": "0.10.31",
  34. "util-deprecate": "1.0.2"
  35. },
  36. "_requested": {
  37. "raw": "strip-bom-stream@^2.0.0",
  38. "scope": null,
  39. "escapedName": "strip-bom-stream",
  40. "name": "strip-bom-stream",
  41. "rawSpec": "^2.0.0",
  42. "spec": ">=2.0.0 <3.0.0",
  43. "type": "range"
  44. },
  45. "_requiredBy": [
  46. "/vinyl-file"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz",
  49. "_shasum": "f87db5ef2613f6968aa545abfe1ec728b6a829ca",
  50. "_shrinkwrap": null,
  51. "_spec": "strip-bom-stream@^2.0.0",
  52. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl-file",
  53. "author": {
  54. "name": "Sindre Sorhus",
  55. "email": "sindresorhus@gmail.com",
  56. "url": "sindresorhus.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/sindresorhus/strip-bom-stream/issues"
  60. },
  61. "dependencies": {
  62. "first-chunk-stream": "^2.0.0",
  63. "strip-bom": "^2.0.0"
  64. },
  65. "description": "Strip UTF-8 byte order mark (BOM) from a stream",
  66. "devDependencies": {
  67. "ava": "0.0.4",
  68. "concat-stream": "^1.4.5"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "f87db5ef2613f6968aa545abfe1ec728b6a829ca",
  73. "tarball": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "gitHead": "af3e3b7093d302a7955cb23167caa60ca817333a",
  82. "homepage": "https://github.com/sindresorhus/strip-bom-stream",
  83. "keywords": [
  84. "bom",
  85. "strip",
  86. "byte",
  87. "mark",
  88. "unicode",
  89. "utf8",
  90. "utf-8",
  91. "remove",
  92. "delete",
  93. "trim",
  94. "text",
  95. "stream",
  96. "streams"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. }
  104. ],
  105. "name": "strip-bom-stream",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sindresorhus/strip-bom-stream.git"
  111. },
  112. "scripts": {
  113. "test": "node test.js"
  114. },
  115. "version": "2.0.0"
  116. }