Sam Partington
2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

71
node_modules/semver/package.json generated vendored
View File

@@ -1,44 +1,22 @@
{
"_args": [
[
"semver@7.3.2",
"/Users/sam/code/codeql-action"
]
],
"_from": "semver@7.3.2",
"_id": "semver@7.3.2",
"_inBundle": false,
"_integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
"_location": "/semver",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "semver@7.3.2",
"name": "semver",
"escapedName": "semver",
"rawSpec": "7.3.2",
"saveSpec": null,
"fetchSpec": "7.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"_spec": "7.3.2",
"_where": "/Users/sam/code/codeql-action",
"bin": {
"semver": "bin/semver.js"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"name": "semver",
"version": "7.3.2",
"description": "The semantic version parser used by npm.",
"main": "index.js",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"devDependencies": {
"tap": "^14.10.7"
},
"engines": {
"node": ">=10"
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
"bin": {
"semver": "./bin/semver.js"
},
"files": [
"bin/**/*.js",
@@ -50,24 +28,11 @@
"index.js",
"preload.js"
],
"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": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js"
},
"version": "7.3.2"
}
"engines": {
"node": ">=10"
}
}