mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
152
node_modules/@11ty/eleventy/package.json
generated
vendored
Executable file
152
node_modules/@11ty/eleventy/package.json
generated
vendored
Executable file
@ -0,0 +1,152 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@11ty/eleventy@0.9.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "@11ty/eleventy@0.9.0",
|
||||
"_id": "@11ty/eleventy@0.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6BW59Fzf2sXrtnS5bUey5JbbiOSZCujG7/6/quj4ooLYIFV3djBZpyJg6mQmlyefFIacvC0GDP+9QT+QQ0O74g==",
|
||||
"_location": "/@11ty/eleventy",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@11ty/eleventy@0.9.0",
|
||||
"name": "@11ty/eleventy",
|
||||
"escapedName": "@11ty%2feleventy",
|
||||
"scope": "@11ty",
|
||||
"rawSpec": "0.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-0.9.0.tgz",
|
||||
"_spec": "0.9.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user