package.json 1.6 KB

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