Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "envify",
3
"version": "3.4.0",
4
"description": "Selectively replace Node-style environment variables with plain strings.",
5
"main": "index.js",
6
"scripts": {
7
"test": "node test.js | tap-spec"
8
},
9
"bin": {
10
"envify": "bin/envify"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/hughsk/envify.git"
15
},
16
"author": {
17
"name": "Hugh Kennedy",
18
"email": "[email protected]",
19
"url": "http://hughskennedy.com/"
20
},
21
"license": "MIT",
22
"devDependencies": {
23
"tap-spec": "^1.0.1",
24
"tape": "~2.3.2"
25
},
26
"dependencies": {
27
"through": "~2.3.4",
28
"jstransform": "^10.0.1"
29
},
30
"keywords": [
31
"environment",
32
"variables",
33
"browserify",
34
"browserify-transform",
35
"transform",
36
"source",
37
"configuration"
38
],
39
"gitHead": "c42c2052e33f82b651a992686c3578639bf0339b",
40
"bugs": {
41
"url": "https://github.com/hughsk/envify/issues"
42
},
43
"homepage": "https://github.com/hughsk/envify",
44
"_id": "[email protected]",
45
"_shasum": "a0bed52222529076a02fabf6ce00eef42d7b6734",
46
"_from": "envify@>=3.0.0 <4.0.0",
47
"_npmVersion": "1.4.28",
48
"_npmUser": {
49
"name": "zertosh",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "hughsk",
55
"email": "[email protected]"
56
},
57
{
58
"name": "zertosh",
59
"email": "[email protected]"
60
}
61
],
62
"dist": {
63
"shasum": "a0bed52222529076a02fabf6ce00eef42d7b6734",
64
"tarball": "http://registry.npmjs.org/envify/-/envify-3.4.0.tgz"
65
},
66
"directories": {},
67
"_resolved": "https://registry.npmjs.org/envify/-/envify-3.4.0.tgz",
68
"readme": "ERROR: No README data found!"
69
}
70
71