package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "repeating@^2.0.0",
  6. "scope": null,
  7. "escapedName": "repeating",
  8. "name": "repeating",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/indent-string"
  14. ]
  15. ],
  16. "_from": "repeating@>=2.0.0 <3.0.0",
  17. "_id": "repeating@2.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/repeating",
  21. "_nodeVersion": "4.4.2",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/repeating-2.0.1.tgz_1460395966602_0.9193919147364795"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "3.8.6",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "repeating@^2.0.0",
  34. "scope": null,
  35. "escapedName": "repeating",
  36. "name": "repeating",
  37. "rawSpec": "^2.0.0",
  38. "spec": ">=2.0.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/indent-string"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  45. "_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
  46. "_shrinkwrap": null,
  47. "_spec": "repeating@^2.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/indent-string",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/repeating/issues"
  56. },
  57. "dependencies": {
  58. "is-finite": "^1.0.0"
  59. },
  60. "description": "Repeat a string - fast",
  61. "devDependencies": {
  62. "ava": "*",
  63. "xo": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
  68. "tarball": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "be02bcaf9a674b3c155477b3bf282136bcf44770",
  77. "homepage": "https://github.com/sindresorhus/repeating#readme",
  78. "keywords": [
  79. "repeat",
  80. "string",
  81. "repeating",
  82. "str",
  83. "text",
  84. "fill",
  85. "pad"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "repeating",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/repeating.git"
  100. },
  101. "scripts": {
  102. "test": "xo && ava"
  103. },
  104. "version": "2.0.1"
  105. }