package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "iconv-lite@0.4.24",
  10. "_id": "iconv-lite@0.4.24",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
  13. "_location": "/iconv-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "iconv-lite@0.4.24",
  19. "name": "iconv-lite",
  20. "escapedName": "iconv-lite",
  21. "rawSpec": "0.4.24",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.24"
  24. },
  25. "_requiredBy": [
  26. "/eslint/external-editor",
  27. "/external-editor",
  28. "/whatwg-encoding"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.24.tgz",
  31. "_spec": "0.4.24",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Alexander Shtuchkin",
  35. "email": "ashtuchkin@gmail.com"
  36. },
  37. "browser": {
  38. "./lib/extend-node": false,
  39. "./lib/streams": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  43. },
  44. "dependencies": {
  45. "safer-buffer": ">= 2.1.2 < 3"
  46. },
  47. "description": "Convert character encodings in pure javascript.",
  48. "devDependencies": {
  49. "async": "*",
  50. "errto": "*",
  51. "iconv": "*",
  52. "istanbul": "*",
  53. "mocha": "^3.1.0",
  54. "request": "~2.87.0",
  55. "semver": "*",
  56. "unorm": "*"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  62. "keywords": [
  63. "iconv",
  64. "convert",
  65. "charset",
  66. "icu"
  67. ],
  68. "license": "MIT",
  69. "main": "./lib/index.js",
  70. "name": "iconv-lite",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  74. },
  75. "scripts": {
  76. "coverage": "istanbul cover _mocha -- --grep .",
  77. "coverage-open": "open coverage/lcov-report/index.html",
  78. "test": "mocha --reporter spec --grep ."
  79. },
  80. "typings": "./lib/index.d.ts",
  81. "version": "0.4.24"
  82. }