{"name":"unified-engine","version":"10.1.0","keywords":["unified","processor","engine"],"author":{"url":"https://wooorm.com","name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","_id":"unified-engine@10.1.0","maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"contributors":[{"url":"https://wooorm.com","name":"Titus Wormer","email":"tituswormer@gmail.com"},{"name":"Christian Murphy","email":"christian.murphy.42@gmail.com"}],"homepage":"https://github.com/unifiedjs/unified-engine#readme","bugs":{"url":"https://github.com/unifiedjs/unified-engine/issues"},"xo":{"rules":{"complexity":"off","capitalized-comments":"off","unicorn/no-this-assignment":"off"},"prettier":true,"overrides":[{"files":"test/fixtures/**/*.js","rules":{"unicorn/no-empty-file":"off","unicorn/prefer-module":"off"}}]},"dist":{"shasum":"6899f00d1f53ee9af94f7abd0ec21242aae3f56c","tarball":"https://registry.npmjs.org/unified-engine/-/unified-engine-10.1.0.tgz","fileCount":49,"integrity":"sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ==","signatures":[{"sig":"MEUCIBj0hNMIx0umgLi689AOOuOjs5dhZGODgLUnuBIBU6vhAiEA4/3iCmWdBC7QZ4lLI445NNj4ZLHEmYgNgWii1cMFGe0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":108998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeTiNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVrQ//Si9p5bHoblPZSfMjOn9131zC2m3rl7zLh5fS8BGqiFryN3UX\r\nDtWIgq++Pr3h4LLXRTxI4W9bTJ16GIxOZXVVb+11nBkYq2D+D0aJikY6ifbb\r\npHOKvRnzQKpzozD6Z6gR/0SuilYmpS1sqhRCtj/CmnIjN2K/SnnYfeTHj7Uv\r\n15+vTvyJckKFUSjZBctJf/3dW4UYVpYwzNNHujdeb1Ny9m3Nhhr90itnHt7J\r\nuX0M1GeUk+onPU7mao5KbsmlUWx17+sO4YwZeY/pVfaRvnDTTF55umN1kEdn\r\nqpXEJasOVzBdrVEMqy4QKR95nhd0kxWlEBbnfPSmBFWGWJdtwQIK5WKg6tYG\r\nFcaw9QNL0l0loJDQL+SWr/nl3jsXNcUQCD4DJdhZ9izVfoKup/oLSTi4lBTs\r\nT36yL3A5CkLO8Ce4+IgjSw1fZ0o4bPM1nJiL5Xw/E+lqKNfkW8MOba06PLwj\r\nDvhrGZisQYvmh1emObFV7IxG8Opt+Txod4pwxFSuGarN4gu5MYDfWXg+5+Vk\r\ngQfpkSazhBLc7pm6fn3XFYmoQ4w4WHogkuma8RuSxVEMbarovgiB7GY8Gn3G\r\na5jOM/bRzxrVvPmOw1D5YIn8M5+zcAPDcy0z3HeDS5DQTqM7KagSWvCYEnwU\r\nPu0ymFpq2PtT3UkB8+bInY5WuofmvITIrU4=\r\n=rOeP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","type":"module","types":"index.d.ts","funding":{"url":"https://opencollective.com/unified","type":"opencollective"},"gitHead":"5468193d0e000d321718e5612c10362b8bd7df3b","scripts":{"test":"npm run build && npm run format && npm run test-coverage","build":"tsc --build --clean && tsc --build && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","prepack":"npm run build && npm run format","test-api":"node --conditions development test/index.js","test-coverage":"c8 --check-coverage --100 --reporter lcov npm run test-api"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"prettier":{"semi":false,"useTabs":false,"tabWidth":2,"singleQuote":true,"trailingComma":"none","bracketSpacing":false},"repository":{"url":"git+https://github.com/unifiedjs/unified-engine.git","type":"git"},"_npmVersion":"8.19.2","description":"Engine to process multiple files with unified","directories":{},"sideEffects":false,"_nodeVersion":"19.0.0","dependencies":{"glob":"^8.0.0","yaml":"^2.0.0","debug":"^4.0.0","fault":"^2.0.0","ignore":"^5.0.0","trough":"^2.0.0","is-empty":"^1.0.0","to-vfile":"^7.0.0","is-buffer":"^2.0.0","parse-json":"^6.0.0","@types/node":"^18.0.0","load-plugin":"^5.0.0","@types/debug":"^4.0.0","@types/unist":"^2.0.0","is-plain-obj":"^4.0.0","concat-stream":"^2.0.0","vfile-message":"^3.0.0","vfile-reporter":"^7.0.0","@types/is-empty":"^1.0.0","vfile-statistics":"^2.0.0","unist-util-inspect":"^7.0.0","@types/concat-stream":"^2.0.0"},"remarkConfig":{"plugins":["preset-wooorm",["toc",{"tight":true,"heading":"contents","maxDepth":3}]]},"typeCoverage":{"#":"needed `any`s","detail":true,"strict":true,"atLeast":100,"ignoreCatch":true,"ignoreFiles":["lib/index.d.ts","lib/configuration.d.ts","test/**/*.js","test/**/*.cjs","test/**/*.mjs"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","xo":"^0.53.0","vfile":"^5.0.0","remark":"^14.0.0","unified":"^10.0.0","prettier":"^2.0.0","remark-cli":"^11.0.0","remark-toc":"^8.0.0","strip-ansi":"^7.0.0","typescript":"^4.0.0","@types/glob":"^8.0.0","type-coverage":"^2.0.0","vfile-reporter-json":"^3.0.0","remark-preset-wooorm":"^9.0.0","vfile-reporter-pretty":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/unified-engine_10.1.0_1668888717310_0.3617527156348235","host":"s3://npm-registry-packages"}}