package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "unist-util-position@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unist-util-position@3.1.0",
  9. "_id": "unist-util-position@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
  12. "_location": "/unist-util-position",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unist-util-position@3.1.0",
  18. "name": "unist-util-position",
  19. "escapedName": "unist-util-position",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/mdast-util-to-hast"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
  28. "_spec": "3.1.0",
  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-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. "description": "unist utility to get the position of a node",
  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.26.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "funding": {
  61. "type": "opencollective",
  62. "url": "https://opencollective.com/unified"
  63. },
  64. "homepage": "https://github.com/syntax-tree/unist-util-position#readme",
  65. "keywords": [
  66. "unist",
  67. "unist-util",
  68. "util",
  69. "utility",
  70. "node",
  71. "position",
  72. "point"
  73. ],
  74. "license": "MIT",
  75. "name": "unist-util-position",
  76. "nyc": {
  77. "check-coverage": true,
  78. "lines": 100,
  79. "functions": 100,
  80. "branches": 100
  81. },
  82. "prettier": {
  83. "tabWidth": 2,
  84. "useTabs": false,
  85. "singleQuote": true,
  86. "bracketSpacing": false,
  87. "semi": false,
  88. "trailingComma": "none"
  89. },
  90. "remarkConfig": {
  91. "plugins": [
  92. "preset-wooorm"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/syntax-tree/unist-util-position.git"
  98. },
  99. "scripts": {
  100. "build": "npm run build-bundle && npm run build-mangle",
  101. "build-bundle": "browserify . -s unistUtilPosition > unist-util-position.js",
  102. "build-mangle": "browserify . -s unistUtilPosition -p tinyify > unist-util-position.min.js",
  103. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  104. "test": "npm run format && npm run build && npm run test-coverage",
  105. "test-api": "node test",
  106. "test-coverage": "nyc --reporter lcov tape test.js"
  107. },
  108. "version": "3.1.0",
  109. "xo": {
  110. "prettier": true,
  111. "esnext": false,
  112. "ignores": [
  113. "unist-util-position.js"
  114. ]
  115. }
  116. }