package.json 1.9 KB

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