package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "chardet@0.4.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chardet@0.4.2",
  10. "_id": "chardet@0.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=",
  13. "_location": "/chardet",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "chardet@0.4.2",
  20. "name": "chardet",
  21. "escapedName": "chardet",
  22. "rawSpec": "0.4.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.4.2"
  25. },
  26. "_requiredBy": [
  27. "/external-editor"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/chardet/download/chardet-0.4.2.tgz",
  30. "_spec": "0.4.2",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Dmitry Shirokov",
  34. "email": "deadrunk@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/runk/node-chardet/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "@spikying"
  42. }
  43. ],
  44. "description": "Character detector",
  45. "devDependencies": {
  46. "github-publish-release": "^4.0.0",
  47. "mocha": "^4.0.1"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "engine": {
  53. "node": ">=4"
  54. },
  55. "homepage": "https://github.com/runk/node-chardet",
  56. "keywords": [
  57. "encoding",
  58. "character",
  59. "utf8",
  60. "detector",
  61. "chardet",
  62. "icu"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "chardet",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/runk/node-chardet.git"
  70. },
  71. "scripts": {
  72. "release": "scripts/release",
  73. "test": "mocha -R spec --recursive"
  74. },
  75. "version": "0.4.2"
  76. }