{"_id":"to-vfile","_rev":"264566","name":"to-vfile","description":"vfile utility to create a vfile from a filepath","dist-tags":{"latest":"7.2.4"},"maintainers":[{"name":"wooorm","email":""}],"time":{"modified":"2023-03-27T18:54:01.000Z","created":"2015-08-12T18:21:00.015Z","7.2.4":"2023-02-08T13:38:23.784Z","7.2.3":"2022-01-02T11:53:49.006Z","7.2.2":"2021-08-20T17:11:48.746Z","7.2.1":"2021-07-25T11:39:30.507Z","7.2.0":"2021-07-09T15:07:40.776Z","7.1.0":"2021-06-11T07:41:44.841Z","7.0.0":"2021-05-04T20:55:46.434Z","6.1.0":"2020-03-08T10:22:57.024Z","6.0.1":"2020-03-02T15:39:39.200Z","6.0.0":"2019-05-30T17:23:44.466Z","5.0.3":"2019-05-30T10:50:56.924Z","5.0.2":"2018-10-28T11:54:13.214Z","5.0.1":"2018-08-05T17:14:40.916Z","5.0.0":"2018-06-16T21:28:45.433Z","4.0.0":"2018-05-05T09:20:34.515Z","3.0.0":"2018-05-04T19:12:59.922Z","2.2.0":"2018-02-06T19:05:43.053Z","2.1.2":"2017-07-17T16:23:01.759Z","2.1.1":"2016-09-24T14:02:27.909Z","2.1.0":"2016-09-10T09:56:24.766Z","2.0.0":"2016-08-21T13:54:08.450Z","1.0.0":"2015-08-12T18:21:00.015Z"},"users":{},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"versions":{"7.2.4":{"name":"to-vfile","version":"7.2.4","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.1.0"},"devDependencies":{"@types/node":"^18.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^11.0.0","remark-preset-wooorm":"^9.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.53.0"},"scripts":{"prepack":"npm run build && npm run format","build":"tsc --build --clean && tsc --build && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node --conditions development test.js","test-coverage":"c8 --check-coverage --100 --reporter lcov npm run test-api","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"unicorn/prefer-node-protocol":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"b16947aa2e5cfc08cb8c714452302e44d89bd2e1","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.2.4","_nodeVersion":"19.3.0","_npmVersion":"9.2.0","dist":{"shasum":"b97ecfcc15905ffe020bc975879053928b671378","size":6450,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.2.4.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.2.4.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.2.4_1675863503616_0.8621734120464122"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-08T13:38:23.784Z","publish_time":1675863503784,"_cnpm_publish_time":1675863503784},"7.2.3":{"name":"to-vfile","version":"7.2.3","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.1.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^10.0.0","remark-preset-wooorm":"^9.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.47.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"unicorn/prefer-node-protocol":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"4084077798c0c9ab001d8afdf0548abd90fe8333","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.2.3","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"shasum":"4e54ad10878901703f1a956a33ba4f131c31eef7","size":4948,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.2.3.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.2.3.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.2.3_1641124428895_0.008634811965831268"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-02T11:53:56.129Z","publish_time":1641124429006,"_cnpm_publish_time":1641124429006},"7.2.2":{"name":"to-vfile","version":"7.2.2","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.1.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^10.0.0","remark-preset-wooorm":"^9.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.44.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"unicorn/prefer-node-protocol":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"d53c24488ca6ad1e155a04b8d918c18ebbfc3aef","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.2.2","_nodeVersion":"16.6.1","_npmVersion":"7.20.6","dist":{"shasum":"5976568397ef664bc8df210676d082478822afbf","size":4910,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.2.2.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.2.2.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.2.2_1629479508612_0.49109789999061926"},"_hasShrinkwrap":false,"publish_time":1629479508746,"_cnpm_publish_time":1629479508746,"_cnpmcore_publish_time":"2021-12-16T10:40:03.788Z"},"7.2.1":{"name":"to-vfile","version":"7.2.1","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.0.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.39.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"e53c05cebe1d8fee64e3f31bcb84b7545f24fffa","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.2.1","_nodeVersion":"16.2.0","_npmVersion":"7.18.1","dist":{"shasum":"fe42892024f724177ba81076f98ee74b0888c293","size":4914,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.2.1.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.2.1.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.2.1_1627213170375_0.7593366147688927"},"_hasShrinkwrap":false,"publish_time":1627213170507,"_cnpm_publish_time":1627213170507,"_cnpmcore_publish_time":"2021-12-16T10:40:04.059Z"},"7.2.0":{"name":"to-vfile","version":"7.2.0","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.0.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.39.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"5713fac50cd88c3d8e4ae615c23bcfb505c93918","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.2.0","_nodeVersion":"16.2.0","_npmVersion":"7.18.1","dist":{"shasum":"4d69eb1530e968256d569802e4983d353ee270d1","size":4899,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.2.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.2.0.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.2.0_1625843260400_0.036820481481217415"},"_hasShrinkwrap":false,"publish_time":1625843260776,"_cnpm_publish_time":1625843260776,"_cnpmcore_publish_time":"2021-12-16T10:40:04.269Z"},"7.1.0":{"name":"to-vfile","version":"7.1.0","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.0.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.39.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"f67d195090f74ec56829731a2d928fc943374780","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.1.0","_nodeVersion":"16.2.0","_npmVersion":"7.16.0","dist":{"shasum":"44c26b7a5c1f325550e814ff28ad3dd00f6e1acf","size":4837,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.1.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.1.0.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.1.0_1623397304502_0.7824871438014429"},"_hasShrinkwrap":false,"publish_time":1623397304841,"_cnpm_publish_time":1623397304841,"_cnpmcore_publish_time":"2021-12-16T10:40:04.651Z"},"7.0.0":{"name":"to-vfile","version":"7.0.0","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","main":"index.js","types":"index.d.ts","dependencies":{"is-buffer":"^2.0.0","vfile":"^5.0.0"},"devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.39.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js","test":"npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true,"ignoreCatch":true},"gitHead":"8743f3d19dd5475fe3be6b4666bdab4ed0d85b54","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@7.0.0","_nodeVersion":"15.11.0","_npmVersion":"7.11.1","dist":{"shasum":"c05f8cfcf36df24adab0f71cb3b07e275c78d6b3","size":4709,"noattachment":false,"key":"/to-vfile/-/to-vfile-7.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-7.0.0.tgz"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_7.0.0_1620161746252_0.34056992098538896"},"_hasShrinkwrap":false,"publish_time":1620161746434,"_cnpm_publish_time":1620161746434,"_cnpmcore_publish_time":"2021-12-16T10:40:04.912Z"},"6.1.0":{"name":"to-vfile","version":"6.1.0","description":"vfile utility to create a vfile from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.js","browser":"lib/core.js","dependencies":{"is-buffer":"^2.0.0","vfile":"^4.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^15.0.0","prettier":"^1.0.0","remark-cli":"^7.0.0","remark-preset-wooorm":"^6.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.27.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"69bde88f4b858ab182b97028c094759b8abb6d05","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@6.1.0","_nodeVersion":"13.9.0","_npmVersion":"6.14.2","dist":{"shasum":"5f7a3f65813c2c4e34ee1f7643a5646344627699","size":3801,"noattachment":false,"key":"/to-vfile/-/to-vfile-6.1.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-6.1.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_6.1.0_1583662976798_0.9860771673248458"},"_hasShrinkwrap":false,"publish_time":1583662977024,"_cnpm_publish_time":1583662977024},"6.0.1":{"name":"to-vfile","version":"6.0.1","description":"vfile utility to create a vfile from from a filepath","license":"MIT","keywords":["vfile","vfile-util","util","utility","virtual","file","text","processing","file-path","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"funding":{"type":"opencollective","url":"https://opencollective.com/unified"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.js","browser":"lib/core.js","dependencies":{"is-buffer":"^2.0.0","vfile":"^4.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^15.0.0","prettier":"^1.0.0","remark-cli":"^7.0.0","remark-preset-wooorm":"^6.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.27.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"a4abc7dad96f31839630d367074c9f360745d64d","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@6.0.1","_nodeVersion":"13.9.0","_npmVersion":"6.13.7","dist":{"shasum":"fed8abca8e813a7cc233a588a863caa8b759eb93","size":3813,"noattachment":false,"key":"/to-vfile/-/to-vfile-6.0.1.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-6.0.1.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_6.0.1_1583163579083_0.03794890393603456"},"_hasShrinkwrap":false,"publish_time":1583163579200,"_cnpm_publish_time":1583163579200},"6.0.0":{"name":"to-vfile","version":"6.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.js","browser":"lib/core.js","dependencies":{"is-buffer":"^2.0.0","vfile":"^4.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^14.0.0","prettier":"^1.0.0","remark-cli":"^6.0.0","remark-preset-wooorm":"^5.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.24.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"947cbb2fdb8a3bb2607abbbdfa93ccb47bd65f69","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@6.0.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"96c4aa0ee09c51dd4e8fd0b9c11da040d7dba9ea","size":3782,"noattachment":false,"key":"/to-vfile/-/to-vfile-6.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-6.0.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_6.0.0_1559237024379_0.9094731806612828"},"_hasShrinkwrap":false,"publish_time":1559237024466,"_cnpm_publish_time":1559237024466},"5.0.3":{"name":"to-vfile","version":"5.0.3","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.js","browser":"lib/core.js","dependencies":{"is-buffer":"^2.0.0","vfile":"^3.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^14.0.0","prettier":"^1.0.0","remark-cli":"^6.0.0","remark-preset-wooorm":"^5.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.24.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"5b9bc46784bfe3925e15d1ff0df23ca523337325","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@5.0.3","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"61ecbd7ed207b2a30e9d2eb5d4cd9f9114300203","size":3785,"noattachment":false,"key":"/to-vfile/-/to-vfile-5.0.3.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-5.0.3.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_5.0.3_1559213456764_0.5076934181081001"},"_hasShrinkwrap":false,"publish_time":1559213456924,"_cnpm_publish_time":1559213456924},"5.0.2":{"name":"to-vfile","version":"5.0.2","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"main":"index.js","browser":"lib/core.js","dependencies":{"is-buffer":"^2.0.0","vfile":"^3.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^13.0.0","prettier":"^1.12.1","remark-cli":"^6.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.0.0","tinyify":"^2.4.3","xo":"^0.23.0"},"scripts":{"format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off","object-shorthand":"off","unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"2bb8b2def829814fb321ae888dfa0974c950d5a5","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@5.0.2","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"7d402dd8dbe822cb80b924d4f13a56ee00ed8e49","size":3642,"noattachment":false,"key":"/to-vfile/-/to-vfile-5.0.2.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-5.0.2.tgz"},"maintainers":[{"name":"wooorm","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_5.0.2_1540727653052_0.37790762108976383"},"_hasShrinkwrap":false,"publish_time":1540727653214,"_cnpm_publish_time":1540727653214},"5.0.1":{"name":"to-vfile","version":"5.0.1","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"dependencies":{"is-buffer":"^2.0.0","vfile":"^3.0.0"},"devDependencies":{"browserify":"^16.0.0","nyc":"^12.0.0","prettier":"^1.12.1","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.0.0","tinyify":"^2.4.3","xo":"^0.21.0"},"scripts":{"format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify . -s toVFile > to-vfile.js","build-mangle":"browserify . -s toVFile -p tinyify > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off","object-shorthand":"off","unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"0ab19138d07a1b769f5ebd3f413b08ecd2cf3884","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@5.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"c661ba2ec961fa00de1c11464efb475acc00e822","size":3535,"noattachment":false,"key":"/to-vfile/-/to-vfile-5.0.1.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-5.0.1.tgz"},"maintainers":[{"name":"wooorm","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_5.0.1_1533489280766_0.7244225567044182"},"_hasShrinkwrap":false,"publish_time":1533489280916,"_cnpm_publish_time":1533489280916},"5.0.0":{"name":"to-vfile","version":"5.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"dependencies":{"is-buffer":"^2.0.0","vfile":"^3.0.0"},"devDependencies":{"browserify":"^16.0.0","esmangle":"^1.0.1","nyc":"^11.0.0","prettier":"^1.12.1","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.0.0","xo":"^0.21.0"},"scripts":{"format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off","object-shorthand":"off","unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"481be5f70c04a8b14d47a73e9cf232916f164e4a","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@5.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"46248d86d931fa9061a6e3411922be8d8b09fc2f","size":3513,"noattachment":false,"key":"/to-vfile/-/to-vfile-5.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-5.0.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_5.0.0_1529184525359_0.31123787075864917"},"_hasShrinkwrap":false,"publish_time":1529184525433,"_cnpm_publish_time":1529184525433},"4.0.0":{"name":"to-vfile","version":"4.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"dependencies":{"is-buffer":"^2.0.0","vfile":"^3.0.0"},"devDependencies":{"browserify":"^16.0.0","esmangle":"^1.0.1","nyc":"^11.0.0","prettier":"^1.12.1","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.0.0","xo":"^0.21.0"},"scripts":{"format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off","object-shorthand":"off","unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"fa566140514e490d665d89ee085278bfb2e98ca7","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@4.0.0","_npmVersion":"6.0.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"465ade5fc2b9e97e6c80b854d378a5d0f4b5d04a","size":3476,"noattachment":false,"key":"/to-vfile/-/to-vfile-4.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-4.0.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_4.0.0_1525512034419_0.5337356022203985"},"_hasShrinkwrap":false,"publish_time":1525512034515,"_cnpm_publish_time":1525512034515},"3.0.0":{"name":"to-vfile","version":"3.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"dependencies":{"is-buffer":"^2.0.0","vfile":"^2.0.0"},"devDependencies":{"browserify":"^16.0.0","esmangle":"^1.0.1","nyc":"^11.0.0","prettier":"^1.12.1","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.0.0","xo":"^0.20.0"},"scripts":{"format":"remark . -qfo && prettier --write '**/*.js' && xo --fix","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-var":"off","prefer-arrow-callback":"off","object-shorthand":"off","unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"49fcead089ab66f035822e8efca677838a07232f","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@3.0.0","_npmVersion":"6.0.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"98c983b34eb621d9e03bf5d421e5fa4a6b7b9e1c","size":3472,"noattachment":false,"key":"/to-vfile/-/to-vfile-3.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-3.0.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile_3.0.0_1525461179863_0.8019232802245171"},"_hasShrinkwrap":false,"publish_time":1525461179922,"_cnpm_publish_time":1525461179922},"2.2.0":{"name":"to-vfile","version":"2.2.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"dependencies":{"is-buffer":"^1.1.4","vfile":"^2.0.0","x-is-function":"^1.0.4"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.1","nyc":"^11.0.0","remark-cli":"^4.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.0.0","xo":"^0.18.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"def798997ab649d21248513c33370d8d44826dc9","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@2.2.0","_npmVersion":"5.5.1","_nodeVersion":"9.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"342d1705e6df526d569b1fc8bfa29f1f36d6c416","size":3391,"noattachment":false,"key":"/to-vfile/-/to-vfile-2.2.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-2.2.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile-2.2.0.tgz_1517943942084_0.53554094186984"},"directories":{},"publish_time":1517943943053,"_hasShrinkwrap":false,"_cnpm_publish_time":1517943943053},"2.1.2":{"name":"to-vfile","version":"2.1.2","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"dependencies":{"is-buffer":"^1.1.4","vfile":"^2.0.0"},"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/vfile/to-vfile.git"},"bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.1","nyc":"^11.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.0.0","xo":"^0.18.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/no-new-buffer":"off"},"ignores":["to-vfile.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"cf5175af432310e76ac256fb39669397db892d01","homepage":"https://github.com/vfile/to-vfile#readme","_id":"to-vfile@2.1.2","_npmVersion":"5.1.0","_nodeVersion":"8.1.2","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"63f410e3b72937be84e8198961caf74be2da4388","size":3009,"noattachment":false,"key":"/to-vfile/-/to-vfile-2.1.2.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-2.1.2.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-vfile-2.1.2.tgz_1500308580850_0.9325173944234848"},"directories":{},"publish_time":1500308581759,"_hasShrinkwrap":false,"_cnpm_publish_time":1500308581759},"2.1.1":{"name":"to-vfile","version":"2.1.1","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"dependencies":{"is-buffer":"^1.1.4","vfile":"^2.0.0","x-is-string":"^0.1.0"},"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/wooorm/to-vfile.git"},"bugs":{"url":"https://github.com/wooorm/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"devDependencies":{"browserify":"^13.0.1","esmangle":"^1.0.1","nyc":"^8.1.0","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.0.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"ignores":["to-vfile.js"]},"remarkConfig":{"output":true,"presets":"wooorm"},"gitHead":"15003f655cdfc53021aeb7a11dfffc0f849af080","homepage":"https://github.com/wooorm/to-vfile#readme","_id":"to-vfile@2.1.1","_shasum":"bbdaa802811af3af43b4afd4987f435f21931cc8","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"bbdaa802811af3af43b4afd4987f435f21931cc8","size":3118,"noattachment":false,"key":"/to-vfile/-/to-vfile-2.1.1.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-2.1.1.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/to-vfile-2.1.1.tgz_1474725746719_0.23172052996233106"},"directories":{},"publish_time":1474725747909,"_cnpm_publish_time":1474725747909,"_hasShrinkwrap":false},"2.1.0":{"name":"to-vfile","version":"2.1.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"dependencies":{"is-buffer":"^1.1.4","vfile":"^2.0.0","x-is-string":"^0.1.0"},"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/wooorm/to-vfile.git"},"bugs":{"url":"https://github.com/wooorm/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"devDependencies":{"browserify":"^13.0.1","esmangle":"^1.0.1","nyc":"^8.1.0","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.0.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"ignores":["to-vfile.js"]},"remarkConfig":{"output":true,"presets":"wooorm"},"gitHead":"9c54ea6969ef8b535ad2fdfdbd03fcfb92e99825","homepage":"https://github.com/wooorm/to-vfile#readme","_id":"to-vfile@2.1.0","_shasum":"e10980d91a692d49c92b943e79acf112955f14ff","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"e10980d91a692d49c92b943e79acf112955f14ff","size":3114,"noattachment":false,"key":"/to-vfile/-/to-vfile-2.1.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-2.1.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/to-vfile-2.1.0.tgz_1473501383144_0.0030551166273653507"},"directories":{},"publish_time":1473501384766,"_cnpm_publish_time":1473501384766,"_hasShrinkwrap":false},"2.0.0":{"name":"to-vfile","version":"2.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"dependencies":{"is-buffer":"^1.1.4","vfile":"^2.0.0","x-is-string":"^0.1.0"},"main":"index.js","browser":"lib/core.js","files":["lib","index.js"],"repository":{"type":"git","url":"git+https://github.com/wooorm/to-vfile.git"},"bugs":{"url":"https://github.com/wooorm/to-vfile/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"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","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js --bare -s toVFile > to-vfile.js","build-mangle":"esmangle to-vfile.js > to-vfile.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"ignores":["to-vfile.js"]},"remarkConfig":{"output":true,"plugins":{"comment-config":null,"github":null,"lint":null,"validate-links":null},"settings":{"bullet":"*"}},"gitHead":"267eef939af56dd682790c6158da4cde8370094f","homepage":"https://github.com/wooorm/to-vfile#readme","_id":"to-vfile@2.0.0","_shasum":"c1c02cdce091d2e5598a7402e698249662175d48","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"c1c02cdce091d2e5598a7402e698249662175d48","size":2983,"noattachment":false,"key":"/to-vfile/-/to-vfile-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-2.0.0.tgz"},"maintainers":[{"name":"wooorm","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/to-vfile-2.0.0.tgz_1471787646427_0.987248947378248"},"directories":{},"publish_time":1471787648450,"_cnpm_publish_time":1471787648450,"_hasShrinkwrap":false},"1.0.0":{"name":"to-vfile","version":"1.0.0","description":"Create a vfile from a file-path","license":"MIT","keywords":["virtual","file","text","processing","file-path","file","path"],"dependencies":{"vfile":"^1.0.0"},"main":"index.js","browser":"lib/to-vfile.js","files":["lib","index.js"],"repository":{"type":"git","url":"https://github.com/wooorm/to-vfile.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"devDependencies":{"browserify":"^11.0.1","eslint":"^1.0.0","esmangle":"^1.0.1","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^1.0.0","mdast-comment-config":"^0.1.2","mdast-github":"^0.3.2","mdast-lint":"^0.4.2","mdast-slug":"^0.1.1","mdast-validate-links":"^0.3.1","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coverage":"istanbul cover _mocha -- test.js","test-travis":"npm run test-coverage","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","bundle":"browserify lib/to-vfile.js -s toVFile > to-vfile.js","postbundle":"esmangle to-vfile.js > to-vfile.min.js","build-md":"mdast . --quiet","build":"npm run bundle && npm run build-md"},"gitHead":"421c1019d8f8e20b4924f50248bdebe33a7a7bf8","bugs":{"url":"https://github.com/wooorm/to-vfile/issues"},"homepage":"https://github.com/wooorm/to-vfile","_id":"to-vfile@1.0.0","_shasum":"88defecd43adb2ef598625f0e3d59f7f342941ba","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":""}],"dist":{"shasum":"88defecd43adb2ef598625f0e3d59f7f342941ba","size":2230,"noattachment":false,"key":"/to-vfile/-/to-vfile-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/to-vfile/download/to-vfile-1.0.0.tgz"},"directories":{},"publish_time":1439403660015,"_cnpm_publish_time":1439403660015,"_hasShrinkwrap":false}},"readme":"# to-vfile\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[vfile][] utility to read and write to the file system.\n\n## Contents\n\n*   [What is this?](#what-is-this)\n*   [When should I use this?](#when-should-i-use-this)\n*   [Install](#install)\n*   [Use](#use)\n*   [API](#api)\n    *   [`toVFile(description)`](#tovfiledescription)\n    *   [`read(description[, options][, callback])`](#readdescription-options-callback)\n    *   [`readSync(description[, options])`](#readsyncdescription-options)\n    *   [`write(description[, options][, callback])`](#writedescription-options-callback)\n    *   [`writeSync(description[, options])`](#writesyncdescription-options)\n    *   [`BufferEncoding`](#bufferencoding)\n    *   [`Callback`](#callback)\n    *   [`Compatible`](#compatible)\n    *   [`ReadOptions`](#readoptions)\n    *   [`WriteOptions`](#writeoptions)\n*   [Types](#types)\n*   [Compatibility](#compatibility)\n*   [Contribute](#contribute)\n*   [License](#license)\n\n## What is this?\n\nThis utility places file paths and the file system first.\nWhere `vfile` itself focusses on file values (the file contents), this instead\nfocuses on the file system, which is a common case when working with files.\n\n## When should I use this?\n\nUse this if you know there’s a file system and want to use it.\nUse `vfile` if there might not be a file system.\n\n## Install\n\nThis package is [ESM only][esm].\nIn Node.js (version 14.14+ and 16.0+), install with [npm][]:\n\n```sh\nnpm install to-vfile\n```\n\nIn Deno with [`esm.sh`][esmsh]:\n\n```js\nimport {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7'\n```\n\nIn browsers with [`esm.sh`][esmsh]:\n\n```html\n<script type=\"module\">\n  import {toVFile, read, readSync, write, writeSync} from 'https://esm.sh/to-vfile@7?bundle'\n</script>\n```\n\n## Use\n\n```js\nimport {toVFile, read} from 'to-vfile'\n\nconsole.log(toVFile('readme.md'))\nconsole.log(toVFile(new URL('readme.md', import.meta.url)))\nconsole.log(await read('.git/HEAD'))\nconsole.log(await read('.git/HEAD', 'utf8'))\n```\n\nYields:\n\n```js\nVFile {\n  data: {},\n  messages: [],\n  history: [ 'readme.md' ],\n  cwd: '/Users/tilde/Projects/oss/to-vfile'\n}\nVFile {\n  data: {},\n  messages: [],\n  history: [ '/Users/tilde/Projects/oss/to-vfile/readme.md' ],\n  cwd: '/Users/tilde/Projects/oss/to-vfile'\n}\nVFile {\n  data: {},\n  messages: [],\n  history: [ '.git/HEAD' ],\n  cwd: '/Users/tilde/Projects/oss/to-vfile',\n  value: <Buffer 72 65 66 3a 20 72 65 66 73 2f 68 65 61 64 73 2f 6d 61 69 6e 0a>\n}\nVFile {\n  data: {},\n  messages: [],\n  history: [ '.git/HEAD' ],\n  cwd: '/Users/tilde/Projects/oss/to-vfile',\n  value: 'ref: refs/heads/main\\n'\n}\n```\n\n## API\n\nThis package exports the identifiers [`read`][api-read],\n[`readSync`][api-read-sync], [`toVFile`][api-to-vfile],\n[`write`][api-write], and [`writeSync`][api-write-sync].\nThere is no default export.\n\n### `toVFile(description)`\n\nCreate a virtual file from a description.\n\nThis is like `VFile`, but it accepts a file path instead of file cotnents.\n\nIf `options` is a string, URL, or buffer, it’s used as the path.\nOtherwise, if it’s a file, that’s returned instead.\nOtherwise, the options are passed through to `new VFile()`.\n\n###### Parameters\n\n*   `description` ([`Compatible`][api-compatible], optional)\n    — fath to file, file options, or file itself\n\n###### Returns\n\nGiven file or new file ([`VFile`][vfile]).\n\n### `read(description[, options][, callback])`\n\nCreate a virtual file and read it in, async.\n\n###### Signatures\n\n*   `(description[, options], Callback): void`\n*   `(description[, options]): Promise<VFile>`\n\n###### Parameters\n\n*   `description` ([`Compatible`][api-compatible])\n    — path to file, file options, or file itself\n*   `options` ([`BufferEncoding`][api-buffer-encoding],\n    [`ReadOptions`][api-read-options], optional)\n*   `callback` ([`Callback`][api-callback], optional)\n    — callback called when done\n\n###### Returns\n\nNothing when a callback is given, otherwise [promise][] that resolves to given\nfile or new file ([`VFile`][vfile]).\n\n### `readSync(description[, options])`\n\nCreate a virtual file and read it in, synchronously.\n\n###### Parameters\n\n*   `description` ([`Compatible`][api-compatible])\n    — path to file, file options, or file itself\n*   `options` ([`BufferEncoding`][api-buffer-encoding],\n    [`ReadOptions`][api-read-options], optional)\n\n###### Returns\n\nGiven file or new file ([`VFile`][vfile]).\n\n### `write(description[, options][, callback])`\n\nCreate a virtual file and write it, async.\n\n###### Signatures\n\n*   `(description[, options], Callback): void`\n*   `(description[, options]): Promise<VFile>`\n\n###### Parameters\n\n*   `description` ([`Compatible`][api-compatible])\n    — path to file, file options, or file itself\n*   `options` ([`BufferEncoding`][api-buffer-encoding],\n    [`WriteOptions`][api-write-options], optional)\n*   `callback` ([`Callback`][api-callback], optional)\n    — callback called when done\n\n###### Returns\n\nNothing when a callback is given, otherwise [promise][] that resolves to given\nfile or new file ([`VFile`][vfile]).\n\n### `writeSync(description[, options])`\n\nCreate a virtual file and write it, synchronously.\n\n###### Parameters\n\n*   `description` ([`Compatible`][api-compatible])\n    — path to file, file options, or file itself\n*   `options` ([`BufferEncoding`][api-buffer-encoding],\n    [`WriteOptions`][api-write-options], optional)\n\n###### Returns\n\nGiven file or new file ([`VFile`][vfile]).\n\n### `BufferEncoding`\n\nEncodings supported by the buffer class (TypeScript type).\n\nThis is a copy of the types from Node and [`VFile`][vfile].\n\n###### Type\n\n```ts\ntype BufferEncoding =\n  | 'ascii'\n  | 'utf8'\n  | 'utf-8'\n  | 'utf16le'\n  | 'ucs2'\n  | 'ucs-2'\n  | 'base64'\n  | 'base64url'\n  | 'latin1'\n  | 'binary'\n  | 'hex'\n```\n\n### `Callback`\n\nCallback called after reading or writing a file (TypeScript type).\n\n###### Parameters\n\n*   `error` (`Error`, optional)\n    — error when reading or writing was not successful\n*   `file` ([`VFile`][vfile], optional)\n    — file when reading or writing was successful\n\n###### Returns\n\nNothing (`void`).\n\n### `Compatible`\n\nURL to file, path to file, options for file, or actual file (TypeScript type).\n\n###### Type\n\n```ts\ntype Compatible = Buffer | URL | VFileOptions | VFile | string\n```\n\n<!-- To do: fix link to `VFileOptions` when `VFile` is updated -->\n\nSee [`VFileOptions`][vfile] and [`VFile`][vfile].\n\n### `ReadOptions`\n\nConfiguration for `fs.readFile` (TypeScript type).\n\n###### Fields\n\n*   `encoding` ([`BufferEncoding`][api-buffer-encoding], optional)\n    — encoding to read file as, will turn `file.value` into a string if passed\n*   `flag` (`string`, optional)\n    — file system flags to use\n\n### `WriteOptions`\n\nConfiguration for `fs.writeFile` (TypeScript type).\n\n###### Fields\n\n*   `encoding` ([`BufferEncoding`][api-buffer-encoding], optional)\n    — encoding to write file as\n*   `mode` (`number | string`, optional)\n    — file mode (permission and sticky bits) if the file was newly created\n*   `flag` (`string`, optional)\n    — file system flags to use\n\n## Types\n\nThis package is fully typed with [TypeScript][].\nIt exports the additional types\n[`BufferEncoding`][api-buffer-encoding],\n[`Callback`][api-callback],\n[`Compatible`][api-compatible],\n[`ReadOptions`][api-read-options], and\n[`WriteOptions`][api-write-options].\n\n## Compatibility\n\nProjects maintained by the unified collective are compatible with all maintained\nversions of Node.js.\nAs of now, that is Node.js 14.14+ and 16.0+.\nOur projects sometimes work with older versions, but this is not guaranteed.\n\n## Contribute\n\nSee [`contributing.md`][contributing] in [`vfile/.github`][health] for ways to\nget started.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://github.com/vfile/to-vfile/workflows/main/badge.svg\n\n[build]: https://github.com/vfile/to-vfile/actions\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/vfile/to-vfile.svg\n\n[coverage]: https://codecov.io/github/vfile/to-vfile\n\n[downloads-badge]: https://img.shields.io/npm/dm/to-vfile.svg\n\n[downloads]: https://www.npmjs.com/package/to-vfile\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg\n\n[chat]: https://github.com/vfile/vfile/discussions\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n\n[esmsh]: https://esm.sh\n\n[typescript]: https://www.typescriptlang.org\n\n[contributing]: https://github.com/vfile/.github/blob/main/contributing.md\n\n[support]: https://github.com/vfile/.github/blob/main/support.md\n\n[health]: https://github.com/vfile/.github\n\n[coc]: https://github.com/vfile/.github/blob/main/code-of-conduct.md\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[vfile]: https://github.com/vfile/vfile\n\n[promise]: https://developer.mozilla.org/Web/JavaScript/Reference/Global_Objects/Promise\n\n[api-read]: #readdescription-options-callback\n\n[api-read-sync]: #readsyncdescription-options\n\n[api-to-vfile]: #tovfiledescription\n\n[api-write]: #writedescription-options-callback\n\n[api-write-sync]: #writesyncdescription-options\n\n[api-buffer-encoding]: #bufferencoding\n\n[api-callback]: #callback\n\n[api-compatible]: #compatible\n\n[api-read-options]: #readoptions\n\n[api-write-options]: #writeoptions\n","_attachments":{},"homepage":"https://github.com/vfile/to-vfile#readme","bugs":{"url":"https://github.com/vfile/to-vfile/issues"},"license":"MIT"}