package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "remove-trailing-separator@1.1.0",
  5. "E:\\item\\newItem\\admin"
  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. "/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. "/mocha-webpack/normalize-path",
  32. "/sane/normalize-path",
  33. "/test-exclude/normalize-path",
  34. "/watchpack-chokidar2/anymatch/normalize-path",
  35. "/webpack-dev-server/anymatch/normalize-path"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  38. "_spec": "1.1.0",
  39. "_where": "E:\\item\\newItem\\admin",
  40. "author": {
  41. "name": "darsain"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  45. },
  46. "description": "Removes separators from the end of the string.",
  47. "devDependencies": {
  48. "ava": "^0.16.0",
  49. "coveralls": "^2.11.14",
  50. "nyc": "^8.3.0",
  51. "xo": "^0.16.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  57. "keywords": [
  58. "remove",
  59. "strip",
  60. "trailing",
  61. "separator"
  62. ],
  63. "license": "ISC",
  64. "main": "index.js",
  65. "name": "remove-trailing-separator",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  69. },
  70. "scripts": {
  71. "lint": "xo",
  72. "pretest": "npm run lint",
  73. "report": "nyc report --reporter=html",
  74. "test": "nyc ava"
  75. },
  76. "version": "1.1.0"
  77. }