/third_party/node/deps/npm/node_modules/pacote/ |
D | CHANGELOG.md | 6 ## [9.5.12](https://github.com/npm/pacote/compare/v9.5.11...v9.5.12) (2020-01-06) 11 …id when executing in root-owned directory ([d2f4176](https://github.com/npm/pacote/commit/d2f4176)) 16 ## [9.5.11](https://github.com/npm/pacote/compare/v9.5.10...v9.5.11) (2019-12-09) 21 * sanitize and normalize package bin field ([6f229f7](https://github.com/npm/pacote/commit/6f229f7)) 26 ## [9.5.10](https://github.com/npm/pacote/compare/v9.5.9...v9.5.10) (2019-12-04) 31 …not root ([5f33040](https://github.com/npm/pacote/commit/5f33040)), closes [#23](https://github.co… 36 ## [9.5.9](https://github.com/npm/pacote/compare/v9.5.8...v9.5.9) (2019-10-29) 41 * include peerDependenciesMeta in manifest ([7a400d3](https://github.com/npm/pacote/commit/7a400d3)… 46 ## [9.5.8](https://github.com/npm/pacote/compare/v9.5.7...v9.5.8) (2019-08-20) 51 ## [9.5.7](https://github.com/npm/pacote/compare/v9.5.6...v9.5.7) (2019-08-19) [all …]
|
D | README.md | 1 …pacote [![npm version](https://img.shields.io/npm/v/pacote.svg)](https://npm.im/pacote) [![license… 3 [`pacote`](https://github.com/npm/pacote) is a Node.js library for downloading 10 `$ npm install --save pacote` 31 const pacote = require('pacote') 33 pacote.manifest('pacote@^1').then(pkg => { 35 // { "name": "pacote", "version": "1.0.0", ... } 38 pacote.extract('http://hi.com/pkg.tgz', './here').then(() => { 54 The pacote team enthusiastically welcomes contributions and project participation! There's a bunch … 58 #### <a name="manifest"></a> `> pacote.manifest(spec, [opts])` 87 pacote.manifest('pacote@1.0.0').then(pkgJson => { [all …]
|
/third_party/node/deps/npm/node_modules/libnpm/ |
D | README.md | 18 * [`manifest`](https://www.npmjs.com/package/pacote#manifest) 19 * [`packument`](https://www.npmjs.com/package/pacote#packument) 20 * [`tarball`](https://www.npmjs.com/package/pacote#tarball) 21 * [`extract`](https://www.npmjs.com/package/pacote#extract)
|
D | CHANGELOG.md | 54 * **pacote:** minimal requires for pacote-related APIs ([e19ce11](https://github.com/npm/libnpm/com…
|
/third_party/node/deps/npm/node_modules/libcipm/lib/ |
D | worker.js | 6 const pacote = require('pacote') constant 15 return BB.resolve(pacote.extract(spec, extractTo, opts)).nodeify(cb)
|
/third_party/node/deps/npm/lib/install/action/ |
D | fetch.js | 8 const pacote = require('pacote') constant 14 return finished(pacote.tarball.stream(pkg.package._requested, opts))
|
/third_party/node/deps/npm/lib/ |
D | cache.js | 14 const pacote = require('pacote') constant 110 return finished(pacote.tarball.stream(spec, npmConfig({where})).resume()) 135 return pacote.extract(npa.resolve(pkg, ver), unpackTarget, opts)
|
D | pack.js | 26 const pacote = require('pacote') constant 94 return pacote.tarball.toFile(arg, target, opts) 97 return pacote.extract(arg, tmpTarget, opts)
|
D | fetch-package-metadata.js | 6 const pacote = require('pacote') constant
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-cache.md | 46 directory is primarily accessed through `pacote`, the library responsible for 51 signal to `pacote` that the data must be refetched, which it will do 91 * https://npm.im/pacote
|
/third_party/node/deps/npm/test/tap/ |
D | dedupe-git-semver.js | 25 pacote: { property
|
/third_party/node/deps/npm/ |
D | CHANGELOG.md | 293 `pacote@9.5.12`: 294 * [`d2f4176`](https://github.com/npm/pacote/commit/d2f4176b6af393d7e29de27e9b638dbcbab9a0c7) 349 `pacote@9.5.11` 350 * [`5f33040`](https://github.com/npm/pacote/commit/5f3304028b6985fd380fc77c4840ff12a4898301) 352 [npm/pacote#22](https://github.com/npm/pacote/issues/22) 353 [npm/pacote#14](https://github.com/npm/pacote/issues/14) fix: Do not 356 * [`6f229f7`](https://github.com/npm/pacote/6f229f78d9911b4734f0a19c6afdc5454034c759) 488 `pacote@9.5.9` 729 `pacote@9.5.7`: Infer the ownership of all unpacked files in 778 `pacote@9.5.8` ([@isaacs](https://github.com/isaacs)) [all …]
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 216 node_modules/npm/lib/config/pacote.js(23,26): error TS2339: Property 'config' does not exist on typ… 217 node_modules/npm/lib/config/pacote.js(24,13): error TS2339: Property 'config' does not exist on typ… 218 node_modules/npm/lib/config/pacote.js(25,15): error TS2339: Property 'config' does not exist on typ… 219 node_modules/npm/lib/config/pacote.js(26,21): error TS2339: Property 'config' does not exist on typ… 220 node_modules/npm/lib/config/pacote.js(29,14): error TS2339: Property 'config' does not exist on typ… 221 node_modules/npm/lib/config/pacote.js(30,23): error TS2339: Property 'config' does not exist on typ… 222 node_modules/npm/lib/config/pacote.js(32,17): error TS2339: Property 'config' does not exist on typ… 223 node_modules/npm/lib/config/pacote.js(33,21): error TS2339: Property 'config' does not exist on typ… 224 node_modules/npm/lib/config/pacote.js(35,18): error TS2339: Property 'config' does not exist on typ… 225 node_modules/npm/lib/config/pacote.js(36,24): error TS2339: Property 'config' does not exist on typ… [all …]
|
/third_party/node/deps/npm/node_modules/libcipm/ |
D | CHANGELOG.md | 117 * **config:** this updates cipm to use pacote@9, which consumes npm-style config objects, not pacot… 348 * **package:** add pacote to bundleDependencies ([#36](https://github.com/npm/libcipm/issues/36)) (…
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-5.md | 453 `pacote@7.6.1` ([@zkat](https://github.com/zkat)) 848 `pacote@7.3.3` 979 `pacote@7.0.2`: Includes a bunch of fixes, specially for issues around git 1269 [zkat/pacote#117](https://github.com/zkat/pacote/pull/117) 1271 `pacote@6.0.2` 1294 `pacote@6.0.1` Updates extract to use tar@4, which is much faster than the 1813 `pacote@2.7.38`: 1814 …* [zkat/pacote#102](https://github.com/zkat/pacote/pull/102) Fix issue with tar extraction and spe… 2015 …* `pacote`: fix failing clones with bad heads, send extra TLS-related opts to proxy, enable global… 2082 `pacote@2.7.27`: Fixes installing committishes that look like semver, even [all …]
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | CHANGELOG.md | 202 * **api:** pacote integration-related fixes ([a29de4f](https://github.com/npm/registry-fetch/commit…
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | CHANGELOG.md | 49 pacote would be in that mix as well.)
|