{ "_args": [ [ "ejs@*", "C:\\mddev\\rinser" ] ], "_from": "ejs@*", "_id": "ejs@2.4.1", "_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@*", "rawSpec": "*", "scope": null, "spec": "*", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz", "_shasum": "82e15b1b2a1f948b18097476ba2bd7c66f4d1566", "_shrinkwrap": null, "_spec": "ejs@*", "_where": "C:\\mddev\\rinser", "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": "82e15b1b2a1f948b18097476ba2bd7c66f4d1566", "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.4.1.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.4.1" }