| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "mdast-util-inject@1.1.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "mdast-util-inject@1.1.0",
- "_id": "mdast-util-inject@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-2wa4tYW+lZotzS+H9HK6m3VvNnU=",
- "_location": "/mdast-util-inject",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mdast-util-inject@1.1.0",
- "name": "mdast-util-inject",
- "escapedName": "mdast-util-inject",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/documentation"
- ],
- "_resolved": "https://registry.npmjs.org/mdast-util-inject/-/mdast-util-inject-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Anand Thakker",
- "email": "vestibule@anandthakker.net",
- "url": "http://anandthakker.net/"
- },
- "bugs": {
- "url": "https://github.com/anandthakker/mdast-util-inject/issues"
- },
- "dependencies": {
- "mdast-util-to-string": "^1.0.0"
- },
- "description": "Inject some markdown into some other markdown, keeping heading structure intact.",
- "devDependencies": {
- "documentation": "^2.1.0-alpha2",
- "documentation-readme": "^2.0.0",
- "eslint": "^1.6.0",
- "eslint-config-mourner": "^1.0.1",
- "eslint-config-standard": "^4.4.0",
- "eslint-plugin-standard": "^1.3.1",
- "mdast": "^2.3.0",
- "retire": "*",
- "tap": "^2.1.1"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/anandthakker/mdast-util-inject#readme",
- "keywords": [
- "mdast"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "mdast-util-inject",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/anandthakker/mdast-util-inject.git"
- },
- "scripts": {
- "docs-check": "documentation-readme -s Usage -c",
- "docs-page": "documentation --lint --github --format html --output .",
- "docs-readme": "documentation-readme -s Usage",
- "lint": "eslint *.js test",
- "prepublish": "npm run docs-readme",
- "retire": "retire -p",
- "test": "npm run retire && npm run lint && npm run docs-check && tap --cov test/*.js"
- },
- "version": "1.1.0"
- }
|