work.suroh.tk/node_modules/nunjucks/package.json

151 lines
4.3 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "nunjucks@^3.2.0",
"_id": "nunjucks@3.2.0",
"_inBundle": false,
"_integrity": "sha512-YS/qEQ6N7qCnUdm6EoYRBfJUdWNT0PpKbbRnogV2XyXbBm2STIP1O6yrdZHgwMVK7fIYUx7i8+yatEixnXSB1w==",
"_location": "/nunjucks",
"_moduleAliases": {
"babel-register": "@babel/register"
},
"_phantomChildren": {
"anymatch": "2.0.0",
"async-each": "1.0.3",
"braces": "2.3.2",
"cliui": "3.2.0",
"decamelize": "1.2.0",
"fsevents": "1.2.9",
"glob-parent": "3.1.0",
"inherits": "2.0.4",
"is-binary-path": "1.0.1",
"is-glob": "4.0.1",
"normalize-path": "3.0.0",
"os-locale": "1.4.0",
"path-is-absolute": "1.0.1",
"readdirp": "2.2.1",
"string-width": "1.0.2",
"upath": "1.2.0",
"y18n": "3.2.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "nunjucks@^3.2.0",
"name": "nunjucks",
"escapedName": "nunjucks",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/@11ty/eleventy"
],
"_resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.0.tgz",
"_shasum": "53e95f43c9555e822e8950008a201b1002d49933",
"_spec": "nunjucks@^3.2.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
"author": {
"name": "James Long",
"email": "longster@gmail.com"
},
"bin": {
"nunjucks-precompile": "./bin/precompile"
},
"browser": "./browser/nunjucks.js",
"bugs": {
"url": "https://github.com/mozilla/nunjucks/issues"
},
"buildDependencies": {
"@babel/cli": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/register": "^7.0.0-beta.38",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"core-js": "^2.5.3",
"module-alias": "^2.0.3",
"node-libs-browser": "^0.7.0",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"bundleDependencies": false,
"dependencies": {
"a-sync-waterfall": "^1.0.0",
"asap": "^2.0.3",
"chokidar": "^2.0.0",
"yargs": "^3.32.0"
},
"deprecated": false,
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/register": "^7.0.0-beta.38",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"connect": "^3.6.5",
"core-js": "^2.5.3",
"cross-env": "^5.1.3",
"eslint": "^4.13.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"expect.js": "*",
"express": "4.x",
"fs-extra": "^5.0.0",
"get-port": "^3.2.0",
"mocha": "*",
"mocha-phantomjs-core": "^2.1.2",
"mocha-phantomjs-istanbul": "0.0.2",
"module-alias": "^2.0.3",
"node-libs-browser": "^0.7.0",
"nyc": "^11.4.1",
"phantomjs-prebuilt": "^2.1.16",
"serve-static": "^1.13.1",
"supertest": "*",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"engines": {
"node": ">= 6.9.0"
},
"homepage": "https://github.com/mozilla/nunjucks#readme",
"keywords": [
"template",
"templating"
],
"license": "BSD-2-Clause",
"main": "index",
"name": "nunjucks",
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"optionalDependencies": {
"chokidar": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/nunjucks.git"
},
"scripts": {
"build": "npm run build:transpile && npm run build:bundle",
"build:bundle": "node scripts/bundle.js",
"build:transpile": "babel nunjucks --out-dir .",
"codecov": "codecov",
"lint": "eslint nunjucks scripts tests",
"mocha": "mocha -R spec tests",
"prepare": "npm run build",
"test": "npm run lint && npm run test:instrument && npm run test:runner",
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
"test:runner": "cross-env NODE_ENV=test NODE_PATH=tests/test-node-pkgs scripts/testrunner.js"
},
"version": "3.2.0"
}