package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "string-length@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-length@2.0.0",
  10. "_id": "string-length@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=",
  13. "_location": "/string-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-length@2.0.0",
  19. "name": "string-length",
  20. "escapedName": "string-length",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-watch-typeahead",
  27. "/jest-watcher",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/string-length/download/string-length-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/string-length/issues"
  40. },
  41. "dependencies": {
  42. "astral-regex": "^1.0.0",
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/string-length#readme",
  57. "keywords": [
  58. "unicode",
  59. "string",
  60. "length",
  61. "size",
  62. "count",
  63. "astral",
  64. "symbol",
  65. "surrogates",
  66. "codepoints",
  67. "ansi",
  68. "escape",
  69. "codes"
  70. ],
  71. "license": "MIT",
  72. "name": "string-length",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/string-length.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "2.0.0"
  81. }