package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "strip-bom-string@1.X",
  3. "_id": "strip-bom-string@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=",
  6. "_location": "/strip-bom-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-bom-string@1.X",
  12. "name": "strip-bom-string",
  13. "escapedName": "strip-bom-string",
  14. "rawSpec": "1.X",
  15. "saveSpec": null,
  16. "fetchSpec": "1.X"
  17. },
  18. "_requiredBy": [
  19. "/gulp-sourcemaps"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
  22. "_shasum": "e5211e9224369fbb81d633a2f00044dc8cedad92",
  23. "_spec": "strip-bom-string@1.X",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-sourcemaps",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/strip-bom-string/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Strip a byte order mark (BOM) from a string.",
  35. "devDependencies": {
  36. "gulp-format-md": "^0.1.11",
  37. "mocha": "^3.2.0"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/strip-bom-string",
  46. "keywords": [
  47. "bom",
  48. "byte",
  49. "byte-order-mark",
  50. "file",
  51. "fs",
  52. "mark",
  53. "nl",
  54. "normalize",
  55. "order",
  56. "string",
  57. "strip"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "strip-bom-string",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jonschlinkert/strip-bom-string.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "related": {
  71. "list": [
  72. "cr",
  73. "has-bom",
  74. "read-file",
  75. "strip-bom-buffer"
  76. ]
  77. },
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "1.0.0"
  91. }