package.json 2.4 KB

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