package.json 1.9 KB

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