package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "trough@1.0.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "trough@1.0.5",
  9. "_id": "trough@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
  12. "_location": "/trough",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "trough@1.0.5",
  18. "name": "trough",
  19. "escapedName": "trough",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/unified"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
  28. "_spec": "1.0.5",
  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/trough/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": "Middleware: a channel used to convey a liquid",
  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. "wrap.js"
  60. ],
  61. "funding": {
  62. "type": "github",
  63. "url": "https://github.com/sponsors/wooorm"
  64. },
  65. "homepage": "https://github.com/wooorm/trough#readme",
  66. "keywords": [
  67. "middleware",
  68. "ware"
  69. ],
  70. "license": "MIT",
  71. "name": "trough",
  72. "nyc": {
  73. "check-coverage": true,
  74. "lines": 100,
  75. "functions": 100,
  76. "branches": 100
  77. },
  78. "prettier": {
  79. "tabWidth": 2,
  80. "useTabs": false,
  81. "singleQuote": true,
  82. "bracketSpacing": false,
  83. "semi": false,
  84. "trailingComma": "none"
  85. },
  86. "remarkConfig": {
  87. "plugins": [
  88. "preset-wooorm"
  89. ]
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/wooorm/trough.git"
  94. },
  95. "scripts": {
  96. "build": "npm run build-bundle && npm run build-mangle",
  97. "build-bundle": "browserify index.js -s trough > trough.js",
  98. "build-mangle": "browserify index.js -s trough -p tinyify > trough.min.js",
  99. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  100. "test": "npm run format && npm run build && npm run test-coverage",
  101. "test-api": "node test",
  102. "test-coverage": "nyc --reporter lcov tape test.js"
  103. },
  104. "version": "1.0.5",
  105. "xo": {
  106. "prettier": true,
  107. "esnext": false,
  108. "rules": {
  109. "unicorn/prefer-reflect-apply": "off",
  110. "unicorn/prefer-type-error": "off",
  111. "guard-for-in": "off"
  112. },
  113. "ignores": [
  114. "trough.js"
  115. ]
  116. }
  117. }