{ "_args": [ [ "string-template@^1.0.0", "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core" ] ], "_from": "string-template@>=1.0.0-0 <2.0.0-0", "_id": "string-template@1.0.0", "_inCache": true, "_location": "/string-template", "_nodeVersion": "0.10.32", "_npmUser": { "email": "matt@mattesch.info", "name": "mattesch" }, "_npmVersion": "2.11.3", "_phantomChildren": {}, "_requested": { "name": "string-template", "raw": "string-template@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0-0 <2.0.0-0", "type": "range" }, "_requiredBy": [ "/typings-core" ], "_resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz", "_shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96", "_shrinkwrap": null, "_spec": "string-template@^1.0.0", "_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core", "author": { "email": "matt@mattesch.info", "name": "Matt-Esch" }, "bugs": { "email": "matt@mattesch.info", "url": "https://github.com/Matt-Esch/string-template/issues" }, "contributors": [ { "name": "Matt-Esch" } ], "dependencies": {}, "description": "A simple string template function based on named or indexed arguments", "devDependencies": { "istanbul": "^0.4.1", "opn": "^3.0.3", "tape": "~1.1.1" }, "directories": {}, "dist": { "shasum": "9e9f2233dc00f218718ec379a28a5673ecca8b96", "tarball": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz" }, "gitHead": "1a936280d4c9569035f9ac6a9808df564d413b30", "homepage": "https://github.com/Matt-Esch/string-template", "installable": true, "keywords": [ "arguments", "format", "replace", "string", "template" ], "license": "MIT", "main": "index", "maintainers": [ { "name": "mattesch", "email": "matt@mattesch.info" } ], "name": "string-template", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/Matt-Esch/string-template.git" }, "scripts": { "cover": "istanbul cover --report none --print detail ./test/index.js", "test": "node ./test/index.js", "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)", "view-cover": "istanbul report html && opn --no-wait ./coverage/index.html" }, "testling": { "browsers": [ "android-browser/4.2..latest", "chrome/22..latest", "chrome/canary", "firefox/16..latest", "firefox/nightly", "ie/8..latest", "ipad/6.0..latest", "iphone/6.0..latest", "opera/12..latest", "opera/next", "safari/5.1..latest" ], "files": "test/index.js" }, "version": "1.0.0" }