package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "repeating@2.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeating@2.0.1",
  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. "/detect-indent",
  27. "/indent-string"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/repeating/issues"
  39. },
  40. "dependencies": {
  41. "is-finite": "^1.0.0"
  42. },
  43. "description": "Repeat a string - fast",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/repeating#readme",
  55. "keywords": [
  56. "repeat",
  57. "string",
  58. "repeating",
  59. "str",
  60. "text",
  61. "fill",
  62. "pad"
  63. ],
  64. "license": "MIT",
  65. "name": "repeating",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/repeating.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "2.0.1"
  74. }