File: /home/f/r/e/frenchy/www/extracts/var/www/french-american.org/current/node_modules/twig/package.json
{
"_args": [
[
"twig@1.13.3",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "twig@1.13.3",
"_id": "twig@1.13.3",
"_inBundle": false,
"_integrity": "sha512-Kjart2102Kf0IdsEmLonSJKcByU7o9uiJhBde3GhrNHrX4XenT5WSKu4Hpkx+rF6Kyppeyd48BKsCREIOPXd/g==",
"_location": "/twig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "twig@1.13.3",
"name": "twig",
"escapedName": "twig",
"rawSpec": "1.13.3",
"saveSpec": null,
"fetchSpec": "1.13.3"
},
"_requiredBy": [
"/@frctl/twig"
],
"_resolved": "https://registry.npmjs.org/twig/-/twig-1.13.3.tgz",
"_spec": "1.13.3",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "John Roepke",
"email": "john@justjohn.us",
"url": "http://john.sh/"
},
"bin": {
"twigjs": "./bin/twigjs"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/twigjs/twig.js/issues"
},
"dependencies": {
"locutus": "^2.0.5",
"minimatch": "3.0.x",
"walk": "2.3.x"
},
"description": "JS port of the Twig templating language.",
"devDependencies": {
"chai": "^3.5.0",
"cross-env": "^5.2.0",
"mocha": "^4.1.0",
"should": "11.1.x",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"tokenizer": "1.1.x",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/twigjs/twig.js",
"licenses": [
{
"type": "BSD-2-Clause",
"url": "https://raw.github.com/twigjs/twig.js/master/LICENSE"
}
],
"main": "twig.js",
"name": "twig",
"repository": {
"type": "git",
"url": "git://github.com/twigjs/twig.js.git"
},
"scripts": {
"build": "npm run build-node && npm run build-browser",
"build-browser": "cross-env WEBPACK_ENV=browser webpack",
"build-node": "webpack",
"postversion": "git push origin master && git push origin master --tags",
"preversion": "npm test && git diff --exit-code --quiet",
"test": "npm run build && mocha -r should"
},
"version": "1.13.3"
}