2013-05-14 14:37:59 -07:00
|
|
|
{
|
2020-10-02 17:52:19 -04:00
|
|
|
"name": "normalize-package-data",
|
2024-10-05 06:54:06 -07:00
|
|
|
"version": "7.0.0",
|
2022-03-17 20:22:31 +00:00
|
|
|
"author": "GitHub Inc.",
|
2020-10-02 17:52:19 -04:00
|
|
|
"description": "Normalizes data that can be found in package.json files.",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-16 05:38:49 -07:00
|
|
|
"url": "git+https://github.com/npm/normalize-package-data.git"
|
2015-10-29 16:50:12 -07:00
|
|
|
},
|
2020-10-02 17:52:19 -04:00
|
|
|
"main": "lib/normalize.js",
|
|
|
|
"scripts": {
|
2022-03-17 20:22:31 +00:00
|
|
|
"test": "tap",
|
2021-08-19 17:47:33 +00:00
|
|
|
"npmclilint": "npmcli-lint",
|
2024-10-05 06:54:06 -07:00
|
|
|
"lint": "npm run eslint",
|
|
|
|
"lintfix": "npm run eslint -- --fix",
|
2022-03-17 20:22:31 +00:00
|
|
|
"posttest": "npm run lint",
|
|
|
|
"postsnap": "npm run lintfix --",
|
2022-08-17 21:52:05 -07:00
|
|
|
"postlint": "template-oss-check",
|
|
|
|
"snap": "tap",
|
2024-10-05 06:54:06 -07:00
|
|
|
"template-oss-apply": "template-oss-apply --force",
|
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
2015-10-09 23:13:57 -07:00
|
|
|
},
|
2017-04-12 21:47:49 -07:00
|
|
|
"dependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"hosted-git-info": "^8.0.0",
|
2022-03-17 20:22:31 +00:00
|
|
|
"semver": "^7.3.5",
|
|
|
|
"validate-npm-package-license": "^3.0.4"
|
2013-05-14 14:37:59 -07:00
|
|
|
},
|
2017-04-12 21:47:49 -07:00
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.0",
|
|
|
|
"@npmcli/template-oss": "4.23.3",
|
2022-08-17 21:52:05 -07:00
|
|
|
"tap": "^16.0.1"
|
2013-05-14 14:37:59 -07:00
|
|
|
},
|
2017-05-09 14:46:02 -07:00
|
|
|
"files": [
|
2022-08-17 21:52:05 -07:00
|
|
|
"bin/",
|
|
|
|
"lib/"
|
2020-10-15 20:32:02 -04:00
|
|
|
],
|
|
|
|
"engines": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"node": "^18.17.0 || >=20.5.0"
|
2022-03-17 20:22:31 +00:00
|
|
|
},
|
|
|
|
"templateOSS": {
|
2022-08-17 21:52:05 -07:00
|
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
2024-10-05 06:54:06 -07:00
|
|
|
"version": "4.23.3",
|
2024-05-16 05:38:49 -07:00
|
|
|
"publish": "true"
|
2022-03-17 20:22:31 +00:00
|
|
|
},
|
|
|
|
"tap": {
|
|
|
|
"branches": 86,
|
|
|
|
"functions": 92,
|
|
|
|
"lines": 86,
|
2022-12-06 22:18:33 -05:00
|
|
|
"statements": 86,
|
|
|
|
"nyc-arg": [
|
|
|
|
"--exclude",
|
|
|
|
"tap-snapshots/**"
|
|
|
|
]
|
2020-10-15 20:32:02 -04:00
|
|
|
}
|
2013-05-14 14:37:59 -07:00
|
|
|
}
|