package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "mdast-util-inject@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "mdast-util-inject@1.1.0",
  9. "_id": "mdast-util-inject@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2wa4tYW+lZotzS+H9HK6m3VvNnU=",
  12. "_location": "/mdast-util-inject",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mdast-util-inject@1.1.0",
  18. "name": "mdast-util-inject",
  19. "escapedName": "mdast-util-inject",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mdast-util-inject/-/mdast-util-inject-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Anand Thakker",
  32. "email": "vestibule@anandthakker.net",
  33. "url": "http://anandthakker.net/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/anandthakker/mdast-util-inject/issues"
  37. },
  38. "dependencies": {
  39. "mdast-util-to-string": "^1.0.0"
  40. },
  41. "description": "Inject some markdown into some other markdown, keeping heading structure intact.",
  42. "devDependencies": {
  43. "documentation": "^2.1.0-alpha2",
  44. "documentation-readme": "^2.0.0",
  45. "eslint": "^1.6.0",
  46. "eslint-config-mourner": "^1.0.1",
  47. "eslint-config-standard": "^4.4.0",
  48. "eslint-plugin-standard": "^1.3.1",
  49. "mdast": "^2.3.0",
  50. "retire": "*",
  51. "tap": "^2.1.1"
  52. },
  53. "directories": {
  54. "test": "test"
  55. },
  56. "homepage": "https://github.com/anandthakker/mdast-util-inject#readme",
  57. "keywords": [
  58. "mdast"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "mdast-util-inject",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/anandthakker/mdast-util-inject.git"
  66. },
  67. "scripts": {
  68. "docs-check": "documentation-readme -s Usage -c",
  69. "docs-page": "documentation --lint --github --format html --output .",
  70. "docs-readme": "documentation-readme -s Usage",
  71. "lint": "eslint *.js test",
  72. "prepublish": "npm run docs-readme",
  73. "retire": "retire -p",
  74. "test": "npm run retire && npm run lint && npm run docs-check && tap --cov test/*.js"
  75. },
  76. "version": "1.1.0"
  77. }