Home
last modified time | relevance | path

Searched refs:npmrc (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/deps/npm/docs/content/configuring-npm/
Dnpmrc.md2 title: npmrc
10 and `npmrc` files.
13 user and global npmrc files.
22 * per-project config file (`/path/to/my/project/.npmrc`)
23 * per-user config file (`~/.npmrc`)
24 * global config file (`$PREFIX/etc/npmrc`)
25 * npm builtin config file (`/path/to/npm/npmrc`)
48 Lines in `.npmrc` files are interpreted as comments when they begin with a
49 `;` or `#` character. `.npmrc` files are parsed by
62 When working locally in a project, a `.npmrc` file in the root of the
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dconfig.js.test.cjs11 "userconfig": "{HOME}/.npmrc",
67 "globalconfig": "{GLOBALPREFIX}/npmrc",
227 globalconfig = "{GLOBALPREFIX}/npmrc"
323 ; userconfig = "{HOME}/.npmrc" ; overridden by cli
333 ; "global" config from {GLOBALPREFIX}/npmrc
337 ; "user" config from {HOME}/.npmrc
341 ; "project" config from {LOCALPREFIX}/.npmrc
350 userconfig = "{HOME}/.npmrc"
354 ; "global" config from {GLOBALPREFIX}/npmrc
358 ; "user" config from {HOME}/.npmrc
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-config.md25 variables, `npmrc` files, and in some cases, the `package.json` file.
27 See [npmrc](/configuring-npm/npmrc) for more information about the npmrc
34 of the user and global npmrc files.
181 * [npmrc](/configuring-npm/npmrc)
Dnpm-adduser.md20 the `.npmrc` file. If no registry is specified, the default registry
82 * [npmrc](/configuring-npm/npmrc)
Dnpm-login.md18 `.npmrc` file. If no registry is specified, the default registry will be
89 * [npmrc](/configuring-npm/npmrc)
Dnpm-whoami.md40 * [npmrc](/configuring-npm/npmrc)
Dnpm-ping.md46 * [npmrc](/configuring-npm/npmrc)
Dnpm-help.md44 * [npmrc](/configuring-npm/npmrc)
Dnpm-root.md51 * [npmrc](/configuring-npm/npmrc)
Dnpm-edit.md46 * [npmrc](/configuring-npm/npmrc)
Dnpm-token.md74 found in your `.npmrc`), and ids as seen in the parseable or json
127 * [npmrc](/configuring-npm/npmrc)
Dnpm-prefix.md59 * [npmrc](/configuring-npm/npmrc)
Dnpm.md127 The file at `$HOME/.npmrc` is an ini-formatted list of configs. If
131 The file found at `./etc/npmrc` (relative to the global prefix will be
171 * [npmrc](/configuring-npm/npmrc)
Dnpm-uninstall.md33 instance `save=false` in your `npmrc` file
159 * [npmrc](/configuring-npm/npmrc)
Dnpm-explain.md98 * [npmrc](/configuring-npm/npmrc)
Dnpm-cache.md87 * [npmrc](/configuring-npm/npmrc)
Dnpm-docs.md107 * [npmrc](/configuring-npm/npmrc)
Dnpm-bugs.md108 * [npmrc](/configuring-npm/npmrc)
Dnpm-profile.md128 * [npmrc](/configuring-npm/npmrc)
Dnpm-search.md156 * [npmrc](/configuring-npm/npmrc)
/third_party/node/deps/npm/test/lib/commands/
Dconfig.js38 npmrc: 'globalloaded=yes', property
60 npmrc: 'globalloaded=yes', property
82 npmrc: 'globalloaded=yes', property
168 npmrc: 'access=public\nall=true', property
183 npmrc: 'access=public\nall=true', property
323 npmrc: 'access=public\nall=true', property
338 npmrc: 'access=public\nall=true', property
462 npmrc: '_authtoken=notatoken\n_authToken=afaketoken', property
503 npmrc: '_authtoken=notatoken\n_authToken=afaketoken', property
/third_party/node/deps/npm/docs/content/using-npm/
Dregistry.md32 [`npmrc`](/configuring-npm/npmrc), and [`config`](/using-npm/config) for more on
36 [Auth Related Configuration](/configuring-npm/npmrc#auth-related-configuration)
85 * [npmrc](/configuring-npm/npmrc)
/third_party/node/deps/npm/test/lib/utils/
Dreify-finish.js20 npmrc: `key=value`,
69 npmrc: {}, property
/third_party/node/deps/npm/node_modules/@npmcli/config/
DREADME.md23 `~/.npmrc`, is used to load user configs.
25 `userconfig` file (defaulting to `$PREFIX/etc/npmrc`) is used to load
27 - A `builtin` config, read from a `npmrc` file in the root of the npm
41 - INI-formatted userconfig file. eg `some-key = some-value` in `~/.npmrc`.
50 `/usr/local/lib/node_modules/npm/npmrc`. This is not configurable, and
/third_party/typescript/tests/verify_3rd_libs/
DReadMe.md33 ## 2.5 配置用户目录下的.npmrc文件

12