package.json 1.7 KB

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