package.json 1.9 KB

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