package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "unist-util-stringify-position@1.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unist-util-stringify-position@1.1.2",
  9. "_id": "unist-util-stringify-position@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==",
  12. "_location": "/unist-util-stringify-position",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unist-util-stringify-position@1.1.2",
  18. "name": "unist-util-stringify-position",
  19. "escapedName": "unist-util-stringify-position",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/unified/vfile",
  26. "/vfile-message"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Titus Wormer",
  33. "email": "tituswormer@gmail.com",
  34. "url": "http://wooorm.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "http://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "Stringify a Unist node, position, or point",
  48. "devDependencies": {
  49. "browserify": "^16.0.0",
  50. "esmangle": "^1.0.0",
  51. "nyc": "^11.0.0",
  52. "prettier": "^1.12.1",
  53. "remark-cli": "^5.0.0",
  54. "remark-preset-wooorm": "^4.0.0",
  55. "tape": "^4.5.1",
  56. "xo": "^0.20.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
  62. "keywords": [
  63. "unist",
  64. "position",
  65. "location",
  66. "point",
  67. "node",
  68. "stringify",
  69. "tostring",
  70. "util",
  71. "utility"
  72. ],
  73. "license": "MIT",
  74. "name": "unist-util-stringify-position",
  75. "nyc": {
  76. "check-coverage": true,
  77. "lines": 100,
  78. "functions": 100,
  79. "branches": 100
  80. },
  81. "prettier": {
  82. "tabWidth": 2,
  83. "useTabs": false,
  84. "singleQuote": true,
  85. "bracketSpacing": false,
  86. "semi": false,
  87. "trailingComma": "none"
  88. },
  89. "remarkConfig": {
  90. "plugins": [
  91. "preset-wooorm"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
  97. },
  98. "scripts": {
  99. "build": "npm run build-bundle && npm run build-mangle",
  100. "build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
  101. "build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js",
  102. "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
  103. "test": "npm run format && npm run build && npm run test-coverage",
  104. "test-api": "node test",
  105. "test-coverage": "nyc --reporter lcov tape test.js"
  106. },
  107. "version": "1.1.2",
  108. "xo": {
  109. "prettier": true,
  110. "esnext": false,
  111. "rules": {
  112. "guard-for-in": "off",
  113. "no-var": "off",
  114. "prefer-arrow-callback": "off"
  115. },
  116. "ignores": [
  117. "unist-util-stringify-position.js"
  118. ]
  119. }
  120. }