forked from enviPath/enviPy
104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"_from": "handlebars-wax@^4.0.4",
|
|
"_id": "handlebars-wax@4.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4byjtgbvFnvgzvBCRtZvFaBxxYw=",
|
|
"_location": "/handlebars-wax",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "handlebars-wax@^4.0.4",
|
|
"name": "handlebars-wax",
|
|
"escapedName": "handlebars-wax",
|
|
"rawSpec": "^4.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-hb"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/handlebars-wax/-/handlebars-wax-4.0.4.tgz",
|
|
"_shasum": "e1bca3b606ef167be0cef04246d66f15a071c58c",
|
|
"_spec": "handlebars-wax@^4.0.4",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-hb",
|
|
"author": {
|
|
"name": "Shannon Moeller",
|
|
"email": "me@shannonmoeller.com",
|
|
"url": "http://shannonmoeller.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shannonmoeller/handlebars-wax/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"object-assign": "^4.1.0",
|
|
"require-glob": "^3.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Effortless wiring of Handlebars data, partials, helpers, and decorators.",
|
|
"devDependencies": {
|
|
"ava": "^0.16.0",
|
|
"coveralls": "^2.11.14",
|
|
"handlebars": "^4.0.5",
|
|
"nyc": "^8.3.0",
|
|
"watch": "^0.19.2",
|
|
"xo": "^0.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
},
|
|
"homepage": "https://github.com/shannonmoeller/handlebars-wax",
|
|
"keywords": [
|
|
"handlebars",
|
|
"hbs",
|
|
"hb",
|
|
"glob",
|
|
"globby",
|
|
"register",
|
|
"data",
|
|
"partials",
|
|
"helpers",
|
|
"decorators"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/handlebars-wax.js",
|
|
"name": "handlebars-wax",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shannonmoeller/handlebars-wax.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "nyc report -r text-lcov | coveralls",
|
|
"pretest": "xo src/*.js test/*.js",
|
|
"test": "nyc -r html -r text ava -v test/*.js",
|
|
"watch": "watch 'npm test' src test -du --wait=5"
|
|
},
|
|
"version": "4.0.4",
|
|
"xo": {
|
|
"rules": {
|
|
"brace-style": [
|
|
2,
|
|
"stroustrup"
|
|
],
|
|
"eqeqeq": [
|
|
2,
|
|
"allow-null"
|
|
],
|
|
"no-eq-null": 0,
|
|
"object-curly-spacing": [
|
|
2,
|
|
"always"
|
|
],
|
|
"operator-linebreak": [
|
|
2,
|
|
"before"
|
|
],
|
|
"babel/object-curly-spacing": [
|
|
2,
|
|
"always"
|
|
]
|
|
}
|
|
}
|
|
}
|