1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/node_modules/semver-utils/package.json
2019-09-18 20:39:54 +09:00

53 lines
1.4 KiB
JSON

{
"_from": "semver-utils@^1.1.4",
"_id": "semver-utils@1.1.4",
"_inBundle": false,
"_integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==",
"_location": "/semver-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver-utils@^1.1.4",
"name": "semver-utils",
"escapedName": "semver-utils",
"rawSpec": "^1.1.4",
"saveSpec": null,
"fetchSpec": "^1.1.4"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz",
"_shasum": "cf0405e669a57488913909fc1c3f29bf2a4871e2",
"_spec": "semver-utils@^1.1.4",
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
"author": {
"name": "AJ ONeal"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tools for manipulating semver strings and objects",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
},
"homepage": "https://git.coolaj86.com/coolaj86/semver-utils.js",
"keywords": [
"semver",
"parse",
"parseRange",
"range"
],
"license": "APACHEv2",
"main": "semver-utils.js",
"name": "semver-utils",
"repository": {
"type": "git",
"url": "git://git.coolaj86.com/coolaj86/semver-utils.js.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.4"
}