package.json 1.7 KB

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