-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
92 additions
and
809 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "normalize-package-data", | ||
"version": "3.0.3", | ||
"author": "Meryn Stol <[email protected]>", | ||
"version": "4.0.0", | ||
"author": "GitHub Inc.", | ||
"description": "Normalizes data that can be found in package.json files.", | ||
"license": "BSD-2-Clause", | ||
"repository": { | ||
|
@@ -13,29 +13,40 @@ | |
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"preversion": "npm test", | ||
"test": "tap test/*.js --branches 85 --functions 90 --lines 85 --statements 85", | ||
"test": "tap", | ||
"npmclilint": "npmcli-lint", | ||
"lint": "npm run npmclilint -- \"lib/**/*.*js\" \"test/**/*.*js\"", | ||
"lint": "eslint '**/*.js'", | ||
"lintfix": "npm run lint -- --fix", | ||
"posttest": "npm run lint --", | ||
"postsnap": "npm run lintfix --" | ||
"posttest": "npm run lint", | ||
"postsnap": "npm run lintfix --", | ||
"postlint": "npm-template-check", | ||
"template-copy": "npm-template-copy --force", | ||
"snap": "tap" | ||
}, | ||
"dependencies": { | ||
"hosted-git-info": "^4.0.1", | ||
"is-core-module": "^2.5.0", | ||
"semver": "^7.3.4", | ||
"validate-npm-package-license": "^3.0.1" | ||
"hosted-git-info": "^5.0.0", | ||
"is-core-module": "^2.8.1", | ||
"semver": "^7.3.5", | ||
"validate-npm-package-license": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
"@npmcli/lint": "^1.0.2", | ||
"@npmcli/template-oss": "^2.9.2", | ||
"tap": "^15.0.9" | ||
}, | ||
"files": [ | ||
"lib/*.js", | ||
"lib/*.json", | ||
"AUTHORS" | ||
"bin", | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
"node": "^12.13.0 || ^14.15.0 || >=16" | ||
}, | ||
"templateOSS": { | ||
"version": "2.9.2" | ||
}, | ||
"tap": { | ||
"branches": 86, | ||
"functions": 92, | ||
"lines": 86, | ||
"statements": 86 | ||
} | ||
} |
15 changes: 0 additions & 15 deletions
15
node_modules/read-package-json/node_modules/normalize-package-data/LICENSE
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
..._modules/read-package-json/node_modules/normalize-package-data/lib/extract_description.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.