{ "_from": "semver@^7.3.8", "_id": "semver@7.6.0", "_inBundle": false, "_integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "_location": "/semver", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "semver@^7.3.8", "name": "semver", "escapedName": "semver", "rawSpec": "^7.3.8", "saveSpec": null, "fetchSpec": "^7.3.8" }, "_requiredBy": [ "/jsonwebtoken", "/nodemon", "/simple-update-notifier" ], "_resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", "_shasum": "1a46a4db4bffcccd97b743b5005c8325f23d4e2d", "_spec": "semver@^7.3.8", "_where": "/home/appzia-android/Downloads/7fife_api (1)/node_modules/jsonwebtoken", "author": { "name": "GitHub Inc." }, "bin": { "semver": "bin/semver.js" }, "bugs": { "url": "https://github.com/npm/node-semver/issues" }, "bundleDependencies": false, "dependencies": { "lru-cache": "^6.0.0" }, "deprecated": false, "description": "The semantic version parser used by npm.", "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.21.3", "tap": "^16.0.0" }, "engines": { "node": ">=10" }, "files": [ "bin/", "lib/", "classes/", "functions/", "internal/", "ranges/", "index.js", "preload.js", "range.bnf" ], "homepage": "https://github.com/npm/node-semver#readme", "license": "ISC", "main": "index.js", "name": "semver", "repository": { "type": "git", "url": "git+https://github.com/npm/node-semver.git" }, "scripts": { "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" }, "tap": { "timeout": 30, "coverage-map": "map.js", "nyc-arg": [ "--exclude", "tap-snapshots/**" ] }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.21.3", "engines": ">=10", "distPaths": [ "classes/", "functions/", "internal/", "ranges/", "index.js", "preload.js", "range.bnf" ], "allowPaths": [ "/classes/", "/functions/", "/internal/", "/ranges/", "/index.js", "/preload.js", "/range.bnf" ], "publish": "true" }, "version": "7.6.0" }