mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-07 21:27:29 +00:00
Remove absolute paths
This commit is contained in:
+17
-24
@@ -1,32 +1,25 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mime-db@1.41.0",
|
||||
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
|
||||
]
|
||||
],
|
||||
"_from": "mime-db@1.41.0",
|
||||
"_id": "mime-db@1.41.0",
|
||||
"_from": "mime-db@1.43.0",
|
||||
"_id": "mime-db@1.43.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-B5gxBI+2K431XW8C2rcc/lhppbuji67nf9v39eH8pkWoZDxnAL0PxdpH32KYRScniF8qDHBDlI+ipgg5WrCUYw==",
|
||||
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.41.0",
|
||||
"raw": "mime-db@1.43.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.41.0",
|
||||
"rawSpec": "1.43.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.41.0"
|
||||
"fetchSpec": "1.43.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ext-list"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.41.0.tgz",
|
||||
"_spec": "1.41.0",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
|
||||
"_spec": "1.43.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
},
|
||||
@@ -48,19 +41,19 @@
|
||||
],
|
||||
"description": "Media Type Database",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.5.5",
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.4.5",
|
||||
"eslint": "6.2.2",
|
||||
"csv-parse": "4.8.3",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-node": "9.2.0",
|
||||
"eslint-plugin-import": "2.19.1",
|
||||
"eslint-plugin-node": "11.0.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "6.2.0",
|
||||
"nyc": "14.1.1",
|
||||
"mocha": "7.0.0",
|
||||
"nyc": "15.0.0",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
@@ -100,5 +93,5 @@
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.41.0"
|
||||
}
|
||||
"version": "1.43.0"
|
||||
}
|
||||
Reference in New Issue
Block a user