Lines Matching refs:manifest
1 …manifest [](https://npm.im/npm-p…
3 [`npm-pick-manifest`](https://github.com/npm/npm-pick-manifest) is a standalone
8 `$ npm install --save npm-pick-manifest`
16 * [`pickManifest()`](#pick-manifest)
21 const pickManifest = require('npm-pick-manifest')
23 fetch('https://registry.npmjs.org/npm-pick-manifest').then(res => {
27 }) // get same manifest as npm would get if you `npm i npm-pick-manifest@^1.0.0`
37 The npm-pick-manifest team enthusiastically welcomes contributions and project participation!
45 #### <a name="pick-manifest"></a> `> pickManifest(packument, selector, [opts]) -> manifest`
47 Returns the manifest that matches `selector`, or throws an error.
51 `npm-pick-manifest` included):
71 The function will throw `ETARGET` if there was no matching manifest, and