1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| {
| "_from": "string-template@~0.2.1",
| "_id": "string-template@0.2.1",
| "_inBundle": false,
| "_integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==",
| "_location": "/string-template",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "string-template@~0.2.1",
| "name": "string-template",
| "escapedName": "string-template",
| "rawSpec": "~0.2.1",
| "saveSpec": null,
| "fetchSpec": "~0.2.1"
| },
| "_requiredBy": [
| "/error"
| ],
| "_resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
| "_shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
| "_spec": "string-template@~0.2.1",
| "_where": "/home/l/plc/node-red/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"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Matt-Esch"
| }
| ],
| "dependencies": {},
| "deprecated": false,
| "description": "A simple string template function based on named or indexed arguments",
| "devDependencies": {
| "tape": "~1.1.1"
| },
| "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",
| "name": "string-template",
| "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"
| }
|
|