package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "remove-trailing-separator@^1.0.1",
  3. "_id": "remove-trailing-separator@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",
  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. "/@vue/cli-service/anymatch/normalize-path",
  20. "/jest-config/normalize-path",
  21. "/jest-haste-map/normalize-path",
  22. "/jest-message-util/normalize-path",
  23. "/jest-runtime/normalize-path",
  24. "/jest/normalize-path",
  25. "/mocha-webpack/normalize-path",
  26. "/sane/normalize-path",
  27. "/test-exclude/normalize-path",
  28. "/watchpack-chokidar2/anymatch/normalize-path"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  31. "_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
  32. "_spec": "remove-trailing-separator@^1.0.1",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\watchpack-chokidar2\\node_modules\\anymatch\\node_modules\\normalize-path",
  34. "author": {
  35. "name": "darsain"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  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. }