package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "trim-trailing-lines@1.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "trim-trailing-lines@1.1.3",
  9. "_id": "trim-trailing-lines@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA==",
  12. "_location": "/trim-trailing-lines",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "trim-trailing-lines@1.1.3",
  18. "name": "trim-trailing-lines",
  19. "escapedName": "trim-trailing-lines",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/remark-parse"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "https://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wooorm/trim-trailing-lines/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Remove final line feeds from a string",
  47. "devDependencies": {
  48. "browserify": "^16.0.0",
  49. "nyc": "^15.0.0",
  50. "prettier": "^1.0.0",
  51. "remark-cli": "^7.0.0",
  52. "remark-preset-wooorm": "^6.0.0",
  53. "tape": "^4.0.0",
  54. "tinyify": "^2.0.0",
  55. "xo": "^0.25.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "funding": {
  61. "type": "github",
  62. "url": "https://github.com/sponsors/wooorm"
  63. },
  64. "homepage": "https://github.com/wooorm/trim-trailing-lines#readme",
  65. "keywords": [
  66. "trim",
  67. "final",
  68. "line",
  69. "newline",
  70. "characters"
  71. ],
  72. "license": "MIT",
  73. "name": "trim-trailing-lines",
  74. "nyc": {
  75. "check-coverage": true,
  76. "lines": 100,
  77. "functions": 100,
  78. "branches": 100
  79. },
  80. "prettier": {
  81. "tabWidth": 2,
  82. "useTabs": false,
  83. "singleQuote": true,
  84. "bracketSpacing": false,
  85. "semi": false,
  86. "trailingComma": "none"
  87. },
  88. "remarkConfig": {
  89. "plugins": [
  90. "preset-wooorm"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/wooorm/trim-trailing-lines.git"
  96. },
  97. "scripts": {
  98. "build": "npm run build-bundle && npm run build-mangle",
  99. "build-bundle": "browserify . -s trimTrailingLines -o trim-trailing-lines.js",
  100. "build-mangle": "browserify . -s trimTrailingLines -p tinyify -o trim-trailing-lines.min.js",
  101. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  102. "test": "npm run format && npm run build && npm run test-coverage",
  103. "test-api": "node test",
  104. "test-coverage": "nyc --reporter lcov tape test.js"
  105. },
  106. "version": "1.1.3",
  107. "xo": {
  108. "prettier": true,
  109. "esnext": false,
  110. "ignores": [
  111. "trim-trailing-lines.js"
  112. ]
  113. }
  114. }