package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "strip-bom@^3.0.0",
  3. "_id": "strip-bom@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
  6. "_location": "/strip-bom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-bom@^3.0.0",
  12. "name": "strip-bom",
  13. "escapedName": "strip-bom",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/load-json-file",
  20. "/tsconfig-paths"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  23. "_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
  24. "_spec": "strip-bom@^3.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "deprecated": false,
  36. "description": "Strip UTF-8 byte order mark (BOM) from a string",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  48. "keywords": [
  49. "strip",
  50. "bom",
  51. "byte",
  52. "order",
  53. "mark",
  54. "unicode",
  55. "utf8",
  56. "utf-8",
  57. "remove",
  58. "delete",
  59. "trim",
  60. "text",
  61. "string"
  62. ],
  63. "license": "MIT",
  64. "name": "strip-bom",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "3.0.0"
  73. }