{ "_args": [ [ { "raw": "tmpl@1.0.x", "scope": null, "escapedName": "tmpl", "name": "tmpl", "rawSpec": "1.0.x", "spec": ">=1.0.0 <1.1.0", "type": "range" }, "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/makeerror" ] ], "_from": "tmpl@>=1.0.0 <1.1.0", "_id": "tmpl@1.0.4", "_inCache": true, "_location": "/tmpl", "_nodeVersion": "0.12.0", "_npmUser": { "name": "daaku", "email": "n@daaku.org" }, "_npmVersion": "2.5.1", "_phantomChildren": {}, "_requested": { "raw": "tmpl@1.0.x", "scope": null, "escapedName": "tmpl", "name": "tmpl", "rawSpec": "1.0.x", "spec": ">=1.0.0 <1.1.0", "type": "range" }, "_requiredBy": [ "/makeerror" ], "_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", "_shasum": "23640dd7b42d00433911140820e5cf440e521dd1", "_shrinkwrap": null, "_spec": "tmpl@1.0.x", "_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/makeerror", "author": { "name": "Naitik Shah", "email": "n@daaku.org" }, "bugs": { "url": "https://github.com/daaku/nodejs-tmpl/issues" }, "dependencies": {}, "description": "JavaScript micro templates.", "devDependencies": { "mocha": "0.12.x" }, "directories": {}, "dist": { "shasum": "23640dd7b42d00433911140820e5cf440e521dd1", "tarball": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz" }, "gitHead": "aa7fef875b8eb2da3817940b50f58fd1d8754022", "homepage": "https://github.com/nshah/nodejs-tmpl", "license": "BSD-3-Clause", "main": "lib/tmpl", "maintainers": [ { "name": "daaku", "email": "n@daaku.org" } ], "name": "tmpl", "optionalDependencies": {}, "readme": "tmpl [![Build Status](https://secure.travis-ci.org/nshah/nodejs-tmpl.png)](http://travis-ci.org/nshah/nodejs-tmpl)\n====\n\nSimple string formatting using `{}`.\n\n```javascript\nassert.equal(\n tmpl('the answer is {answer}', { answer: 42 }),\n 'the answer is 42')\n```\n", "readmeFilename": "readme.md", "repository": { "type": "git", "url": "git+https://github.com/daaku/nodejs-tmpl.git" }, "scripts": { "test": "NODE_PATH=./lib mocha --ui exports" }, "version": "1.0.4" }