package.json 1.8 KB

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