package.json 901 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "right-pad",
  3. "version": "1.0.1",
  4. "description": "Right Pad adds a padding to the right side of the string with the character of your choice or just blank space.",
  5. "author": {
  6. "name": "matthewh",
  7. "email": "hello@matthewh.in",
  8. "url": "http://matthewh.in/"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "private": false,
  14. "main": "rightpad.js",
  15. "homepage": "https://github.com/MatthewNPM/right-pad",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/MatthewNPM/right-pad"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/MatthewNPM/right-pad/issues"
  22. },
  23. "engines": {
  24. "node": ">= 0.10"
  25. },
  26. "keywords": [
  27. "right",
  28. "pad",
  29. "string"
  30. ],
  31. "license": "MIT",
  32. "__npminstall_done": true,
  33. "_from": "right-pad@1.0.1",
  34. "_resolved": "https://registry.npmmirror.com/right-pad/-/right-pad-1.0.1.tgz"
  35. }