package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "remove-trailing-separator@^1.0.1",
  3. "_id": "[email protected]",
  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. "/anymatch/normalize-path",
  20. "/glob-stream",
  21. "/replace-homedir",
  22. "/vinyl",
  23. "/vinyl-sourcemap/normalize-path"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  26. "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
  27. "_spec": "remove-trailing-separator@^1.0.1",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\anymatch\\node_modules\\normalize-path",
  29. "author": {
  30. "name": "darsain"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Removes separators from the end of the string.",
  38. "devDependencies": {
  39. "ava": "^0.16.0",
  40. "coveralls": "^2.11.14",
  41. "nyc": "^8.3.0",
  42. "xo": "^0.16.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  48. "keywords": [
  49. "remove",
  50. "strip",
  51. "trailing",
  52. "separator"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "remove-trailing-separator",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  60. },
  61. "scripts": {
  62. "lint": "xo",
  63. "pretest": "npm run lint",
  64. "report": "nyc report --reporter=html",
  65. "test": "nyc ava"
  66. },
  67. "version": "1.1.0"
  68. }