You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "/glob-stream",
  20. "/normalize-path",
  21. "/replace-homedir",
  22. "/vinyl"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  25. "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
  26. "_spec": "remove-trailing-separator@^1.0.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\normalize-path",
  28. "author": {
  29. "name": "darsain"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  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. }