package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "charenc@0.0.2",
  3. "_id": "charenc@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
  6. "_location": "/charenc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "charenc@0.0.2",
  12. "name": "charenc",
  13. "escapedName": "charenc",
  14. "rawSpec": "0.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.2"
  17. },
  18. "_requiredBy": [
  19. "/md5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
  22. "_shasum": "c0a1d2f3a7092e03774bfa83f14c0fc5790a8667",
  23. "_spec": "charenc@0.0.2",
  24. "_where": "/Users/liangbowen/Documents/HBuilderProjects/pda-app/node_modules/md5",
  25. "author": {
  26. "name": "Paul Vorbach",
  27. "email": "paul@vorb.de",
  28. "url": "http://vorb.de"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pvorb/node-charenc/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "character encoding utilities",
  36. "engines": {
  37. "node": "*"
  38. },
  39. "homepage": "https://github.com/pvorb/node-charenc#readme",
  40. "license": "BSD-3-Clause",
  41. "main": "charenc.js",
  42. "name": "charenc",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/pvorb/node-charenc.git"
  46. },
  47. "tags": [
  48. "utf8",
  49. "binary",
  50. "byte",
  51. "string"
  52. ],
  53. "version": "0.0.2"
  54. }