package.json 841 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "trim-right",
  3. "version": "1.0.1",
  4. "description": "Similar to String#trim() but removes only whitespace on the right",
  5. "license": "MIT",
  6. "repository": "sindresorhus/trim-right",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "node test.js"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "trim",
  23. "right",
  24. "string",
  25. "str",
  26. "util",
  27. "utils",
  28. "utility",
  29. "whitespace",
  30. "space",
  31. "remove",
  32. "delete"
  33. ],
  34. "devDependencies": {
  35. "ava": "0.0.4"
  36. },
  37. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  38. "_from": "trim-right@1.0.1",
  39. "_resolved": "https://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz"
  40. }