File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/promised-handlebars/package.json
{
"_args": [
[
"promised-handlebars@2.0.1",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "promised-handlebars@2.0.1",
"_id": "promised-handlebars@2.0.1",
"_inBundle": false,
"_integrity": "sha1-pmKkJ4iVtME/gV7PIjaRrDyn/co=",
"_location": "/promised-handlebars",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "promised-handlebars@2.0.1",
"name": "promised-handlebars",
"escapedName": "promised-handlebars",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/@frctl/handlebars"
],
"_resolved": "https://registry.npmjs.org/promised-handlebars/-/promised-handlebars-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Nils Knappmeier",
"email": "npm@knappi.org",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/nknapp/promised-handlebars/issues"
},
"dependencies": {
"deep-aplus": "^1.0.2"
},
"description": "Wrapper for Handlebars that allows helpers returning promises",
"devDependencies": {
"bluebird": "^3.4.1",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"es6-promise": "^3.2.1",
"get-promise": "^1.4.0",
"handlebars": "^3||^4",
"mocha": "^2.2.5",
"q": "^1.4.1",
"q-io": "^1.13.1",
"thoughtful-release": "^0.3.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/nknapp/promised-handlebars#readme",
"keywords": [
"handlebars",
"async",
"helpers",
"promise",
"q"
],
"license": "MIT",
"main": "index.js",
"name": "promised-handlebars",
"peerDependencies": {
"handlebars": "3||4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nknapp/promised-handlebars.git"
},
"scripts": {
"format": "standard-format -w",
"preformat": "standard-format --version || npm -g install standard-format",
"pretest": "standard --version || npm -g install standard",
"prethoughtcheck": "thought --version || npm -g install thought",
"preversion": "npm run thoughtcheck",
"test": "mocha && standard",
"thought": "thought run -a",
"thoughtcheck": "thought check-engines",
"version": "thoughtful changelog -o -a && npm run thought"
},
"standard": {
"ignore": [
"spec/fixtures/**"
]
},
"version": "2.0.1"
}