You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.5 KiB
61 lines
1.5 KiB
4 years ago
|
{
|
||
|
"_from": "semver@^6.3.0",
|
||
|
"_id": "semver@6.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
||
|
"_location": "/semver",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "semver@^6.3.0",
|
||
|
"name": "semver",
|
||
|
"escapedName": "semver",
|
||
|
"rawSpec": "^6.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^6.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fastify-plugin"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
||
|
"_shasum": "ee0a64c8af5e8ceea67687b133761e1becbd1d3d",
|
||
|
"_spec": "semver@^6.3.0",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify-plugin",
|
||
|
"bin": {
|
||
|
"semver": "bin/semver.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/npm/node-semver/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "The semantic version parser used by npm.",
|
||
|
"devDependencies": {
|
||
|
"tap": "^14.3.1"
|
||
|
},
|
||
|
"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": {
|
||
|
"postpublish": "git push origin --follow-tags",
|
||
|
"postversion": "npm publish",
|
||
|
"preversion": "npm test",
|
||
|
"test": "tap"
|
||
|
},
|
||
|
"tap": {
|
||
|
"check-coverage": true
|
||
|
},
|
||
|
"version": "6.3.0"
|
||
|
}
|