package.json 608 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "utf8-byte-length",
  3. "version": "1.0.4",
  4. "description": "Get utf8 byte length of string",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "scripts": {
  8. "test": "tape test.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/parshap/utf8-byte-length.git"
  13. },
  14. "keywords": [
  15. "utf8"
  16. ],
  17. "author": "Carl Xiong <xiongc05@gmail.com>",
  18. "license": "WTFPL",
  19. "bugs": {
  20. "url": "https://github.com/parshap/utf8-byte-length/issues"
  21. },
  22. "homepage": "https://github.com/parshap/utf8-byte-length#readme",
  23. "devDependencies": {
  24. "tape": "^4.2.2"
  25. }
  26. }