{ "_from": "normalize-package-data@^3.0.0", "_id": "normalize-package-data@3.0.3", "_inBundle": false, "_integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "_location": "/normalize-package-data", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "normalize-package-data@^3.0.0", "name": "normalize-package-data", "escapedName": "normalize-package-data", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/meow" ], "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "_shasum": "dbcc3e2da59509a0983422884cd172eefdfa525e", "_spec": "normalize-package-data@^3.0.0", "_where": "/home/akira/Documents/made-in-akira/node_modules/meow", "author": { "name": "Meryn Stol", "email": "merynstol@gmail.com" }, "bugs": { "url": "https://github.com/npm/normalize-package-data/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, { "name": "Meryn Stol", "email": "merynstol@gmail.com" }, { "name": "Robert Kowalski", "email": "rok@kowalski.gd" } ], "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" }, "deprecated": false, "description": "Normalizes data that can be found in package.json files.", "devDependencies": { "@npmcli/lint": "^1.0.2", "tap": "^15.0.9" }, "engines": { "node": ">=10" }, "files": [ "lib/*.js", "lib/*.json", "AUTHORS" ], "homepage": "https://github.com/npm/normalize-package-data#readme", "license": "BSD-2-Clause", "main": "lib/normalize.js", "name": "normalize-package-data", "repository": { "type": "git", "url": "git://github.com/npm/normalize-package-data.git" }, "scripts": { "lint": "npm run npmclilint -- \"lib/**/*.*js\" \"test/**/*.*js\"", "lintfix": "npm run lint -- --fix", "npmclilint": "npmcli-lint", "postsnap": "npm run lintfix --", "posttest": "npm run lint --", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "test": "tap test/*.js --branches 85 --functions 90 --lines 85 --statements 85" }, "version": "3.0.3" }