package.json 1.9 KB

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