{
  "_from": "unist-util-stringify-position@^1.0.0",
  "_id": "unist-util-stringify-position@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==",
  "_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": [
    "/remark/vfile",
    "/vfile",
    "/vfile-message"
  ],
  "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
  "_shasum": "3f37fcf351279dcbca7480ab5889bb8a832ee1c6",
  "_spec": "unist-util-stringify-position@^1.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/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, position, or point",
  "devDependencies": {
    "browserify": "^16.0.0",
    "esmangle": "^1.0.0",
    "nyc": "^11.0.0",
    "prettier": "^1.12.1",
    "remark-cli": "^5.0.0",
    "remark-preset-wooorm": "^4.0.0",
    "tape": "^4.5.1",
    "xo": "^0.20.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
  "keywords": [
    "unist",
    "position",
    "location",
    "point",
    "node",
    "stringify",
    "tostring",
    "util",
    "utility"
  ],
  "license": "MIT",
  "name": "unist-util-stringify-position",
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "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/unist-util-stringify-position.git"
  },
  "scripts": {
    "build": "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",
    "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.js"
  },
  "version": "1.1.2",
  "xo": {
    "prettier": true,
    "esnext": false,
    "rules": {
      "guard-for-in": "off",
      "no-var": "off",
      "prefer-arrow-callback": "off"
    },
    "ignores": [
      "unist-util-stringify-position.js"
    ]
  }
}
