funcunit
Version:
<!-- @hide title
64 lines (63 loc) • 1.62 kB
JSON
{
"_from": "handlebars@1.0.10",
"_id": "handlebars@1.0.10",
"_inBundle": false,
"_integrity": "sha1-0cL5CSHKB1XJ619LRo0z2xnzLDs=",
"_location": "/handlebars",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "handlebars@1.0.10",
"name": "handlebars",
"escapedName": "handlebars",
"rawSpec": "1.0.10",
"saveSpec": null,
"fetchSpec": "1.0.10"
},
"_requiredBy": [
"/documentjs"
],
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-1.0.10.tgz",
"_shasum": "d1c2f90921ca0755c9eb5f4b468d33db19f32c3b",
"_spec": "handlebars@1.0.10",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs",
"bin": {
"handlebars": "bin/handlebars"
},
"bugs": {
"url": "https://github.com/wycats/handlebars.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"optimist": "~0.3",
"uglify-js": "~1.2"
},
"deprecated": false,
"description": "Extension of the Mustache logicless template language",
"devDependencies": {
"benchmark": "~1.0",
"dust": "~0.3",
"jison": "~0.3",
"mocha": "*",
"mustache": "~0.7.2"
},
"engines": {
"node": ">=0.4.7"
},
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
"handlebars mustache template html"
],
"main": "lib/handlebars.js",
"name": "handlebars",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/wycats/handlebars.js.git"
},
"scripts": {
"test": "mocha -u qunit spec/qunit_spec.js"
},
"version": "1.0.10"
}