You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.6 KiB

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