package.json 2.4 KB

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