package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "repeating@2.0.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeating@^2.0.0",
  10. "_id": "repeating@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
  13. "_location": "/repeating",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "repeating@2.0.1",
  19. "name": "repeating",
  20. "escapedName": "repeating",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/indent-string"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  30. "_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
  31. "_spec": "2.0.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/repeating/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "is-finite": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Repeat a string - fast",
  47. "devDependencies": {
  48. "ava": "*",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/repeating#readme",
  58. "keywords": [
  59. "repeat",
  60. "string",
  61. "repeating",
  62. "str",
  63. "text",
  64. "fill",
  65. "pad"
  66. ],
  67. "license": "MIT",
  68. "name": "repeating",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/repeating.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.1"
  77. }