UNPKG

rsuite-theme

Version:
105 lines (104 loc) 2.88 kB
{ "_from": "unist-util-modify-children@^1.0.0", "_id": "unist-util-modify-children@1.1.1", "_inBundle": false, "_integrity": "sha1-ZtfmpEnm9nIguXarPLi166w55R0=", "_location": "/unist-util-modify-children", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "unist-util-modify-children@^1.0.0", "name": "unist-util-modify-children", "escapedName": "unist-util-modify-children", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/mdast-util-compact" ], "_resolved": "http://registry.npm.taobao.org/unist-util-modify-children/download/unist-util-modify-children-1.1.1.tgz", "_shasum": "66d7e6a449e6f67220b976ab3cb8b5ebac39e51d", "_spec": "unist-util-modify-children@^1.0.0", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/mdast-util-compact", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/unist-util-modify-children/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": { "array-iterate": "^1.0.0" }, "deprecated": false, "description": "Unist utility to modify direct children of a parent", "devDependencies": { "browserify": "^14.0.0", "esmangle": "^1.0.0", "nyc": "^11.0.0", "remark-cli": "^3.0.0", "remark-preset-wooorm": "^3.0.0", "tape": "^4.6.2", "xo": "^0.18.2" }, "files": [ "index.js" ], "homepage": "https://github.com/syntax-tree/unist-util-modify-children#readme", "keywords": [ "unist", "retext", "nlcst", "mdast", "util", "utility", "modify", "children" ], "license": "MIT", "name": "unist-util-modify-children", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/syntax-tree/unist-util-modify-children.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js --bare -s unistUtilModifyChildren > unist-util-modify-children.js", "build-mangle": "esmangle < unist-util-modify-children.js > unist-util-modify-children.min.js", "build-md": "remark . -qfo", "lint": "xo", "test": "npm run build && npm run lint && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.1.1", "xo": { "space": true, "esnext": false, "ignore": [ "unist-util-modify-children.js" ] } }