package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "remove-trailing-separator@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/glob-stream",
  26. "/normalize-path",
  27. "/vinyl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "darsain"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  37. },
  38. "description": "Removes separators from the end of the string.",
  39. "devDependencies": {
  40. "ava": "^0.16.0",
  41. "coveralls": "^2.11.14",
  42. "nyc": "^8.3.0",
  43. "xo": "^0.16.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  49. "keywords": [
  50. "remove",
  51. "strip",
  52. "trailing",
  53. "separator"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "remove-trailing-separator",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  61. },
  62. "scripts": {
  63. "lint": "xo",
  64. "pretest": "npm run lint",
  65. "report": "nyc report --reporter=html",
  66. "test": "nyc ava"
  67. },
  68. "version": "1.1.0"
  69. }