package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-utf8@^0.2.0",
  6. "scope": null,
  7. "escapedName": "is-utf8",
  8. "name": "is-utf8",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/strip-bom"
  14. ]
  15. ],
  16. "_from": "is-utf8@>=0.2.0 <0.3.0",
  17. "_id": "is-utf8@0.2.1",
  18. "_inCache": true,
  19. "_location": "/is-utf8",
  20. "_nodeVersion": "2.3.4",
  21. "_npmUser": {
  22. "name": "wayfind",
  23. "email": "whyer1@gmail.com"
  24. },
  25. "_npmVersion": "2.12.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "is-utf8@^0.2.0",
  29. "scope": null,
  30. "escapedName": "is-utf8",
  31. "name": "is-utf8",
  32. "rawSpec": "^0.2.0",
  33. "spec": ">=0.2.0 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/load-json-file/strip-bom",
  38. "/strip-bom",
  39. "/strip-bom-stream/strip-bom",
  40. "/vinyl-file/strip-bom"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  43. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  44. "_shrinkwrap": null,
  45. "_spec": "is-utf8@^0.2.0",
  46. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/strip-bom",
  47. "author": {
  48. "name": "wayfind"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/wayfind/is-utf8/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Detect if a buffer is utf8 encoded.",
  55. "devDependencies": {},
  56. "directories": {},
  57. "dist": {
  58. "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  59. "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
  60. },
  61. "files": [
  62. "is-utf8.js"
  63. ],
  64. "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
  65. "homepage": "https://github.com/wayfind/is-utf8#readme",
  66. "keywords": [
  67. "utf8",
  68. "charset"
  69. ],
  70. "license": "MIT",
  71. "main": "is-utf8.js",
  72. "maintainers": [
  73. {
  74. "name": "wayfind",
  75. "email": "whyer1@gmail.com"
  76. }
  77. ],
  78. "name": "is-utf8",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/wayfind/is-utf8.git"
  84. },
  85. "scripts": {
  86. "test": "node test.js"
  87. },
  88. "version": "0.2.1"
  89. }