A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/npm/commit/4f45ba222e2ac6dbe6d696cb7a8e678bbda7c839 below:

Document requires · npm/npm@4f45ba2 · GitHub

This repository was archived by the owner on Aug 11, 2022. It is now read-only.

File tree Expand file treeCollapse file tree 1 file changed

+14

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+14

-2

lines changed Original file line number Diff line number Diff line change

@@ -36,7 +36,11 @@ property match that environment variable.

36 36 37 37

### dependencies

38 38 39 -

A mapping of package name to dependency object. Dependency objects have the

39 +

These are the modules installed in the `node_modules`. Some of these are

40 +

dependencies some of these are transitive dependencies (that is,

41 +

dependencies of our dependencies).

42 + 43 +

This is a mapping of package name to dependency object. Dependency objects have the

40 44

following properties:

41 45 42 46

#### version *(changed)*

@@ -108,9 +112,17 @@ on the current platform.

108 112

This is a record of what specifier was used to originally install this

109 113

package. This should not be included in new `package-lock.json` files.

110 114 115 +

#### requires

116 + 117 +

This is a mapping of module name to version. This is a list of everything

118 +

this module requires, regardless of where it will be installed. The version

119 +

should match via normal matching rules a dependency either in our

120 +

`dependencies` or in a level higher than us.

121 + 111 122

#### dependencies

112 123 113 -

The dependencies of this dependency, exactly as at the top level.

124 +

Exactly like `dependencies` at the top level, this is a list of modules to

125 +

isntall in the `node_modules` of this module.

114 126 115 127

## Generating

116 128

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4