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.
 
 
 
 

74 regels
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "remove-trailing-separator@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/anymatch/normalize-path",
  26. "/jest-config/normalize-path",
  27. "/jest-haste-map/normalize-path",
  28. "/jest-message-util/normalize-path",
  29. "/jest-runtime/normalize-path",
  30. "/jest/normalize-path",
  31. "/test-exclude/normalize-path"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  34. "_spec": "1.1.0",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "author": {
  37. "name": "darsain"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  41. },
  42. "description": "Removes separators from the end of the string.",
  43. "devDependencies": {
  44. "ava": "^0.16.0",
  45. "coveralls": "^2.11.14",
  46. "nyc": "^8.3.0",
  47. "xo": "^0.16.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  53. "keywords": [
  54. "remove",
  55. "strip",
  56. "trailing",
  57. "separator"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "remove-trailing-separator",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  65. },
  66. "scripts": {
  67. "lint": "xo",
  68. "pretest": "npm run lint",
  69. "report": "nyc report --reporter=html",
  70. "test": "nyc ava"
  71. },
  72. "version": "1.1.0"
  73. }