UNPKG

rsuite-theme

Version:
102 lines (101 loc) 2.91 kB
{ "_from": "unist-util-find-all-after@^1.0.1", "_id": "unist-util-find-all-after@1.0.1", "_inBundle": false, "_integrity": "sha1-TlUSq/734GFnga7Pex7XUcAK+Qg=", "_location": "/unist-util-find-all-after", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "unist-util-find-all-after@^1.0.1", "name": "unist-util-find-all-after", "escapedName": "unist-util-find-all-after", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/postcss-html" ], "_resolved": "http://registry.npm.taobao.org/unist-util-find-all-after/download/unist-util-find-all-after-1.0.1.tgz", "_shasum": "4e5512abfef7e0616781aecf7b1ed751c00af908", "_spec": "unist-util-find-all-after@^1.0.1", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/postcss-html", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/unist-util-find-all-after/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": { "unist-util-is": "^2.0.0" }, "deprecated": false, "description": "Utility to find nodes after another node", "devDependencies": { "browserify": "^14.0.0", "esmangle": "^1.0.0", "nyc": "^11.0.0", "remark": "^7.0.0", "remark-cli": "^3.0.0", "remark-preset-wooorm": "^3.0.0", "tape": "^4.6.2", "xo": "^0.18.2" }, "homepage": "https://github.com/syntax-tree/unist-util-find-all-after#readme", "keywords": [ "unist", "node", "find", "after", "util", "utility" ], "license": "MIT", "name": "unist-util-find-all-after", "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-find-all-after.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js --no-builtins -s unistUtilFindAllAfter > unist-util-find-all-after.js", "build-mangle": "esmangle unist-util-find-all-after.js > unist-util-find-all-after.min.js", "build-md": "remark . -foq", "bundle": "browserify index.js --no-builtins -s unistUtilFindAllAfter > unist-util-find-all-after.js", "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.0.1", "xo": { "space": true, "esnext": false, "ignore": [ "unist-util-find-all-after.js" ] } }