-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial release - introduced "include" statement.
- Loading branch information
1 parent
c97d450
commit eeb4e4a
Showing
13 changed files
with
628 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
'use strict'; | ||
|
||
module.exports = require('./src/adapter'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"_from": "github:CandoImage/fractal-twig-context-subrender", | ||
"_id": "[email protected]", | ||
"_inBundle": false, | ||
"_integrity": "", | ||
"_location": "/fractal-twig-context-subrender", | ||
"_phantomChildren": { | ||
"@allmarkedup/fang": "1.0.0", | ||
"@frctl/handlebars": "1.1.5", | ||
"@frctl/mandelbrot": "1.2.0", | ||
"anymatch": "1.3.2", | ||
"bluebird": "3.5.3", | ||
"browser-sync": "2.26.3", | ||
"chokidar": "1.7.0", | ||
"cli-table2": "0.2.0", | ||
"co": "4.6.0", | ||
"columnify": "1.5.4", | ||
"escape-string-regexp": "1.0.5", | ||
"express": "4.17.1", | ||
"globby": "6.1.0", | ||
"graceful-fs": "4.1.15", | ||
"gray-matter": "2.1.1", | ||
"handlebars": "4.1.0", | ||
"has-ansi": "2.0.0", | ||
"highlight.js": "9.14.2", | ||
"inquirer": "1.2.3", | ||
"istextorbinary": "2.5.1", | ||
"js-beautify": "1.6.14", | ||
"js-yaml": "3.13.1", | ||
"klaw": "1.3.1", | ||
"liftoff": "2.5.0", | ||
"lodash": "4.17.11", | ||
"log-update": "1.0.2", | ||
"marked": "0.3.19", | ||
"mime": "1.6.0", | ||
"minimist": "1.2.0", | ||
"mixwith": "0.1.1", | ||
"nunjucks": "2.5.2", | ||
"path-is-absolute": "1.0.1", | ||
"path-to-regexp": "1.7.0", | ||
"portscanner": "1.2.0", | ||
"readable-stream": "2.3.6", | ||
"require-all": "2.2.0", | ||
"rimraf": "2.6.3", | ||
"semver": "5.6.0", | ||
"shelljs": "0.7.8", | ||
"strip-ansi": "3.0.1", | ||
"throat": "3.2.0", | ||
"update-notifier": "1.0.3", | ||
"vinyl": "1.2.0", | ||
"vorpal": "1.11.4" | ||
}, | ||
"_requested": { | ||
"type": "git", | ||
"raw": "github:CandoImage/fractal-twig-context-subrender", | ||
"rawSpec": "github:CandoImage/fractal-twig-context-subrender", | ||
"saveSpec": "github:CandoImage/fractal-twig-context-subrender", | ||
"fetchSpec": null, | ||
"gitCommittish": null | ||
}, | ||
"_requiredBy": [ | ||
"#DEV:/" | ||
], | ||
"_resolved": "github:CandoImage/fractal-twig-context-subrender#bdf808598d9d2ea10b2cecaea039ed41e6c5c0f1", | ||
"_spec": "github:CandoImage/fractal-twig-context-subrender", | ||
"author": { | ||
"name": "ADYAX TEAM & das-peter" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/das-peter/fractal-twig-context-subrender/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"@frctl/fractal": "latest", | ||
"lodash": "^4.17.4", | ||
"query-string": "^5.0.0", | ||
"twig": "^1.10.5" | ||
}, | ||
"deprecated": false, | ||
"description": "Extension for the Fractal Twig Adapter to allow sub-render context data.", | ||
"files": [ | ||
"src", | ||
"index.js" | ||
], | ||
"homepage": "https://github.com/das-peter/fractal-twig-context-subrender#readme", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"name": "fractal-twig-context-subrender", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/das-peter/fractal-twig-context-subrender.git" | ||
}, | ||
"scripts": { | ||
"release:major": "npm version major -m \"Released version %s\" && npm publish && git push --follow-tags", | ||
"release:minor": "npm version minor -m \"Released version %s\" && npm publish && git push --follow-tags", | ||
"release:patch": "npm version patch -m \"Released version %s\" && npm publish && git push --follow-tags" | ||
}, | ||
"version": "1.0.0" | ||
} |
Oops, something went wrong.