{ "_args": [ [ { "raw": "vfile@^1.0.0", "scope": null, "escapedName": "vfile", "name": "vfile", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/Users/trott/io.js/tools/eslint/node_modules/unified" ] ], "_from": "vfile@>=1.0.0 <2.0.0", "_id": "vfile@1.4.0", "_inCache": true, "_location": "/vfile", "_nodeVersion": "0.11.16", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/vfile-1.4.0.tgz_1460997022817_0.025531638180837035" }, "_npmUser": { "name": "wooorm", "email": "tituswormer@gmail.com" }, "_npmVersion": "2.3.0", "_phantomChildren": {}, "_requested": { "raw": "vfile@^1.0.0", "scope": null, "escapedName": "vfile", "name": "vfile", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/unified" ], "_resolved": "https://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz", "_shasum": "c0fd6fa484f8debdb771f68c31ed75d88da97fe7", "_shrinkwrap": null, "_spec": "vfile@^1.0.0", "_where": "/Users/trott/io.js/tools/eslint/node_modules/unified", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/vfile/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "description": "Virtual file format for text processing", "devDependencies": { "browserify": "^13.0.0", "eslint": "^2.0.0", "esmangle": "^1.0.0", "istanbul": "^0.4.0", "jscs": "^3.0.0", "jscs-jsdoc": "^2.0.0", "remark": "^4.0.0", "remark-comment-config": "^3.0.0", "remark-github": "^4.0.1", "remark-lint": "^3.0.0", "remark-man": "^3.0.0", "remark-toc": "^3.0.0", "remark-validate-links": "^3.0.0", "tape": "^4.4.0" }, "directories": {}, "dist": { "shasum": "c0fd6fa484f8debdb771f68c31ed75d88da97fe7", "tarball": "https://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz" }, "files": [ "index.js" ], "gitHead": "f3d1305fe934090b557cd6756704d9c8adb7891d", "homepage": "https://github.com/wooorm/vfile", "keywords": [ "virtual", "file", "text", "processing", "message", "warning", "error", "remark", "retext" ], "license": "MIT", "maintainers": [ { "name": "wooorm", "email": "tituswormer@gmail.com" } ], "name": "vfile", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/wooorm/vfile.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js -s VFile > vfile.js", "build-mangle": "esmangle vfile.js > vfile.min.js", "build-md": "remark . --quiet --frail", "lint": "npm run lint-api && npm run lint-style", "lint-api": "eslint .", "lint-style": "jscs --reporter inline .", "test": "npm run build && npm run lint && npm run test-coverage", "test-api": "node test.js", "test-coverage": "istanbul cover test.js", "test-travis": "npm run test-coverage" }, "version": "1.4.0" }