package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-bom@^2.0.0",
  6. "scope": null,
  7. "escapedName": "strip-bom",
  8. "name": "strip-bom",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/load-json-file"
  14. ]
  15. ],
  16. "_from": "strip-bom@>=2.0.0 <3.0.0",
  17. "_id": "strip-bom@2.0.0",
  18. "_inCache": true,
  19. "_location": "/strip-bom",
  20. "_nodeVersion": "0.12.5",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.11.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "strip-bom@^2.0.0",
  29. "scope": null,
  30. "escapedName": "strip-bom",
  31. "name": "strip-bom",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/load-json-file"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  40. "_shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
  41. "_shrinkwrap": null,
  42. "_spec": "strip-bom@^2.0.0",
  43. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/load-json-file",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/strip-bom/issues"
  51. },
  52. "dependencies": {
  53. "is-utf8": "^0.2.0"
  54. },
  55. "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
  56. "devDependencies": {
  57. "mocha": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
  62. "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "851b9c126dba9561cc14ef3dc2634dcc11df4d11",
  71. "homepage": "https://github.com/sindresorhus/strip-bom",
  72. "keywords": [
  73. "bom",
  74. "strip",
  75. "byte",
  76. "mark",
  77. "unicode",
  78. "utf8",
  79. "utf-8",
  80. "remove",
  81. "delete",
  82. "trim",
  83. "text",
  84. "buffer",
  85. "string"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "strip-bom",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "version": "2.0.0"
  105. }