| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_args": [
- [
- "mdast-util-to-hast@3.0.4",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "mdast-util-to-hast@3.0.4",
- "_id": "mdast-util-to-hast@3.0.4",
- "_inBundle": false,
- "_integrity": "sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA==",
- "_location": "/mdast-util-to-hast",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mdast-util-to-hast@3.0.4",
- "name": "mdast-util-to-hast",
- "escapedName": "mdast-util-to-hast",
- "rawSpec": "3.0.4",
- "saveSpec": null,
- "fetchSpec": "3.0.4"
- },
- "_requiredBy": [
- "/remark-html"
- ],
- "_resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz",
- "_spec": "3.0.4",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "bugs": {
- "url": "https://github.com/syntax-tree/mdast-util-to-hast/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- }
- ],
- "dependencies": {
- "collapse-white-space": "^1.0.0",
- "detab": "^2.0.0",
- "mdast-util-definitions": "^1.2.0",
- "mdurl": "^1.0.1",
- "trim": "0.0.1",
- "trim-lines": "^1.0.0",
- "unist-builder": "^1.0.1",
- "unist-util-generated": "^1.1.0",
- "unist-util-position": "^3.0.0",
- "unist-util-visit": "^1.1.0",
- "xtend": "^4.0.1"
- },
- "description": "Transform mdast to hast",
- "devDependencies": {
- "browserify": "^16.0.0",
- "nyc": "^13.0.0",
- "prettier": "^1.13.3",
- "remark-cli": "^6.0.0",
- "remark-preset-wooorm": "^4.0.0",
- "tape": "^4.0.0",
- "tinyify": "^2.4.3",
- "xo": "^0.23.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
- "keywords": [
- "mdast",
- "util",
- "hast"
- ],
- "license": "MIT",
- "name": "mdast-util-to-hast",
- "prettier": {
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "bracketSpacing": false,
- "semi": false,
- "trailingComma": "none"
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
- "build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
- "test": "npm run format && npm run build && npm run test-coverage",
- "test-api": "node test",
- "test-coverage": "nyc --reporter lcov tape test/index.js"
- },
- "version": "3.0.4",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "no-var": "off",
- "prefer-arrow-callback": "off",
- "guard-for-in": "off"
- },
- "ignores": [
- "mdast-util-to-hast.js"
- ]
- }
- }
|