package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "unist-util-remove-position@1.1.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unist-util-remove-position@1.1.4",
  9. "_id": "unist-util-remove-position@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==",
  12. "_location": "/unist-util-remove-position",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unist-util-remove-position@1.1.4",
  18. "name": "unist-util-remove-position",
  19. "escapedName": "unist-util-remove-position",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/remark-parse"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
  28. "_spec": "1.1.4",
  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/syntax-tree/unist-util-remove-position/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "unist-util-visit": "^1.1.0"
  47. },
  48. "description": "Remove `position`s from a unist tree",
  49. "devDependencies": {
  50. "browserify": "^16.0.0",
  51. "nyc": "^14.0.0",
  52. "prettier": "^1.0.0",
  53. "remark": "^11.0.0",
  54. "remark-cli": "^7.0.0",
  55. "remark-preset-wooorm": "^6.0.0",
  56. "tape": "^4.0.0",
  57. "tinyify": "^2.0.0",
  58. "unist-builder": "^2.0.0",
  59. "xo": "^0.25.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "funding": {
  65. "type": "opencollective",
  66. "url": "https://opencollective.com/unified"
  67. },
  68. "homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
  69. "keywords": [
  70. "unist",
  71. "utility",
  72. "remove",
  73. "position",
  74. "location"
  75. ],
  76. "license": "MIT",
  77. "name": "unist-util-remove-position",
  78. "nyc": {
  79. "check-coverage": true,
  80. "lines": 100,
  81. "functions": 100,
  82. "branches": 100
  83. },
  84. "prettier": {
  85. "tabWidth": 2,
  86. "useTabs": false,
  87. "singleQuote": true,
  88. "bracketSpacing": false,
  89. "semi": false,
  90. "trailingComma": "none"
  91. },
  92. "remarkConfig": {
  93. "plugins": [
  94. "preset-wooorm"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
  100. },
  101. "scripts": {
  102. "build": "npm run build-bundle && npm run build-mangle",
  103. "build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
  104. "build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-position.min.js",
  105. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  106. "test": "npm run format && npm run build && npm run test-coverage",
  107. "test-api": "node test",
  108. "test-coverage": "nyc --reporter lcov tape test.js"
  109. },
  110. "version": "1.1.4",
  111. "xo": {
  112. "prettier": true,
  113. "esnext": false,
  114. "ignores": [
  115. "unist-util-remove-position.js"
  116. ]
  117. }
  118. }