Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

79 lignes
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "strip-bom@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "strip-bom@2.0.0",
  9. "_id": "strip-bom@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
  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. "/default-require-extensions",
  26. "/load-json-file"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "dependencies": {
  40. "is-utf8": "^0.2.0"
  41. },
  42. "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  53. "keywords": [
  54. "bom",
  55. "strip",
  56. "byte",
  57. "mark",
  58. "unicode",
  59. "utf8",
  60. "utf-8",
  61. "remove",
  62. "delete",
  63. "trim",
  64. "text",
  65. "buffer",
  66. "string"
  67. ],
  68. "license": "MIT",
  69. "name": "strip-bom",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "2.0.0"
  78. }