UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

104 lines (103 loc) 2.39 kB
{ "_args": [ [ "ejs@latest", "/home/webs/dev/prj/compoundjsEX4/compound-ex4" ] ], "_from": "ejs@latest", "_id": "ejs@2.3.4", "_inCache": true, "_installable": true, "_location": "/ejs", "_nodeVersion": "0.12.4", "_npmUser": { "email": "mde@fleegix.org", "name": "mde" }, "_npmVersion": "2.10.1", "_phantomChildren": {}, "_requested": { "name": "ejs", "raw": "ejs@latest", "rawSpec": "latest", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz", "_shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98", "_shrinkwrap": null, "_spec": "ejs@latest", "_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4", "author": { "email": "mde@fleegix.org", "name": "Matthew Eernisse", "url": "http://fleegix.org" }, "bugs": { "url": "https://github.com/mde/ejs/issues" }, "contributors": [ { "name": "Timothy Gu", "email": "timothygu99@gmail.com", "url": "https://timothygu.github.io" } ], "dependencies": {}, "description": "Embedded JavaScript templates", "devDependencies": { "browserify": "^8.0.3", "istanbul": "~0.3.5", "jake": "^8.0.0", "jsdoc": "^3.3.0-beta1", "lru-cache": "^2.5.0", "mocha": "^2.1.0", "rimraf": "^2.2.8", "uglify-js": "^2.4.16" }, "directories": {}, "dist": { "shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98", "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/mde/ejs", "keywords": [ "ejs", "engine", "template" ], "license": "Apache-2.0", "main": "./lib/ejs.js", "maintainers": [ { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "mde", "email": "mde@fleegix.org" } ], "name": "ejs", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/mde/ejs.git" }, "scripts": { "coverage": "istanbul cover node_modules/mocha/bin/_mocha", "devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*", "doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*", "test": "mocha" }, "version": "2.3.4" }