package.json 2.5 KB

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