package.json 2.1 KB

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