package.json 2.8 KB

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