package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "unist-util-stringify-position@^2.0.0",
  3. "_id": "unist-util-stringify-position@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  6. "_location": "/unist-util-stringify-position",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unist-util-stringify-position@^2.0.0",
  12. "name": "unist-util-stringify-position",
  13. "escapedName": "unist-util-stringify-position",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mdast-util-from-markdown",
  20. "/vfile",
  21. "/vfile-message"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  24. "_shasum": "cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da",
  25. "_spec": "unist-util-stringify-position@^2.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\mdast-util-from-markdown",
  27. "author": {
  28. "name": "Titus Wormer",
  29. "email": "tituswormer@gmail.com",
  30. "url": "https://wooorm.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Titus Wormer",
  39. "email": "tituswormer@gmail.com",
  40. "url": "https://wooorm.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "@types/unist": "^2.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "unist utility to serialize a node, position, or point as a human readable location",
  48. "devDependencies": {
  49. "browserify": "^16.0.0",
  50. "dtslint": "^3.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. "typescript": "^3.0.0",
  58. "xo": "^0.27.0"
  59. },
  60. "files": [
  61. "types/index.d.ts",
  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-stringify-position#readme",
  69. "keywords": [
  70. "unist",
  71. "unist-util",
  72. "util",
  73. "utility",
  74. "position",
  75. "location",
  76. "point",
  77. "node",
  78. "stringify",
  79. "tostring"
  80. ],
  81. "license": "MIT",
  82. "name": "unist-util-stringify-position",
  83. "nyc": {
  84. "check-coverage": true,
  85. "lines": 100,
  86. "functions": 100,
  87. "branches": 100
  88. },
  89. "prettier": {
  90. "tabWidth": 2,
  91. "useTabs": false,
  92. "singleQuote": true,
  93. "bracketSpacing": false,
  94. "semi": false,
  95. "trailingComma": "none"
  96. },
  97. "remarkConfig": {
  98. "plugins": [
  99. "preset-wooorm"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
  105. },
  106. "scripts": {
  107. "build": "npm run build-bundle && npm run build-mangle",
  108. "build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
  109. "build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-position.min.js",
  110. "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
  111. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  112. "test-api": "node test",
  113. "test-coverage": "nyc --reporter lcov tape test.js",
  114. "test-types": "dtslint types"
  115. },
  116. "types": "types/index.d.ts",
  117. "version": "2.0.3",
  118. "xo": {
  119. "prettier": true,
  120. "esnext": false,
  121. "ignores": [
  122. "unist-util-stringify-position.js"
  123. ]
  124. }
  125. }