package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "html-encoding-sniffer@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-encoding-sniffer@1.0.2",
  10. "_id": "html-encoding-sniffer@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5w2EuU2lOqN14R/jo1G+ZkLKRvg=",
  13. "_location": "/html-encoding-sniffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-encoding-sniffer@1.0.2",
  19. "name": "html-encoding-sniffer",
  20. "escapedName": "html-encoding-sniffer",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Domenic Denicola",
  33. "email": "d@domenic.me",
  34. "url": "https://domenic.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/html-encoding-sniffer/issues"
  38. },
  39. "dependencies": {
  40. "whatwg-encoding": "^1.0.1"
  41. },
  42. "description": "Sniff the encoding from a HTML byte stream",
  43. "devDependencies": {
  44. "eslint": "^3.8.0",
  45. "mocha": "^3.1.2"
  46. },
  47. "files": [
  48. "lib/"
  49. ],
  50. "homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
  51. "keywords": [
  52. "encoding",
  53. "html"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/html-encoding-sniffer.js",
  57. "name": "html-encoding-sniffer",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint lib test",
  64. "test": "mocha"
  65. },
  66. "version": "1.0.2"
  67. }