File: /var/www/tana/frontend/node_modules/twig/package.json
{
"_args": [
[
"twig@1.12.0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "twig@1.12.0",
"_id": "twig@1.12.0",
"_inBundle": false,
"_integrity": "sha512-zm5OQXb8bQDGQUPytFgjqMKHhqcz/s6pU6Nwsy+rKPhsoOOVwYeHnziiDGFzeTDiFd28M8EVkEO8we6ikcrGjQ==",
"_location": "/twig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "twig@1.12.0",
"name": "twig",
"escapedName": "twig",
"rawSpec": "1.12.0",
"saveSpec": null,
"fetchSpec": "1.12.0"
},
"_requiredBy": [
"/kss",
"/twig-drupal-filters"
],
"_resolved": "https://registry.npmjs.org/twig/-/twig-1.12.0.tgz",
"_spec": "1.12.0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"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",
"mocha": "^4.1.0",
"require-uncached": "^1.0.3",
"should": "11.1.x",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"tokenizer": "1.1.x",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"engines": {
"node": ">=4.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": "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.12.0"
}