package.json
1.62 KB
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
{
"_from": "expand-template@^2.0.3",
"_id": "expand-template@2.0.3",
"_inBundle": false,
"_integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
"_location": "/expand-template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expand-template@^2.0.3",
"name": "expand-template",
"escapedName": "expand-template",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/prebuild-install"
],
"_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
"_shasum": "6e14b3fcee0f3a6340ecb57d2e8918692052a47c",
"_spec": "expand-template@^2.0.3",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\prebuild-install",
"author": {
"name": "LM",
"email": "ralphtheninja@riseup.net"
},
"bugs": {
"url": "https://github.com/ralphtheninja/expand-template/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Expand placeholders in a template string",
"devDependencies": {
"standard": "^12.0.0",
"tape": "^4.2.2"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/ralphtheninja/expand-template",
"keywords": [
"template",
"expand",
"replace"
],
"license": "(MIT OR WTFPL)",
"main": "index.js",
"name": "expand-template",
"repository": {
"type": "git",
"url": "git+https://github.com/ralphtheninja/expand-template.git"
},
"scripts": {
"test": "tape test.js && standard"
},
"version": "2.0.3"
}