deps: @npmcli/package-json@7.0.2 · npm/cli@c02ce5c · GitHub
Skip to content

Commit c02ce5c

Browse files
committed
deps: @npmcli/package-json@7.0.2
1 parent 9c0cefa commit c02ce5c

10 files changed

Lines changed: 212 additions & 208 deletions

File tree

node_modules/.gitignore

Lines changed: 1 addition & 1 deletion

node_modules/@npmcli/package-json/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class PackageJson {
225225
this.#manifest = step({ content, originalContent: this.content })
226226
}
227227

228-
// unknown properties will just be overwitten
228+
// unknown properties will just be overwritten
229229
for (const [key, value] of Object.entries(content)) {
230230
if (!knownKeys.has(key)) {
231231
this.content[key] = value

node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors/LICENSE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

node_modules/@npmcli/package-json/node_modules/json-parse-even-better-errors/lib/index.js

Lines changed: 0 additions & 137 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) GitHub, Inc.
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Lines changed: 153 additions & 0 deletions

0 commit comments

Comments
 (0)