{ "_from": "@11ty/eleventy", "_id": "@11ty/eleventy@0.9.0", "_inBundle": false, "_integrity": "sha512-6BW59Fzf2sXrtnS5bUey5JbbiOSZCujG7/6/quj4ooLYIFV3djBZpyJg6mQmlyefFIacvC0GDP+9QT+QQ0O74g==", "_location": "/@11ty/eleventy", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "@11ty/eleventy", "name": "@11ty/eleventy", "escapedName": "@11ty%2feleventy", "scope": "@11ty", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-0.9.0.tgz", "_shasum": "de3e93eda2ea8b5d4cd39d0177950eb000fb38f9", "_spec": "@11ty/eleventy", "_where": "/home/suroh/Repos/11ty.work", "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "ava": { "files": [ "./test/*.js" ], "sources": [ "./**/.eleventyignore", "./src/**/*.js", "./test/stubs/**", "!./test/stubs/**/_site/**" ] }, "bin": { "eleventy": "./cmd.js" }, "bugs": { "url": "https://github.com/11ty/eleventy/issues" }, "bundleDependencies": false, "dependencies": { "browser-sync": "^2.26.7", "chalk": "^2.4.2", "chokidar": "^3.0.2", "debug": "^4.1.1", "dependency-graph": "^0.8.0", "dependency-tree": "^7.0.2", "ejs": "^2.6.2", "fast-glob": "^3.0.4", "fs-extra": "^8.1.0", "gray-matter": "^4.0.2", "hamljs": "^0.6.2", "handlebars": "^4.1.2", "javascript-stringify": "^2.0.0", "liquidjs": "^6.4.3", "lodash": "^4.17.15", "luxon": "^1.17.2", "markdown-it": "^8.4.2", "minimist": "^1.2.0", "moo": "^0.5.0", "multimatch": "^4.0.0", "mustache": "^2.3.0", "normalize-path": "^3.0.0", "nunjucks": "^3.2.0", "parse-filepath": "^1.0.2", "please-upgrade-node": "^3.2.0", "pretty": "^2.0.0", "pug": "^2.0.4", "recursive-copy": "^2.0.10", "semver": "^6.3.0", "slugify": "^1.3.4", "time-require": "^0.1.2", "valid-url": "^1.0.9" }, "deprecated": false, "description": "Transform a directory of templates into HTML.", "devDependencies": { "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3", "ava": "^2.2.0", "lint-staged": "^9.2.5", "markdown-it-emoji": "^1.4.0", "nyc": "^14.1.1", "pre-commit": "^1.2.2", "pre-push": "^0.1.1", "prettier": "^1.18.2", "rimraf": "^3.0.0", "toml": "^3.0.0", "viperhtml": "^2.17.0", "vue": "^2.6.10", "vue-server-renderer": "^2.6.10" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/11ty/eleventy#readme", "keywords": [ "static-site-generator", "static-site", "ssg", "documentation", "website", "jekyll", "blog", "templates", "generator", "framework", "eleventy", "11ty", "html", "markdown", "liquid", "nunjucks", "pug", "handlebars", "mustache", "ejs", "haml" ], "license": "MIT", "lint-staged": { "*.{js,css,md}": [ "prettier --write", "git add" ] }, "main": "src/Eleventy.js", "name": "@11ty/eleventy", "pre-commit": "lint-staged", "pre-push": "test", "repository": { "type": "git", "url": "git://github.com/11ty/eleventy.git" }, "scripts": { "coverage": "npx nyc ava && npx nyc report --reporter=json-summary && cp coverage/coverage-summary.json docs-src/_data/coverage.json && node cmd.js --config=docs-src/.eleventy.docs.js", "default": "npm run test", "lint-staged": "lint-staged", "test": "npx ava --verbose" }, "version": "0.9.0" }