package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "remove-trailing-separator@1.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "remove-trailing-separator@1.1.0",
  9. "_id": "remove-trailing-separator@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
  12. "_location": "/remove-trailing-separator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remove-trailing-separator@1.1.0",
  18. "name": "remove-trailing-separator",
  19. "escapedName": "remove-trailing-separator",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/normalize-path"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  30. "author": {
  31. "name": "darsain"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  35. },
  36. "description": "Removes separators from the end of the string.",
  37. "devDependencies": {
  38. "ava": "^0.16.0",
  39. "coveralls": "^2.11.14",
  40. "nyc": "^8.3.0",
  41. "xo": "^0.16.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  47. "keywords": [
  48. "remove",
  49. "strip",
  50. "trailing",
  51. "separator"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "remove-trailing-separator",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  59. },
  60. "scripts": {
  61. "lint": "xo",
  62. "pretest": "npm run lint",
  63. "report": "nyc report --reporter=html",
  64. "test": "nyc ava"
  65. },
  66. "version": "1.1.0"
  67. }