{ "_args": [ [ { "raw": "vfile-location@^2.0.0", "scope": null, "escapedName": "vfile-location", "name": "vfile-location", "rawSpec": "^2.0.0", "spec": ">=2.0.0 <3.0.0", "type": "range" }, "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse" ] ], "_from": "vfile-location@>=2.0.0 <3.0.0", "_id": "vfile-location@2.0.1", "_inCache": true, "_location": "/vfile-location", "_nodeVersion": "5.0.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/vfile-location-2.0.1.tgz_1471790088896_0.027401822851970792" }, "_npmUser": { "name": "wooorm", "email": "tituswormer@gmail.com" }, "_npmVersion": "3.3.6", "_phantomChildren": {}, "_requested": { "raw": "vfile-location@^2.0.0", "scope": null, "escapedName": "vfile-location", "name": "vfile-location", "rawSpec": "^2.0.0", "spec": ">=2.0.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/remark-parse" ], "_resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.1.tgz", "_shasum": "0bf8816f732b0f8bd902a56fda4c62c8e935dc52", "_shrinkwrap": null, "_spec": "vfile-location@^2.0.0", "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/vfile-location/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "description": "Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file", "devDependencies": { "browserify": "^13.0.1", "esmangle": "^1.0.1", "nyc": "^8.1.0", "remark-cli": "^1.0.0", "remark-comment-config": "^4.0.0", "remark-github": "^5.0.0", "remark-lint": "^4.0.0", "remark-validate-links": "^4.0.0", "tape": "^4.0.0", "vfile": "^2.0.0", "xo": "^0.16.0" }, "directories": {}, "dist": { "shasum": "0bf8816f732b0f8bd902a56fda4c62c8e935dc52", "tarball": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.1.tgz" }, "files": [ "index.js" ], "gitHead": "9d8a34f30c354c3e1f2599be1198e4b1e210912c", "homepage": "https://github.com/wooorm/vfile-location#readme", "keywords": [ "remark", "comment", "message", "marker", "control" ], "license": "MIT", "maintainers": [ { "name": "wooorm", "email": "tituswormer@gmail.com" } ], "name": "vfile-location", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "remarkConfig": { "output": true, "plugins": { "comment-config": null, "github": null, "lint": null, "validate-links": null }, "settings": { "bullet": "*" } }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/vfile-location.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js --bare -s vfileLocation > vfile-location.js", "build-mangle": "esmangle vfile-location.js > vfile-location.min.js", "build-md": "remark . --quiet --frail", "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": "2.0.1", "xo": { "space": true, "ignores": [ "vfile-location.js" ] } }