package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "strip-bom@3.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/load-json-file"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-bom/issues"
  38. },
  39. "description": "Strip UTF-8 byte order mark (BOM) from a string",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  51. "keywords": [
  52. "strip",
  53. "bom",
  54. "byte",
  55. "order",
  56. "mark",
  57. "unicode",
  58. "utf8",
  59. "utf-8",
  60. "remove",
  61. "delete",
  62. "trim",
  63. "text",
  64. "string"
  65. ],
  66. "license": "MIT",
  67. "name": "strip-bom",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "3.0.0"
  76. }