package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wtf-8@1.0.0",
  6. "scope": null,
  7. "escapedName": "wtf-8",
  8. "name": "wtf-8",
  9. "rawSpec": "1.0.0",
  10. "spec": "1.0.0",
  11. "type": "version"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/engine.io-parser"
  14. ]
  15. ],
  16. "_from": "wtf-8@1.0.0",
  17. "_id": "wtf-8@1.0.0",
  18. "_inCache": true,
  19. "_location": "/wtf-8",
  20. "_npmUser": {
  21. "name": "mathias",
  22. "email": "mathias@qiwi.be"
  23. },
  24. "_npmVersion": "2.0.0",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "wtf-8@1.0.0",
  28. "scope": null,
  29. "escapedName": "wtf-8",
  30. "name": "wtf-8",
  31. "rawSpec": "1.0.0",
  32. "spec": "1.0.0",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/engine.io-parser"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz",
  39. "_shasum": "392d8ba2d0f1c34d1ee2d630f15d0efb68e1048a",
  40. "_shrinkwrap": null,
  41. "_spec": "wtf-8@1.0.0",
  42. "_where": "/home/conte/data/reveal.js/node_modules/engine.io-parser",
  43. "author": {
  44. "name": "Mathias Bynens",
  45. "url": "https://mathiasbynens.be/"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/mathiasbynens/wtf-8.js/issues"
  49. },
  50. "dependencies": {},
  51. "description": "A well-tested WTF-8 encoder/decoder written in JavaScript.",
  52. "devDependencies": {
  53. "coveralls": "^2.11.1",
  54. "grunt": "^0.4.5",
  55. "grunt-shell": "^1.1.1",
  56. "istanbul": "^0.3.2",
  57. "qunit-extras": "^1.2.0",
  58. "qunitjs": "~1.11.0",
  59. "requirejs": "^2.1.14"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "392d8ba2d0f1c34d1ee2d630f15d0efb68e1048a",
  64. "tarball": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz"
  65. },
  66. "files": [
  67. "LICENSE-MIT.txt",
  68. "wtf-8.js"
  69. ],
  70. "gitHead": "51cdb2ad51f6ea330643be9725be8f213f43d535",
  71. "homepage": "https://mths.be/wtf8",
  72. "keywords": [
  73. "charset",
  74. "encoding",
  75. "unicode",
  76. "wtf8",
  77. "wtf-8"
  78. ],
  79. "license": "MIT",
  80. "main": "wtf-8.js",
  81. "maintainers": [
  82. {
  83. "name": "mathias",
  84. "email": "mathias@qiwi.be"
  85. }
  86. ],
  87. "name": "wtf-8",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/mathiasbynens/wtf-8.js.git"
  93. },
  94. "scripts": {
  95. "test": "node tests/tests.js"
  96. },
  97. "version": "1.0.0"
  98. }