Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

80 строки
1.9 KiB

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