package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "unist-builder@1.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unist-builder@1.0.4",
  9. "_id": "unist-builder@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg==",
  12. "_location": "/unist-builder",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unist-builder@1.0.4",
  18. "name": "unist-builder",
  19. "escapedName": "unist-builder",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/documentation",
  26. "/mdast-util-to-hast"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Eugene Sharygin",
  33. "email": "eush77@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/syntax-tree/unist-builder/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Eugene Sharygin",
  41. "email": "eush77@gmail.com"
  42. },
  43. {
  44. "name": "Titus Wormer",
  45. "email": "tituswormer@gmail.com",
  46. "url": "https://wooorm.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "object-assign": "^4.1.0"
  51. },
  52. "description": "Helper for creating unist trees",
  53. "devDependencies": {
  54. "nyc": "^14.0.0",
  55. "prettier": "^1.14.2",
  56. "remark-cli": "^6.0.0",
  57. "remark-preset-wooorm": "^5.0.0",
  58. "tape": "^4.0.0",
  59. "xo": "^0.24.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/syntax-tree/unist-builder#readme",
  65. "keywords": [
  66. "ast",
  67. "build",
  68. "builder",
  69. "create",
  70. "dsl",
  71. "hyperscript",
  72. "sugar",
  73. "syntax",
  74. "tree",
  75. "unist"
  76. ],
  77. "license": "MIT",
  78. "name": "unist-builder",
  79. "nyc": {
  80. "check-coverage": true,
  81. "lines": 100,
  82. "functions": 100,
  83. "branches": 100
  84. },
  85. "prettier": {
  86. "tabWidth": 2,
  87. "useTabs": false,
  88. "singleQuote": true,
  89. "bracketSpacing": false,
  90. "semi": false,
  91. "trailingComma": "none"
  92. },
  93. "remarkConfig": {
  94. "plugins": [
  95. "preset-wooorm"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/syntax-tree/unist-builder.git"
  101. },
  102. "scripts": {
  103. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  104. "test": "npm run format && npm run test-coverage",
  105. "test-api": "node test",
  106. "test-coverage": "nyc --reporter lcov tape test.js"
  107. },
  108. "version": "1.0.4",
  109. "xo": {
  110. "prettier": true,
  111. "esnext": false
  112. }
  113. }