Files
freeCodeCamp/probot/presolver/node_modules/hbs/package.json
2018-12-05 11:23:55 +05:30

64 lines
1.4 KiB
JSON

{
"_from": "hbs@^4.0.1",
"_id": "hbs@4.0.1",
"_inBundle": false,
"_integrity": "sha1-S/2YZQ3IydrESzyprfnAmOi8M7Y=",
"_location": "/hbs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hbs@^4.0.1",
"name": "hbs",
"escapedName": "hbs",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/hbs/-/hbs-4.0.1.tgz",
"_shasum": "4bfd98650dc8c9dac44b3ca9adf9c098e8bc33b6",
"_spec": "hbs@^4.0.1",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"author": {
"name": "Don Park",
"email": "donpark@docuverse.com",
"url": "http://blog.docuverse.com"
},
"bugs": {
"url": "https://github.com/pillarjs/hbs/issues"
},
"bundleDependencies": false,
"dependencies": {
"handlebars": "4.0.5",
"walk": "2.3.9"
},
"deprecated": false,
"description": "Express.js template engine plugin for Handlebars",
"devDependencies": {
"mocha": "1.6.0",
"npm": "3.10.6",
"request": "2.74.0"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/pillarjs/hbs",
"license": "MIT",
"main": "lib/hbs.js",
"name": "hbs",
"repository": {
"type": "git",
"url": "git://github.com/pillarjs/hbs.git"
},
"scripts": {
"test": "mocha"
},
"version": "4.0.1"
}