package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "remove-trailing-separator@^1.0.1",
  6. "scope": null,
  7. "escapedName": "remove-trailing-separator",
  8. "name": "remove-trailing-separator",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat/node_modules/vinyl"
  14. ]
  15. ],
  16. "_from": "remove-trailing-separator@>=1.0.1 <2.0.0",
  17. "_id": "remove-trailing-separator@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/remove-trailing-separator",
  21. "_nodeVersion": "6.4.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/remove-trailing-separator-1.0.1.tgz_1474797962066_0.45308714639395475"
  25. },
  26. "_npmUser": {
  27. "name": "darsain",
  28. "email": "darsain@gmail.com"
  29. },
  30. "_npmVersion": "3.10.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "remove-trailing-separator@^1.0.1",
  34. "scope": null,
  35. "escapedName": "remove-trailing-separator",
  36. "name": "remove-trailing-separator",
  37. "rawSpec": "^1.0.1",
  38. "spec": ">=1.0.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-concat/vinyl"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
  45. "_shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
  46. "_shrinkwrap": null,
  47. "_spec": "remove-trailing-separator@^1.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat/node_modules/vinyl",
  49. "author": {
  50. "name": "darsain"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/darsain/remove-trailing-separator/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Removes separators from the end of the string.",
  57. "devDependencies": {
  58. "ava": "^0.16.0",
  59. "coveralls": "^2.11.14",
  60. "nyc": "^8.3.0",
  61. "xo": "^0.16.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
  66. "tarball": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "8a5da3ac1efb1314d55e50a2a923b068d500d77a",
  72. "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
  73. "keywords": [
  74. "remove",
  75. "strip",
  76. "trailing",
  77. "separator"
  78. ],
  79. "license": "ISC",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "darsain",
  84. "email": "darsain@gmail.com"
  85. }
  86. ],
  87. "name": "remove-trailing-separator",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/darsain/remove-trailing-separator.git"
  93. },
  94. "scripts": {
  95. "lint": "xo",
  96. "pretest": "npm run lint",
  97. "report": "nyc report --reporter=html",
  98. "test": "nyc ava"
  99. },
  100. "version": "1.0.1"
  101. }