package.json 1.9 KB

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