package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "strip-bom@2.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-bom@^2.0.0",
  10. "_id": "strip-bom@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
  13. "_location": "/strip-bom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-bom@2.0.0",
  19. "name": "strip-bom",
  20. "escapedName": "strip-bom",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/load-json-file"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  30. "_shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
  31. "_spec": "2.0.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/strip-bom/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "is-utf8": "^0.2.0"
  44. },
  45. "deprecated": false,
  46. "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  57. "keywords": [
  58. "bom",
  59. "strip",
  60. "byte",
  61. "mark",
  62. "unicode",
  63. "utf8",
  64. "utf-8",
  65. "remove",
  66. "delete",
  67. "trim",
  68. "text",
  69. "buffer",
  70. "string"
  71. ],
  72. "license": "MIT",
  73. "name": "strip-bom",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "version": "2.0.0"
  82. }