UNPKG

rsuite-theme

Version:
104 lines (103 loc) 2.92 kB
{ "_from": "unist-util-stringify-position@^1.0.0", "_id": "unist-util-stringify-position@1.1.1", "_inBundle": false, "_integrity": "sha1-PMvcU2ee7W7PN3fdf14yKcG2qjw=", "_location": "/unist-util-stringify-position", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "unist-util-stringify-position@^1.0.0", "name": "unist-util-stringify-position", "escapedName": "unist-util-stringify-position", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/vfile", "/vfile-message" ], "_resolved": "http://registry.npm.taobao.org/unist-util-stringify-position/download/unist-util-stringify-position-1.1.1.tgz", "_shasum": "3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c", "_spec": "unist-util-stringify-position@^1.0.0", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/vfile", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Stringify a Unist node, location, or position", "devDependencies": { "browserify": "^14.1.0", "esmangle": "^1.0.0", "nyc": "^10.0.0", "remark-cli": "^3.0.0", "remark-preset-wooorm": "^3.0.0", "tape": "^4.5.1", "xo": "^0.18.1" }, "files": [ "index.js" ], "homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme", "keywords": [ "unist", "position", "location", "node", "stringify", "tostring", "util", "utility" ], "license": "MIT", "name": "unist-util-stringify-position", "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-stringify-position.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js", "build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js", "build-md": "remark . --quiet --frail --output", "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, "ignores": [ "unist-util-stringify-position.js" ] } }