-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmrc
97 lines (95 loc) · 1.98 KB
/
.npmrc
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
89
90
91
92
93
94
95
96
97
;;;;
; npm userconfig file
; this is a simple ini-formatted file
; lines that start with semi-colons are comments.
; read `npm help config` for help on the various options
;;;;
loglevel = silent
;;;;
; all options with default values
;;;;
; always-auth = false
; bin-links = true
; browser = null
; ca = null
; cafile = undefined
; cache = /home/gilles/.npm
; cache-lock-stale = 60000
; cache-lock-retries = 10
; cache-lock-wait = 10000
; cache-max = null
; cache-min = 10
; cert = null
; color = true
depth = 0
; description = true
; dev = false
; editor = vi
; email =
; engine-strict = false
; force = false
; fetch-retries = 2
; fetch-retry-factor = 10
; fetch-retry-mintimeout = 10000
; fetch-retry-maxtimeout = 60000
; git = git
; git-tag-version = true
; global = false
; globalconfig = /usr/local/etc/npmrc
; group = 1000
; heading = npm
; ignore-scripts = false
; init-module = /home/gilles/.npm-init.js
; init.author.name =
; init.author.email =
; init.author.url =
; init.license = ISC
; json = false
; key = null
; link = false
; local-address = undefined
; loglevel = warn
; long = false
; message = %s
; node-version = 0.10.21
; npat = false
; onload-script = null
; optional = true
; parseable = false
; prefix = /usr
; production = false
; proprietary-attribs = true
; proxy = null
; https-proxy = null
; user-agent = npm/{npm-version} node/{node-version} {platform} {arch}
; rebuild-bundle = true
; registry = https://registry.npmjs.org/
; rollback = true
; save = false
; save-bundle = false
; save-dev = false
; save-exact = false
; save-optional = false
; save-prefix = ^
; searchopts =
; searchexclude = null
; searchsort = name
; shell = /bin/bash
; shrinkwrap = true
; sign-git-tag = false
; spin = true
; strict-ssl = true
; tag = latest
; tmp = /home/gilles/tmp
; unicode = true
; unsafe-perm = true
; usage = false
; user = 0
; username =
; userconfig = /home/gilles/.npmrc
; umask = 18
; version = false
; versions = false
; viewer = man
; _exit = true
; globalignorefile = /usr/local/etc/npmignore