package.json 1.7 KB

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