123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_args": [
- [
- {
- "raw": "string-template@~0.2.1",
- "scope": null,
- "escapedName": "string-template",
- "name": "string-template",
- "rawSpec": "~0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/error"
- ]
- ],
- "_from": "string-template@>=0.2.1 <0.3.0",
- "_id": "string-template@0.2.1",
- "_inCache": true,
- "_location": "/string-template",
- "_nodeVersion": "0.10.32",
- "_npmUser": {
- "name": "mattesch",
- "email": "matt@mattesch.info"
- },
- "_npmVersion": "2.7.4",
- "_phantomChildren": {},
- "_requested": {
- "raw": "string-template@~0.2.1",
- "scope": null,
- "escapedName": "string-template",
- "name": "string-template",
- "rawSpec": "~0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/error"
- ],
- "_resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
- "_shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
- "_shrinkwrap": null,
- "_spec": "string-template@~0.2.1",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/error",
- "author": {
- "name": "Matt-Esch",
- "email": "matt@mattesch.info"
- },
- "bugs": {
- "url": "https://github.com/Matt-Esch/string-template/issues",
- "email": "matt@mattesch.info"
- },
- "contributors": [
- {
- "name": "Matt-Esch"
- }
- ],
- "dependencies": {},
- "description": "A simple string template function based on named or indexed arguments",
- "devDependencies": {
- "tape": "~1.1.1"
- },
- "directories": {},
- "dist": {
- "shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
- "tarball": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz"
- },
- "gitHead": "311a15c48344fe386ec139906efc382af22f33b6",
- "homepage": "https://github.com/Matt-Esch/string-template",
- "keywords": [
- "template",
- "string",
- "format",
- "replace",
- "arguments"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/Matt-Esch/string-template/raw/master/LICENSE"
- }
- ],
- "main": "index",
- "maintainers": [
- {
- "name": "mattesch",
- "email": "matt@mattesch.info"
- }
- ],
- "name": "string-template",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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 && google-chrome ./coverage/index.html"
- },
- "testling": {
- "files": "test/index.js",
- "browsers": [
- "ie/8..latest",
- "firefox/16..latest",
- "firefox/nightly",
- "chrome/22..latest",
- "chrome/canary",
- "opera/12..latest",
- "opera/next",
- "safari/5.1..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "android-browser/4.2..latest"
- ]
- },
- "version": "0.2.1"
- }
|