-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmrc
100 lines (98 loc) · 2.01 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
98
99
100
;;;;
; 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
;;;;
init.author.name="Joshua Estes"
init.author.email="Joshua@Estes.in"
init.author.url="http://joshuaestes.me"
init.license=MIT
;;;;
; all options with default values
;;;;
; always-auth=false
; bin-links=true
; browser=null
; ca=null
; cafile=undefined
; cache=/Users/joshuaestes/.npm
; cache-lock-stale=60000
; cache-lock-retries=10
; cache-lock-wait=10000
; cache-max=null
; cache-min=10
; cert=null
; color=true
; depth=null
; description=true
; dev=false
; editor=vim
; 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=/Users/joshuaestes/etc/npmrc
; group=20
; heading=npm
; ignore-scripts=false
; init-module=/Users/joshuaestes/.npm-init.js
; init.author.name=
; init.author.email=
; init.author.url=
; init.version=0.0.0
; init.license=ISC
; json=false
; key=null
; link=false
; local-address=undefined
; loglevel=warn
; long=false
; message=%s
; node-version=0.10.29
; npat=false
; onload-script=null
; optional=true
; parseable=false
; prefix=/usr/local
; 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=^
; scope=
; searchopts=
; searchexclude=null
; searchsort=name
; shell=/bin/bash
; shrinkwrap=true
; sign-git-tag=false
; spin=true
; strict-ssl=true
; tag=latest
; tmp=/var/folders/w_/vb3pk8dj5tq47b37n6nmzxbh0000gn/T
; unicode=true
; unsafe-perm=true
; usage=false
; user=501
; userconfig=/Users/joshuaestes/.npmrc
; umask=18
; version=false
; versions=false
; viewer=man
; _exit=true
; globalignorefile=/Users/joshuaestes/etc/npmignore