package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "remove-trailing-separator@1.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "remove-trailing-separator@1.1.0",
  10. "_id": "remove-trailing-separator@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
  13. "_location": "/remove-trailing-separator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "remove-trailing-separator@1.1.0",
  19. "name": "remove-trailing-separator",
  20. "escapedName": "remove-trailing-separator",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/watchpack-chokidar2/anymatch/normalize-path",
  27. "/webpack-dev-server/anymatch/normalize-path"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "E:\\amr1.0\\AMR",
  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. }