package.json 1.7 KB

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