Searched defs:branch (Results 1 – 25 of 151) sorted by relevance
1234567
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | README.md | 32 ### Install 36 ### Contributing 51 ### API 53 #### Caching and `write=true` query strings 72 #### <a name="fetch"></a> `> fetch(url, [opts]) -> Promise<Response>` 81 ##### Example 89 #### <a name="fetch-json"></a> `> fetch.json(url, [opts]) -> Promise<ResponseJSON>` 97 ##### Example 104 #### <a name="fetch-json-stream"></a> `> fetch.json.stream(url, jsonPath, [opts]) -> Stream` 116 ##### Example [all …]
|
/third_party/node/deps/npm/node_modules/execa/ |
D | readme.md | 63 ### execa(file, [arguments], [options]) 71 ### execa.stdout(file, [arguments], [options]) 75 ### execa.stderr(file, [arguments], [options]) 79 ### execa.shell(command, [options]) 87 ### execa.sync(file, [arguments], [options]) 95 ### execa.shellSync(file, [options]) 101 ### options 105 #### cwd 112 #### env 119 #### extendEnv [all …]
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | README.md | 36 ### Install 40 ### Contributing 55 ### API 57 #### <a name="opts"></a> `opts` for `libnpmaccess` commands 71 #### <a name="public"></a> `> access.public(spec, [opts]) -> Promise` 78 ##### Example 85 #### <a name="restricted"></a> `> access.restricted(spec, [opts]) -> Promise` 92 ##### Example 99 #### <a name="grant"></a> `> access.grant(spec, team, permissions, [opts]) -> Promise` 108 ##### Example [all …]
|
/third_party/node/deps/npm/node_modules/update-notifier/ |
D | readme.md | 28 ### Simple 37 ### Comprehensive 61 ### Options and custom message 85 ### notifier = updateNotifier(options) 89 ### options 91 #### pkg 95 ##### name 100 ##### version 105 #### updateCheckInterval 112 #### callback(error, update) [all …]
|
/third_party/node/deps/npm/node_modules/libnpmteam/ |
D | README.md | 32 ### Install 36 ### Contributing 51 ### API 53 #### <a name="opts"></a> `opts` for `libnpmteam` commands 67 #### <a name="create"></a> `> team.create(team, [opts]) -> Promise` 74 ##### Example 81 #### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise` 86 ##### Example 93 #### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise` 97 ##### Example [all …]
|
/third_party/node/deps/npm/node_modules/configstore/ |
D | readme.md | 41 ### Configstore(packageName, [defaults], [options]) 45 #### packageName 51 #### defaults 57 #### options 59 ##### globalConfigPath 66 ### Instance 70 ### .set(key, value) 74 ### .set(object) 78 ### .get(key) 82 ### .has(key) [all …]
|
/third_party/node/deps/npm/node_modules/query-string/ |
D | readme.md | 49 ### .parse(string, options?) 55 #### options 59 ##### decode 66 ##### arrayFormat 99 ##### sort 106 ##### parseNumbers 118 ##### parseBooleans 130 ### .stringify(object, [options]) 134 #### options 138 ##### strict [all …]
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
D | README.md | 39 ### Constructor options 75 ### `storable()` 79 ### `satisfiesWithoutRevalidation(newRequest)` 87 ### `responseHeaders()` 95 ### `timeToLive()` 101 ### `toObject()`/`fromObject(json)` 105 ### Refreshing stale cache (revalidation) 111 #### `revalidationHeaders(newRequest)` 121 #### `revalidatedPolicy(revalidationRequest, revalidationResponse)`
|
/third_party/node/deps/npm/node_modules/env-paths/ |
D | readme.md | 32 ### paths = envPaths(name, [options]) 34 #### name 40 #### options 44 ##### suffix 53 ### paths.data 57 ### paths.config 61 ### paths.cache 65 ### paths.log 69 ### paths.temp
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/ |
D | readme.md | 33 ### pLimit(concurrency) 37 #### concurrency 45 ### limit(fn, ...args) 49 #### fn 55 #### args 61 ### limit.activeCount 65 ### limit.pendingCount 69 ### limit.clearQueue() 79 ### How is this different from the [`p-queue`](https://github.com/sindresorhus/p-queue) package?
|
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
D | README.md | 33 ### `punycode.decode(string)` 43 ### `punycode.encode(string)` 53 ### `punycode.toUnicode(input)` 69 ### `punycode.toASCII(input)` 85 ### `punycode.ucs2` 87 #### `punycode.ucs2.decode(string)` 99 #### `punycode.ucs2.encode(codePoints)` 110 ### `punycode.version`
|
/third_party/node/deps/npm/node_modules/npm-run-path/ |
D | readme.md | 36 ### npmRunPath([options]) 38 #### options 40 ##### cwd 47 ##### path 55 ### npmRunPath.env([options]) 57 #### options 59 ##### cwd 66 ##### env
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 35 ### locatePath(input, [options]) 39 #### input 45 #### options 49 ##### concurrency 57 ##### preserveOrder 66 ##### cwd 73 ### locatePath.sync(input, [options]) 77 #### input 83 #### options 87 ##### cwd
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
D | readme.md | 35 ### locatePath(input, [options]) 39 #### input 45 #### options 49 ##### concurrency 57 ##### preserveOrder 66 ##### cwd 73 ### locatePath.sync(input, [options]) 77 #### input 83 #### options 87 ##### cwd
|
/third_party/node/deps/npm/node_modules/punycode/ |
D | README.md | 71 ### `punycode.decode(string)` 81 ### `punycode.encode(string)` 91 ### `punycode.toUnicode(input)` 107 ### `punycode.toASCII(input)` 123 ### `punycode.ucs2` 125 #### `punycode.ucs2.decode(string)` 137 #### `punycode.ucs2.encode(codePoints)` 148 ### `punycode.version`
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/ |
D | readme.md | 36 ### pLimit(concurrency) 40 #### concurrency 47 ### limit(fn, ...args) 51 #### fn 57 #### args 63 ### limit.activeCount 67 ### limit.pendingCount 74 ### How is this different from the [`p-queue`](https://github.com/sindresorhus/p-queue) package?
|
/third_party/node/deps/npm/node_modules/dot-prop/ |
D | readme.md | 64 ### get(obj, path, [defaultValue]) 66 ### set(obj, path, value) 70 ### has(obj, path) 72 ### delete(obj, path) 74 #### obj 80 #### path 90 #### value 96 #### defaultValue
|
/third_party/node/deps/npm/node_modules/pify/ |
D | readme.md | 35 ### pify(input, [options]) 39 #### input 45 #### options 47 ##### multiArgs 63 ##### include 69 ##### exclude 76 ##### excludeMain 106 ##### errorFirst 113 ##### promiseModule
|
/third_party/node/deps/npm/node_modules/cli-boxes/ |
D | readme.md | 36 ### cliBoxes 38 #### `single` 46 #### `double` 54 #### `round` 62 #### `single-double` 70 #### `double-single` 78 #### `classic`
|
/third_party/node/deps/npm/node_modules/xdg-basedir/ |
D | readme.md | 33 ### .data 37 ### .config 41 ### .cache 45 ### .runtime 49 ### .dataDirs 53 ### .configDirs
|
/third_party/node/deps/npm/node_modules/stringify-package/ |
D | README.md | 18 ### Example 29 ### Features 39 ### Contributing 47 ### API 49 ### <a name="stringifypackage"></a> `> stringifyPackage(data, indent, newline) -> String` 51 #### Arguments
|
/third_party/node/deps/npm/node_modules/execa/node_modules/get-stream/ |
D | readme.md | 51 ### getStream(stream, [options]) 55 #### options 57 ##### encoding 64 ##### maxBuffer 71 ### getStream.buffer(stream, [options]) 77 ### getStream.array(stream, [options]) 105 ### How is this different from [`concat-stream`](https://github.com/maxogden/concat-stream)?
|
/third_party/node/deps/npm/node_modules/got/node_modules/get-stream/ |
D | readme.md | 51 ### getStream(stream, [options]) 55 #### options 57 ##### encoding 64 ##### maxBuffer 71 ### getStream.buffer(stream, [options]) 77 ### getStream.array(stream, [options]) 105 ### How is this different from [`concat-stream`](https://github.com/maxogden/concat-stream)?
|
/third_party/node/deps/npm/node_modules/get-stream/ |
D | readme.md | 52 ### getStream(stream, [options]) 56 #### options 60 ##### encoding 67 ##### maxBuffer 74 ### getStream.buffer(stream, [options]) 80 ### getStream.array(stream, [options]) 111 ### How is this different from [`concat-stream`](https://github.com/maxogden/concat-stream)?
|
/third_party/node/deps/npm/node_modules/global-dirs/ |
D | readme.md | 36 ### globalDirs 38 #### npm 39 #### yarn 41 ##### packages 47 ##### binaries 53 ##### prefix
|
1234567