package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "detab@2.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "detab@2.0.3",
  9. "_id": "detab@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A==",
  12. "_location": "/detab",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "detab@2.0.3",
  18. "name": "detab",
  19. "escapedName": "detab",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/mdast-util-to-hast"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/detab/-/detab-2.0.3.tgz",
  28. "_spec": "2.0.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/detab/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "repeat-string": "^1.5.4"
  47. },
  48. "description": "Detab: tabs -> spaces",
  49. "devDependencies": {
  50. "browserify": "^16.0.0",
  51. "nyc": "^15.0.0",
  52. "prettier": "^1.0.0",
  53. "remark-cli": "^7.0.0",
  54. "remark-preset-wooorm": "^6.0.0",
  55. "tape": "^4.0.0",
  56. "tinyify": "^2.0.0",
  57. "xo": "^0.25.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "funding": {
  63. "type": "github",
  64. "url": "https://github.com/sponsors/wooorm"
  65. },
  66. "homepage": "https://github.com/wooorm/detab#readme",
  67. "keywords": [
  68. "detab",
  69. "tab",
  70. "space",
  71. "tab-size",
  72. "size"
  73. ],
  74. "license": "MIT",
  75. "name": "detab",
  76. "prettier": {
  77. "tabWidth": 2,
  78. "useTabs": false,
  79. "singleQuote": true,
  80. "bracketSpacing": false,
  81. "semi": false,
  82. "trailingComma": "none"
  83. },
  84. "remarkConfig": {
  85. "plugins": [
  86. "preset-wooorm"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/wooorm/detab.git"
  92. },
  93. "scripts": {
  94. "build": "npm run build-bundle && npm run build-mangle",
  95. "build-bundle": "browserify . -s detab -o detab.js",
  96. "build-mangle": "browserify . -s detab -p tinyify -o detab.min.js",
  97. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  98. "test": "npm run format && npm run build && npm run test-coverage",
  99. "test-api": "node test",
  100. "test-coverage": "nyc --reporter lcov tape test.js"
  101. },
  102. "version": "2.0.3",
  103. "xo": {
  104. "prettier": true,
  105. "esnext": false,
  106. "ignores": [
  107. "detab.js"
  108. ]
  109. }
  110. }