package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/body-parser",
  27. "/external-editor",
  28. "/raw-body"
  29. ],
  30. "_resolved": "https://registry.nlark.com/iconv-lite/download/iconv-lite-0.4.24.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ficonv-lite%2Fdownload%2Ficonv-lite-0.4.24.tgz",
  31. "_spec": "0.4.24",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. }