package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "utf8-byte-length@1.0.4",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "utf8-byte-length@1.0.4",
  10. "_id": "utf8-byte-length@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=",
  13. "_location": "/utf8-byte-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "utf8-byte-length@1.0.4",
  19. "name": "utf8-byte-length",
  20. "escapedName": "utf8-byte-length",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/truncate-utf8-bytes"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Carl Xiong",
  33. "email": "xiongc05@gmail.com"
  34. },
  35. "browser": "browser.js",
  36. "bugs": {
  37. "url": "https://github.com/parshap/utf8-byte-length/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Carl Xiong",
  42. "email": "xiongc05@gmail.com"
  43. },
  44. {
  45. "name": "Parsha Pourkhomami",
  46. "email": "parshap@gmail.com"
  47. }
  48. ],
  49. "description": "Get utf8 byte length of string",
  50. "devDependencies": {
  51. "tape": "^4.2.2"
  52. },
  53. "homepage": "https://github.com/parshap/utf8-byte-length#readme",
  54. "keywords": [
  55. "utf8"
  56. ],
  57. "license": "WTFPL",
  58. "main": "index.js",
  59. "name": "utf8-byte-length",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/parshap/utf8-byte-length.git"
  63. },
  64. "scripts": {
  65. "test": "tape test.js"
  66. },
  67. "version": "1.0.4"
  68. }