package.json 2.5 KB

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