项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

81 行
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "iconv-lite@0.4.24",
  10. "_id": "iconv-lite@0.4.24",
  11. "_inBundle": false,
  12. "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  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. "/external-editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  29. "_spec": "0.4.24",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Alexander Shtuchkin",
  33. "email": "ashtuchkin@gmail.com"
  34. },
  35. "browser": {
  36. "./lib/extend-node": false,
  37. "./lib/streams": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  41. },
  42. "dependencies": {
  43. "safer-buffer": ">= 2.1.2 < 3"
  44. },
  45. "description": "Convert character encodings in pure javascript.",
  46. "devDependencies": {
  47. "async": "*",
  48. "errto": "*",
  49. "iconv": "*",
  50. "istanbul": "*",
  51. "mocha": "^3.1.0",
  52. "request": "~2.87.0",
  53. "semver": "*",
  54. "unorm": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  60. "keywords": [
  61. "iconv",
  62. "convert",
  63. "charset",
  64. "icu"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "iconv-lite",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  72. },
  73. "scripts": {
  74. "coverage": "istanbul cover _mocha -- --grep .",
  75. "coverage-open": "open coverage/lcov-report/index.html",
  76. "test": "mocha --reporter spec --grep ."
  77. },
  78. "typings": "./lib/index.d.ts",
  79. "version": "0.4.24"
  80. }