123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_from": "semver@^7.3.2",
- "_id": "semver@7.5.4",
- "_inBundle": false,
- "_integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
- "_location": "/semver",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "semver@^7.3.2",
- "name": "semver",
- "escapedName": "semver",
- "rawSpec": "^7.3.2",
- "saveSpec": null,
- "fetchSpec": "^7.3.2"
- },
- "_requiredBy": [
- "/sass-loader"
- ],
- "_resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
- "_shasum": "483986ec4ed38e1c6c48c34894a9182dbff68a6e",
- "_spec": "semver@^7.3.2",
- "_where": "C:\\preject-ps-git\\git-project\\psychic_pub\\psychic_pub\\node_modules\\sass-loader",
- "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.17.0",
- "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\"",
- "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.17.0",
- "engines": ">=10",
- "ciVersions": [
- "10.0.0",
- "10.x",
- "12.x",
- "14.x",
- "16.x",
- "18.x"
- ],
- "npmSpec": "8",
- "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.5.4"
- }
|