1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_args": [
| [
| "semver@5.7.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "semver@5.7.2",
| "_id": "semver@5.7.2",
| "_inBundle": false,
| "_integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
| "_location": "/copy-webpack-plugin/semver",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "semver@5.7.2",
| "name": "semver",
| "escapedName": "semver",
| "rawSpec": "5.7.2",
| "saveSpec": null,
| "fetchSpec": "5.7.2"
| },
| "_requiredBy": [
| "/copy-webpack-plugin/make-dir"
| ],
| "_resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
| "_spec": "5.7.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "GitHub Inc."
| },
| "bin": {
| "semver": "bin/semver"
| },
| "bugs": {
| "url": "https://github.com/npm/node-semver/issues"
| },
| "description": "The semantic version parser used by npm.",
| "devDependencies": {
| "@npmcli/template-oss": "4.17.0",
| "tap": "^12.7.0"
| },
| "files": [
| "bin",
| "range.bnf",
| "semver.js"
| ],
| "homepage": "https://github.com/npm/node-semver#readme",
| "license": "ISC",
| "main": "semver.js",
| "name": "semver",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/node-semver.git"
| },
| "scripts": {
| "lint": "echo linting disabled",
| "lintfix": "npm run lint -- --fix",
| "postlint": "template-oss-check",
| "posttest": "npm run lint",
| "snap": "tap test/ --100 --timeout=30",
| "template-oss-apply": "template-oss-apply --force",
| "test": "tap test/ --100 --timeout=30"
| },
| "templateOSS": {
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
| "content": "./scripts/template-oss",
| "version": "4.17.0"
| },
| "version": "5.7.2"
| }
|
|